@ningboyz/types 1.5.198 → 1.5.199

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.198",
4
+ "version": "1.5.199",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -77,6 +77,7 @@ export interface IZbzdMainResponse {
77
77
  lastMemo: string;
78
78
  userName: string;
79
79
  sourceDw: string;
80
+ zbzdJhje: number;
80
81
 
81
82
  /**
82
83
  * 项目分类
@@ -357,6 +358,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
357
358
  billFrom: number = 0;
358
359
  sourceDw: string = "";
359
360
  zjxzText: string = "";
361
+ zbzdJhje: number = 0;
360
362
 
361
363
  listZBFL: IZbzbZbflResponse[] = [];
362
364
  listPath: IPathResponse[] = [];