Эх сурвалжийг харах

feat(constants): 新增表单常量定义

- 添加事务变动记录实体标识常量
- 添加组织实体标识常量
- 添加HR组织实体标识常量
jtd 6 өдөр өмнө
parent
commit
fefe2fc617

+ 6 - 0
code/base/nckd-jxccl-base-common/src/main/java/nckd/jxccl/base/common/constant/FormConstant.java

@@ -54,6 +54,12 @@ public class FormConstant {
     public static final String HSBS_STANDARDITEM = "hsbs_standarditem";
     /** 组织-实体标识*/
     public static final String BOS_ORG = "bos_org";
+    /** 事务变动记录-实体标识 */
+    public static final String HPFS_CHGRECORD_ENTITY = "hpfs_chgrecord";
+    /** 组织-实体标识 */
+    public static final String BOS_ORG_ENTITY = "bos_org";
+    /** HR组织 */
+    public static final String HAOS_ADMINORGHRF7_ENTITY = "haos_adminorghrf7";
 
 
     //====================================== 标品op ======================================