@ningboyz/types 1.3.24 → 1.3.25
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_hznk.ts +3 -0
package/package.json
CHANGED
package/src/const/const_hznk.ts
CHANGED
|
@@ -27,3 +27,6 @@ export const CONST_HZNK_DATA_DATA_TYPE_TO_转化经费 = 1019;
|
|
|
27
27
|
|
|
28
28
|
export const CONST_HZNK_FYTQ_DATA_TYPE_T0_管理费用 = 1001; //#管理费用
|
|
29
29
|
export const CONST_HZNK_FYTQ_DATA_TYPE_T0_间接费用 = 1002;
|
|
30
|
+
|
|
31
|
+
export const CONST_HZCB_MAIN_DATA_TYPE_TO_基地管理 = 1001
|
|
32
|
+
export const CONST_HZCB_MAIN_DATA_TYPE_TO_建设管理 = 1002
|