@ningboyz/apis 1.6.146 → 1.6.148

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/apis",
3
- "version": "1.6.146",
3
+ "version": "1.6.148",
4
4
  "private": false,
5
5
  "description": "宁波甬政请求库",
6
6
  "author": "nbyt-syq",
@@ -17,7 +17,7 @@
17
17
  "registry": "https://registry.npmjs.org/"
18
18
  },
19
19
  "dependencies": {
20
- "@ningboyz/types": "1.6.146",
20
+ "@ningboyz/types": "1.6.148",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -255,6 +255,8 @@ export interface IMyoaMainGetzydjQuerys {
255
255
  flownode: number;
256
256
  /** 车辆用途 */
257
257
  dictmain: number;
258
+ /** 过滤当前单据 */
259
+ exceptid: number;
258
260
  }
259
261
 
260
262
  export class TMyoaMainGetzydjQuerys implements IMyoaMainGetzydjQuerys {
@@ -265,6 +267,7 @@ export class TMyoaMainGetzydjQuerys implements IMyoaMainGetzydjQuerys {
265
267
  endedout: number = -1;
266
268
  flownode: number = -1;
267
269
  dictmain: number = -1;
270
+ exceptid: number = -1;
268
271
  }
269
272
 
270
273
  export interface IMyoaMainGetzydj2Querys {