@ningboyz/types 1.1.188 → 1.1.189

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.188",
3
+ "version": "1.1.189",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -2,6 +2,7 @@ import { TFlowDataResponse } from "../flow/IFlowDataResponse";
2
2
  import * as Const from "../const";
3
3
  import _ from "lodash";
4
4
  import { IZbzbZbflResponse } from "./index";
5
+ import { IDeptResponse, IPathResponse, IUnitResponse } from "../core";
5
6
 
6
7
  export interface IZbzdMainResponse {
7
8
  whoBuild: number;
@@ -148,9 +149,16 @@ export interface IZbzdMainResponse {
148
149
  * 指标分录
149
150
  */
150
151
  listZBFL: IZbzbZbflResponse[];
151
- listPath: IZbzbZbflResponse[];
152
- listYSBM: IZbzbZbflResponse[];
153
- listYSDW: IZbzbZbflResponse[];
152
+ listPath: IPathResponse[];
153
+
154
+ /**
155
+ * 使用单位
156
+ */
157
+ listYSDW: IUnitResponse[];
158
+ /**
159
+ * 使用部门
160
+ */
161
+ ListYSBM: IDeptResponse[];
154
162
  }
155
163
 
156
164
  export class TZbzdMainResponse implements IZbzdMainResponse {
@@ -245,9 +253,9 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
245
253
  lockMode: number = 0;
246
254
 
247
255
  listZBFL: IZbzbZbflResponse[] = [];
248
- listPath: IZbzbZbflResponse[] = [];
249
- listYSBM: IZbzbZbflResponse[] = [];
250
- listYSDW: IZbzbZbflResponse[] = [];
256
+ listPath: IPathResponse[] = [];
257
+ listYSDW: IUnitResponse[] = [];
258
+ ListYSBM: IDeptResponse[] = [];
251
259
 
252
260
  constructor(card: any = {}) {
253
261
  if (card) {