@ningboyz/types 1.4.194 → 1.4.196

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.4.194",
4
+ "version": "1.4.196",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -78,6 +78,8 @@ export interface IHzcbXmykResponse {
78
78
  hzcbName: string;
79
79
  /** 单位codefull */
80
80
  sourceDW: string;
81
+ // 文件号
82
+ fileCode: string;
81
83
 
82
84
  listFrom: IHzcbMainResponse[];
83
85
  listUnit: IUnitResponse[];
@@ -157,6 +159,7 @@ export class THzcbXmykResponse implements IHzcbXmykResponse {
157
159
  hzcbTxt1: string = "";
158
160
  hzcbName: string = "";
159
161
  sourceDW: string = "";
162
+ fileCode: string = "";
160
163
 
161
164
  listFrom: IHzcbMainResponse[] = [];
162
165
  listBill: IYzhtBillResponse[] = [];
@@ -284,7 +284,7 @@ export interface IYzhtMainResponse {
284
284
  htflText: string;
285
285
  expdCode: string;
286
286
  cashYjdq: number;
287
-
287
+ yzhtFrom:number;
288
288
  wbField1: string;
289
289
  wbField2: string;
290
290
  wbField3: string;
@@ -376,7 +376,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
376
376
  deleteAt: number = 0;
377
377
  queuesBy: number = 0;
378
378
  entityID: string = "";
379
-
379
+ yzhtFrom:number = 0;
380
380
  sourceND: number = 0;
381
381
  unitMain: number = 0;
382
382
  deptMain: number = 0;