@ningboyz/types 1.5.127 → 1.5.128

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.5.127",
4
+ "version": "1.5.128",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -59,7 +59,7 @@ export interface IGztbMainResponse {
59
59
  listGZZD: IGzzdMainResponse[];
60
60
  readUnit: IUnitResponse[];
61
61
 
62
- wzpzK8KM: IWzpzK8kmResponse[];
62
+ listWZK8: IWzpzK8kmResponse[];
63
63
 
64
64
  }
65
65
 
@@ -107,12 +107,12 @@ export class TGztbMainResponse implements IGztbMainResponse {
107
107
  taskIndx: number[] = [];
108
108
  unitIndx: number[] = [];
109
109
 
110
- listTask: ITaskMainResponse[] = [new TTaskMainResponse()];
110
+ listTask: ITaskMainResponse[] = [];
111
111
  listYSDW: IUnitResponse[] = [];
112
112
  listUser: IUserLiteResponse[] = [];
113
113
  listYSBM: IDeptResponse[] = [];
114
114
  listTabl: ITablMainResponse[] = [];
115
115
  listGZZD: IGzzdMainResponse[] = [];
116
116
  readUnit: IUnitResponse[] = [];
117
- wzpzK8KM: IWzpzK8kmResponse[]=[];
117
+ listWZK8: IWzpzK8kmResponse[]=[];
118
118
  }