@ningboyz/types 1.7.144 → 1.7.145

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.7.144",
4
+ "version": "1.7.145",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,3 +1,4 @@
1
+ import _ from "lodash";
1
2
  import { TCore } from "..";
2
3
  import { IUserLiteResponse } from "../core";
3
4
  import { IDeptResponse } from "../core/IDeptResponse";
@@ -6,7 +7,6 @@ import { IGzzdMainResponse } from "../gzzd/IGzzdMainResponse";
6
7
  import { ITablMainResponse } from "../tabl/ITablMainResponse";
7
8
  import { ITaskMainResponse } from "../task/ITaskMainResponse";
8
9
  import { IWzpzK8kmResponse } from "../wzpz";
9
- import _ from "lodash";
10
10
 
11
11
  export interface IGztbMainResponse {
12
12
  whoBuild: number;
@@ -76,6 +76,7 @@ export interface IGztbMainResponse {
76
76
  readUnit: IUnitResponse[];
77
77
  listPath: TCore.IPathResponse[];
78
78
  listWZK8: IWzpzK8kmResponse[];
79
+ listYSDWLite: IUnitResponse[];
79
80
  }
80
81
 
81
82
  export class TGztbMainResponse implements IGztbMainResponse {
@@ -138,6 +139,7 @@ export class TGztbMainResponse implements IGztbMainResponse {
138
139
  listGZZD: IGzzdMainResponse[] = [];
139
140
  readUnit: IUnitResponse[] = [];
140
141
  listWZK8: IWzpzK8kmResponse[] = [];
142
+ listYSDWLite: IUnitResponse[] = [];
141
143
 
142
144
  constructor(card: Partial<IGztbMainResponse> = {}) {
143
145
  if (card) {