@ningboyz/types 1.6.46 → 1.6.48

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.6.46",
4
+ "version": "1.6.48",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -111,6 +111,7 @@ export interface INotiMainResponse {
111
111
  flowNode: number;
112
112
  sourceDW: string;
113
113
  unitText: string;
114
+ deptText: string;
114
115
  userMain: number;
115
116
  touchURL: string;
116
117
  coverURL: string;
@@ -312,6 +313,7 @@ export class TNotiMainResponse implements INotiMainResponse {
312
313
  sourceDW: string = "";
313
314
  unitText: string = "";
314
315
  unitMain: number = 0;
316
+ deptText: string = "";
315
317
  deptMain: number = 0;
316
318
  flowUndo: number = 0;
317
319
  flowText: string = "";
@@ -36,7 +36,7 @@ export interface ITablWzk8Response {
36
36
  billMemo: string;
37
37
  jldwText: string;
38
38
  inGender: number;
39
- gztbmain: number;
39
+ gztbMain: number;
40
40
  }
41
41
 
42
42
  export class TTablWzk8Response implements ITablWzk8Response {
@@ -95,7 +95,7 @@ export class TTablWzk8Response implements ITablWzk8Response {
95
95
  jldwText: string = "";
96
96
  // 性别
97
97
  inGender: number = 0;
98
- gztbmain: number = 0;
98
+ gztbMain: number = 0;
99
99
 
100
100
  constructor(data: Partial<ITablWzk8Response> = {}) {
101
101
  if (data) {