@ningboyz/types 1.0.158 → 1.0.160

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.0.158",
3
+ "version": "1.0.160",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -66,6 +66,7 @@ export interface IZbzdMainResponse {
66
66
 
67
67
  deptName: string
68
68
  unitNamf: string
69
+ zbzdMain: number
69
70
  /**
70
71
  * 指标分录
71
72
  */
@@ -138,6 +139,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
138
139
 
139
140
  deptName: string = ''
140
141
  unitNamf: string = ''
142
+ zbzdMain: number = 0
141
143
  listZBFL: IZbzbZbflResponse[] = [];
142
144
  listPath: IZbzbZbflResponse[] = [];
143
145
  listYSBM: IZbzbZbflResponse[] = [];