@ningboyz/types 1.6.6 → 1.6.7

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.6.6",
4
+ "version": "1.6.7",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -190,4 +190,6 @@ export enum TButtonType {
190
190
  adjust = "adjust",
191
191
  /** 推送 */
192
192
  push = "push",
193
+ /** 导入查询*/
194
+ importQuery = "importQuery",
193
195
  }
@@ -93,6 +93,7 @@ export interface IZbzbZbflResponse {
93
93
  kfjMoney: number;
94
94
  allEnded: number;
95
95
  dataType: number;
96
+ billFrom: number;
96
97
 
97
98
  /**
98
99
  * 归属科室
@@ -232,7 +233,7 @@ export class TZbzbZbflResponse implements IZbzbZbflResponse {
232
233
  kfjMoney: number = 0;
233
234
  allEnded: number = 0;
234
235
  dataType: number = 0;
235
-
236
+ billFrom: number = 0;
236
237
  deptMain: number = 0;
237
238
  deptName: string = "";
238
239
  unitMain: number = 0;