@ningboyz/apis 1.6.175 → 1.6.176

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.175",
3
+ "version": "1.6.176",
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.175",
20
+ "@ningboyz/types": "1.6.176",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -46,6 +46,7 @@ export interface IHzcbXmtzSelectdbQuerys {
46
46
  viewonly: number;
47
47
  unitmain: number;
48
48
  hzcbmain: number;
49
+ withbill: number;
49
50
  }
50
51
  export class THzcbXmtzSelectdbQuerys implements IHzcbXmtzSelectdbQuerys {
51
52
  withflow: number = 0; // 0不是审核流 1是审核流
@@ -54,6 +55,7 @@ export class THzcbXmtzSelectdbQuerys implements IHzcbXmtzSelectdbQuerys {
54
55
  viewonly: number = -1;
55
56
  unitmain: number = -1;
56
57
  hzcbmain: number = -1;
58
+ withbill: number = -1;
57
59
  }
58
60
  export interface IHzcbXmtzDetaildbQuerys {
59
61
  xmtzmain: number;
@@ -113,6 +115,13 @@ export class THzcbXmykDeletedbQuerys implements IHzcbXmykDeletedbQuerys {
113
115
  sourcend: number = -1;
114
116
  }
115
117
 
118
+ export interface IHzcbXmtzFinishedQuerys {
119
+ withbill: number;
120
+ }
121
+ export class THzcbXmtzFinishedQuerys implements IHzcbXmtzFinishedQuerys {
122
+ withbill: number = -1;
123
+ }
124
+
116
125
  //#ndjh
117
126
  export interface IHzcbNdjhSelectdbQuerys {
118
127
  sourcend: number;
@@ -333,7 +342,3 @@ export interface IHzcbXmykUpdated2Querys {
333
342
  export class THzcbXmykUpdated2Querys implements IHzcbXmykUpdated2Querys {
334
343
  syncstat: number = -1;
335
344
  }
336
-
337
- /** ========== xmtz ========== */
338
- export interface IHzcbXmtzFinishedQuerys { }
339
- export class THzcbXmtzFinishedQuerys implements IHzcbXmtzFinishedQuerys { }