@ningboyz/types 1.2.39 → 1.2.40

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.2.39",
4
+ "version": "1.2.40",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -1,5 +1,5 @@
1
1
  import { IDeptResponse, IDictResponse, IUnitResponse } from "../core";
2
- import { IGamsK0kmResponse } from "../gams";
2
+ import { IGamsItemResponse, IGamsK0kmResponse } from "../gams";
3
3
 
4
4
  export interface IZbhdMainResponse {
5
5
  whoBuild: number;
@@ -139,6 +139,10 @@ export interface IZbhdMainResponse {
139
139
  * 资金性质
140
140
  */
141
141
  listZJXZ: IDictResponse[];
142
+ /**
143
+ * 资金来源
144
+ */
145
+ listZJLY: IGamsItemResponse[];
142
146
  }
143
147
 
144
148
  export class TZbhdMainResponse implements IZbhdMainResponse {
@@ -238,4 +242,5 @@ export class TZbhdMainResponse implements IZbhdMainResponse {
238
242
  listYSDW: IUnitResponse[] = [];
239
243
  listYSBM: IDeptResponse[] = [];
240
244
  listZJXZ: IDictResponse[] = [];
245
+ listZJLY: IGamsItemResponse[] = [];
241
246
  }
@@ -121,11 +121,11 @@ export interface IZbzdMainResponse {
121
121
  */
122
122
  zfkmMain: number;
123
123
  /**
124
- * 政府经济
124
+ * 指标来源
125
125
  */
126
126
  zblyName: string;
127
127
  /**
128
- * 政府经济
128
+ * 指标来源
129
129
  */
130
130
  zblyMain: number;
131
131
  /**