@ningboyz/types 1.1.52 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.52",
3
+ "version": "1.1.54",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -25,6 +25,10 @@ export enum TBtnActive {
25
25
  export enum TButtonType {
26
26
  /** 空 */
27
27
  null = "",
28
+ /** 发布 */
29
+ publish = "publish",
30
+ /** 统计 */
31
+ statistics = "statistics",
28
32
  /** 确认 */
29
33
  confirm = "确认",
30
34
  /** 取消确认 */
@@ -169,7 +169,7 @@ export interface INotiMainResponse {
169
169
  /**
170
170
  * 密级
171
171
  */
172
- secretID: string;
172
+ secretID: number;
173
173
  /**
174
174
  * 保密期限
175
175
  */
@@ -205,7 +205,7 @@ export interface INotiMainResponse {
205
205
  /**
206
206
  * 来文单位
207
207
  */
208
- fileFrom: string;
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: string = "";
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: string = "";
348
+ fileFrom: number = 0;
349
349
 
350
350
  constructor(card: any = {}) {
351
351
  if (card) {