@ningboyz/types 1.4.198 → 1.5.0
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
|
@@ -177,6 +177,7 @@ export const CONST_SYS_TYPEU_上城财政_预算级次 = "上城财政-预算级
|
|
|
177
177
|
export const CONST_SYS_TYPEU_预算资金_科室类型 = "预算资金-科室类型";
|
|
178
178
|
export const CONST_SYS_TYPEU_信息公开_栏目名称 = "信息公开-栏目名称";
|
|
179
179
|
export const CONST_SYS_TYPEU_上城财政_预算指标过滤经济科目范围 = "上城财政-预算指标过滤经济科目范围";
|
|
180
|
+
export const CONST_SYS_TYPEU_上城财政_客户类型 = "上城财政-客户类型";
|
|
180
181
|
|
|
181
182
|
export const CONST_SYS_TYPEU_房产管理_使用状态 = "房产管理-使用状态";
|
|
182
183
|
export const CONST_SYS_TYPEU_房产管理_房产类型 = "房产管理-房产类型";
|
|
@@ -81,6 +81,7 @@ export interface IFlowDataResponse {
|
|
|
81
81
|
dataFrom: number; //1手机端,0电脑端
|
|
82
82
|
flowTypeText: string;
|
|
83
83
|
nodePara: string;
|
|
84
|
+
userList: TCore.IUserLiteResponse[];
|
|
84
85
|
|
|
85
86
|
listFlow: IFlowDataResponse[];
|
|
86
87
|
}
|
|
@@ -165,6 +166,7 @@ export class TFlowDataResponse implements IFlowDataResponse {
|
|
|
165
166
|
flowTypeText: string = "";
|
|
166
167
|
|
|
167
168
|
nodePara: string = "";
|
|
169
|
+
userList: TCore.IUserLiteResponse[] = [];
|
|
168
170
|
|
|
169
171
|
listFlow: IFlowDataResponse[] = [];
|
|
170
172
|
|
|
@@ -99,6 +99,7 @@ export interface IHznjNotiResponse {
|
|
|
99
99
|
listBill: THznj.IHznjNotiBillResponse[];
|
|
100
100
|
listCJBM: TCore.IDeptResponse[];
|
|
101
101
|
listFrom: THznj.IHznjXmjjItemResponse[];
|
|
102
|
+
listItem: THznj.IHznjXmjjItemResponse[];
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
type Type = IHznjNotiResponse;
|
|
@@ -187,6 +188,7 @@ export class THznjNotiResponse implements IHznjNotiResponse {
|
|
|
187
188
|
listBill: THznj.IHznjNotiBillResponse[] = [];
|
|
188
189
|
listCJBM: TCore.IDeptResponse[] = [];
|
|
189
190
|
listFrom: THznj.IHznjXmjjItemResponse[] = [];
|
|
191
|
+
listItem: THznj.IHznjXmjjItemResponse[] = [];
|
|
190
192
|
|
|
191
193
|
listPath: TCore.IPathResponse[] = [];
|
|
192
194
|
|