文档库--表单是否必填

This commit is contained in:
zhn
2022-02-12 16:21:39 +08:00
parent b59d449179
commit cf41526bd2
@@ -164,6 +164,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
map.put("db_field_txt",onlCgformField.getDbFieldTxt());//字段中文名
map.put("db_field_en_name",onlCgformField.getDbFieldEnName());//字段英文名
map.put("area",onlCgformAreaTemp.getShowArea());//区域
map.put("field_must_input",onlCgformField.getFieldMustInput());//区域
result.add(map);
}
}