@ningboyz/types 1.5.7 → 1.5.9
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
CHANGED
package/src/const/const_cnfg.ts
CHANGED
|
@@ -90,3 +90,7 @@ export const CONST_USER_CNFG_YZCB_BGFLOW = 10320004; // #建设项目变更流
|
|
|
90
90
|
export const CONST_USER_CNFG_TAKE_QYFLOW = 10330001; // #入库登记流程
|
|
91
91
|
export const CONST_USER_CNFG_TAKE_LYFLOW = 10330002; // #领用申请流程
|
|
92
92
|
export const CONST_USER_CNFG_TAKE_CSFLOW = 10330003; // #物资初始流程
|
|
93
|
+
|
|
94
|
+
// #附件管理
|
|
95
|
+
// 部门
|
|
96
|
+
export const CONST_USER_CNFG_PATH_DEPT_UPLOAD = 10011020; // #部门附件上传
|
|
@@ -18,6 +18,8 @@ export interface IHzcbXmtzBillResponse {
|
|
|
18
18
|
queuesBy: number;
|
|
19
19
|
/** 年度 */
|
|
20
20
|
yearFrom: number;
|
|
21
|
+
/** 预算金额 */
|
|
22
|
+
billYsje: number;
|
|
21
23
|
/** 合同计划支付金额 */
|
|
22
24
|
payMoney: number;
|
|
23
25
|
/** 合同实际支付金额 */
|
|
@@ -71,6 +73,8 @@ export class THzcbXmtzBillResponse implements IHzcbXmtzBillResponse {
|
|
|
71
73
|
queuesBy: number = 0;
|
|
72
74
|
/** 年度 */
|
|
73
75
|
yearFrom: number = 0;
|
|
76
|
+
/** 预算金额 */
|
|
77
|
+
billYsje: number = 0;
|
|
74
78
|
/** 合同计划支付金额 */
|
|
75
79
|
payMoney: number = 0;
|
|
76
80
|
/** 合同实际支付金额 */
|