@ningboyz/types 1.4.89 → 1.4.91
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
|
@@ -175,6 +175,7 @@ export const CONST_SYS_TYPEU_上城财政_支付方式 = "上城财政-支付方
|
|
|
175
175
|
export const CONST_SYS_TYPEU_上城财政_预算级次 = "上城财政-预算级次";
|
|
176
176
|
export const CONST_SYS_TYPEU_预算资金_科室类型 = "预算资金-科室类型";
|
|
177
177
|
export const CONST_SYS_TYPEU_信息公开_栏目名称 = "信息公开-栏目名称";
|
|
178
|
+
export const CONST_SYS_TYPEU_上城财政_预算指标过滤经济科目范围 = "上城财政-预算指标过滤经济科目范围";
|
|
178
179
|
|
|
179
180
|
export const CONST_SYS_TYPEU_房产管理_使用状态 = "房产管理-使用状态";
|
|
180
181
|
export const CONST_SYS_TYPEU_房产管理_房产类型 = "房产管理-房产类型";
|
|
@@ -65,6 +65,8 @@ export interface IHznkBaseResponse {
|
|
|
65
65
|
endedDay: number;
|
|
66
66
|
/**负责人 */
|
|
67
67
|
chargeBy: string;
|
|
68
|
+
/**负责人ID */
|
|
69
|
+
chargeID: number;
|
|
68
70
|
/**内部用户 */
|
|
69
71
|
nbyhText: string;
|
|
70
72
|
/**外部用户 */
|
|
@@ -157,6 +159,7 @@ export class THznkBaseResponse implements IHznkBaseResponse {
|
|
|
157
159
|
startDay: number = 0;
|
|
158
160
|
endedDay: number = 0;
|
|
159
161
|
chargeBy: string = "";
|
|
162
|
+
chargeID: number = 0;
|
|
160
163
|
nbyhText: string = "";
|
|
161
164
|
wbyhText: string = "";
|
|
162
165
|
innerVal: number = 0;
|