@ningboyz/types 1.7.74 → 1.7.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/const/const_gzjg.ts +6 -0
package/package.json
CHANGED
package/src/const/const_gzjg.ts
CHANGED
|
@@ -8,3 +8,9 @@ export const CONST_GZJG_QUEUES_AT_NULL = 0; // #默认按人员编码
|
|
|
8
8
|
export const CONST_GZJG_QUEUES_AT_CODE = 1; // #合集(或关系)
|
|
9
9
|
export const CONST_GZJG_QUEUES_AT_ORDER = 2; // #交集(且关系)
|
|
10
10
|
|
|
11
|
+
// 表体对象
|
|
12
|
+
export const CONST_GZJG_BODY_FILL_UNIT = 1; // #单位
|
|
13
|
+
export const CONST_GZJG_BODY_FILL_DEPT = 2; // #部门
|
|
14
|
+
export const CONST_GZJG_BODY_FILL_USER = 3; // #用户
|
|
15
|
+
export const CONST_GZJG_BODY_FILL_DICT = 4; // #字典
|
|
16
|
+
|