@ningboyz/types 1.4.82 → 1.4.83

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.82",
4
+ "version": "1.4.83",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -208,6 +208,10 @@ export interface IZbzdMainResponse {
208
208
  * 业务科室.名称
209
209
  */
210
210
  deptFromText: string;
211
+ /**
212
+ * 资金性质.名称
213
+ */
214
+ zjxzText: string;
211
215
  /**
212
216
  * 指标分录
213
217
  */
@@ -339,6 +343,7 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
339
343
  deptFrom: number = 0;
340
344
  deptFromText: string = "";
341
345
  sourceDw: string = "";
346
+ zjxzText: string = "";
342
347
 
343
348
  listZBFL: IZbzbZbflResponse[] = [];
344
349
  listPath: IPathResponse[] = [];