@ningboyz/types 1.3.19 → 1.3.20
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
|
@@ -47,6 +47,7 @@ export interface ISysMenuWithCoreResponse {
|
|
|
47
47
|
dingIcon: string;
|
|
48
48
|
printCfg: string;
|
|
49
49
|
typeName: string;
|
|
50
|
+
tablFrom: string;
|
|
50
51
|
sysClasd: string;
|
|
51
52
|
sysClasc: number;
|
|
52
53
|
sysClasm: string;
|
|
@@ -119,6 +120,7 @@ export class TSysMenuWithCoreResponse implements ISysMenuWithCoreResponse {
|
|
|
119
120
|
dingIcon: string = "";
|
|
120
121
|
printCfg: string = "";
|
|
121
122
|
typeName: string = "";
|
|
123
|
+
tablFrom: string = "";
|
|
122
124
|
sysClasc: number = 0;
|
|
123
125
|
sysClasm: string = "";
|
|
124
126
|
usesSYBM: number = 0;
|
|
@@ -98,7 +98,7 @@ export interface IHznkDataResponse {
|
|
|
98
98
|
medalLvlText: string;
|
|
99
99
|
/**帮扶时间(起止时间) */
|
|
100
100
|
startDay: number;
|
|
101
|
-
|
|
101
|
+
/**帮扶时间(起止时间)实施期限 */
|
|
102
102
|
endedDay: number;
|
|
103
103
|
/**参加人员 */
|
|
104
104
|
nbyhText: string;
|
|
@@ -127,7 +127,7 @@ export interface IHznkDataResponse {
|
|
|
127
127
|
touchURL: string;
|
|
128
128
|
unitText: string;
|
|
129
129
|
sourceDW: string;
|
|
130
|
-
|
|
130
|
+
totalVal: number;
|
|
131
131
|
lastDate: number;
|
|
132
132
|
lastTime: number;
|
|
133
133
|
flowMain: number;
|
|
@@ -142,7 +142,7 @@ export interface IHznkDataResponse {
|
|
|
142
142
|
listPath: TCore.IPathResponse[];
|
|
143
143
|
listEach: THznk.IHznkDataEachResponse[];
|
|
144
144
|
listItem: THznk.IHznkDataItemResponse[];
|
|
145
|
-
listNBYH: TCore.IUserLiteResponse[];
|
|
145
|
+
listNBYH: TCore.IUserLiteResponse[];
|
|
146
146
|
listLock: THznk.IHznkDataResponse[];
|
|
147
147
|
/** 关联项目 */
|
|
148
148
|
listFrom: THznk.IHznkMainResponse[];
|
|
@@ -246,7 +246,7 @@ export class THznkDataResponse implements IHznkDataResponse {
|
|
|
246
246
|
zzdwText: string = "";
|
|
247
247
|
hznkSize: number = 0;
|
|
248
248
|
usrTitle: string = "";
|
|
249
|
-
|
|
249
|
+
totalVal: number = 0;
|
|
250
250
|
listPath: TCore.IPathResponse[] = [];
|
|
251
251
|
listEach: THznk.IHznkDataEachResponse[] = [];
|
|
252
252
|
listItem: THznk.IHznkDataItemResponse[] = [];
|