@ningboyz/types 1.7.98 → 1.7.100
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_todo.ts +1 -0
package/package.json
CHANGED
package/src/const/const_todo.ts
CHANGED
|
@@ -38,6 +38,7 @@ export const CONST_STR_TODO_TYPE_TO_MYOA_MAIN_WAIT = "CONST_STR_TODO_TYPE_TO_MYO
|
|
|
38
38
|
export const CONST_STR_TODO_TYPE_TO_GZZD_MAIN_WAIT = "CONST_STR_TODO_TYPE_TO_GZZD_MAIN_WAIT"; // #工资审核
|
|
39
39
|
export const CONST_STR_TODO_TYPE_TO_TABL_MAIN_WAIT = "CONST_STR_TODO_TYPE_TO_TABL_MAIN_WAIT"; // #预算审核
|
|
40
40
|
export const CONST_STR_TODO_TYPE_TO_HZCB_XMTZ_WAIT = "CONST_STR_TODO_TYPE_TO_HZCB_XMTZ_WAIT"; // #投资计划审核
|
|
41
|
+
export const CONST_STR_TODO_TYPE_TO_HZCB_XMTZTZ_WAIT = "CONST_STR_TODO_TYPE_TO_HZCB_XMTZTZ_WAIT"; // #投资计划调整审核
|
|
41
42
|
export const CONST_STR_TODO_TYPE_TO_HZCB_XMYK_WAIT = "CONST_STR_TODO_TYPE_TO_HZCB_XMYK_WAIT"; // #用款计划审核
|
|
42
43
|
export const CONST_STR_TODO_TYPE_TO_CARD_FWCZ_WAIT = "CONST_STR_TODO_TYPE_TO_CARD_FWCZ_WAIT"; // #房屋出租审核
|
|
43
44
|
export const CONST_STR_TODO_TYPE_TO_YZHT_MAIN_WAIT = "CONST_STR_TODO_TYPE_TO_YZHT_MAIN_WAIT"; // #房产合同审核
|