@ningboyz/types 1.1.53 → 1.1.54
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
|
@@ -169,7 +169,7 @@ export interface INotiMainResponse {
|
|
|
169
169
|
/**
|
|
170
170
|
* 密级
|
|
171
171
|
*/
|
|
172
|
-
secretID:
|
|
172
|
+
secretID: number;
|
|
173
173
|
/**
|
|
174
174
|
* 保密期限
|
|
175
175
|
*/
|
|
@@ -205,7 +205,7 @@ export interface INotiMainResponse {
|
|
|
205
205
|
/**
|
|
206
206
|
* 来文单位
|
|
207
207
|
*/
|
|
208
|
-
fileFrom:
|
|
208
|
+
fileFrom: number;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
export class TNotiMainResponse implements INotiMainResponse {
|
|
@@ -336,7 +336,7 @@ export class TNotiMainResponse implements INotiMainResponse {
|
|
|
336
336
|
zdField2: number = 0;
|
|
337
337
|
zdField3: number = 0;
|
|
338
338
|
zdField4: number = 0;
|
|
339
|
-
secretID:
|
|
339
|
+
secretID: number = 0;
|
|
340
340
|
secretAt: number = 0;
|
|
341
341
|
urgentID: number = 0;
|
|
342
342
|
deadLock: number = 0;
|
|
@@ -345,7 +345,7 @@ export class TNotiMainResponse implements INotiMainResponse {
|
|
|
345
345
|
usesNoti: string = "";
|
|
346
346
|
deptName: string = "";
|
|
347
347
|
scanCode: string = "";
|
|
348
|
-
fileFrom:
|
|
348
|
+
fileFrom: number = 0;
|
|
349
349
|
|
|
350
350
|
constructor(card: any = {}) {
|
|
351
351
|
if (card) {
|