@ningboyz/types 1.6.49 → 1.6.50

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.49",
4
+ "version": "1.6.50",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -58,7 +58,7 @@ export interface IGztbMainResponse {
58
58
  startCnt: number;
59
59
  endedCnt: number;
60
60
 
61
-
61
+ tablCode: string;
62
62
 
63
63
 
64
64
 
@@ -120,7 +120,7 @@ export class TGztbMainResponse implements IGztbMainResponse {
120
120
  gztbName: string = "";
121
121
  startCnt: number = 0;
122
122
  endedCnt: number = 0;
123
-
123
+ tablCode: string = "";
124
124
  listTask: ITaskMainResponse[] = [];
125
125
  listYSDW: IUnitResponse[] = [];
126
126
  listUser: IUserLiteResponse[] = [];