@ningboyz/apis 1.6.84 → 1.6.86

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.84",
3
+ "version": "1.6.86",
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.84",
20
+ "@ningboyz/types": "1.6.86",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -1,8 +1,8 @@
1
- export interface IBillMainInsertdbQuerys { }
2
- export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys { }
1
+ export interface IBillMainInsertdbQuerys {}
2
+ export class TBillMainInsertdbQuerys implements IBillMainInsertdbQuerys {}
3
3
 
4
- export interface IBillMainUpdatedbQuerys { }
5
- export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys { }
4
+ export interface IBillMainUpdatedbQuerys {}
5
+ export class TBillMainUpdatedbQuerys implements IBillMainUpdatedbQuerys {}
6
6
 
7
7
  export interface IBillMainDetaildbQuerys {
8
8
  billmain: number;
@@ -12,8 +12,8 @@ export class TBillMainDetaildbQuerys implements IBillMainDetaildbQuerys {
12
12
  billmain: number = -1;
13
13
  }
14
14
 
15
- export interface IBillMainDeletedbQuerys { }
16
- export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys { }
15
+ export interface IBillMainDeletedbQuerys {}
16
+ export class TBillMainDeletedbQuerys implements IBillMainDeletedbQuerys {}
17
17
 
18
18
  export interface IBillMainSelectdbQuerys {
19
19
  sourcend: number;
@@ -40,6 +40,7 @@ export interface IBillMainSelectd4Querys {
40
40
  withlock: number;
41
41
  realpage: number;
42
42
  pagesize: number;
43
+ queuesby: string;
43
44
  }
44
45
 
45
46
  export class TBillMainSelectd4Querys implements IBillMainSelectd4Querys {
@@ -51,6 +52,7 @@ export class TBillMainSelectd4Querys implements IBillMainSelectd4Querys {
51
52
  withlock: number = -1;
52
53
  realpage: number = -1;
53
54
  pagesize: number = -1;
55
+ queuesby: string = "";
54
56
  }
55
57
 
56
58
  export interface IBillMainSelectd5Querys {
@@ -62,6 +64,7 @@ export interface IBillMainSelectd5Querys {
62
64
  yzhtmain: number;
63
65
  realpage: number;
64
66
  pagesize: number;
67
+ queuesby: string;
65
68
  }
66
69
 
67
70
  export class TBillMainSelectd5Querys implements IBillMainSelectd5Querys {
@@ -73,6 +76,7 @@ export class TBillMainSelectd5Querys implements IBillMainSelectd5Querys {
73
76
  yzhtmain: number = -1;
74
77
  realpage: number = -1;
75
78
  pagesize: number = -1;
79
+ queuesby: string = "";
76
80
  }
77
81
 
78
82
  export interface IBillMainSelectd6Querys {
@@ -116,11 +120,13 @@ export class TBillMainSelectd7Querys implements IBillMainSelectd7Querys {
116
120
  export interface IBillMainFinishe2Querys {
117
121
  realpage: number;
118
122
  pagesize: number;
123
+ queuesby: string;
119
124
  }
120
125
 
121
126
  export class TBillMainFinishe2Querys implements IBillMainFinishe2Querys {
122
127
  realpage: number = -1;
123
128
  pagesize: number = -1;
129
+ queuesby: string = "";
124
130
  }
125
131
 
126
132
  export interface IBillMainDetaild2Querys {
@@ -139,11 +145,11 @@ export class TBillMainDetaild3Querys implements IBillMainDetaild3Querys {
139
145
  billmain: number = -1;
140
146
  }
141
147
 
142
- export interface IBillCnfgInsertdbQuerys { }
143
- export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys { }
148
+ export interface IBillCnfgInsertdbQuerys {}
149
+ export class TBillCnfgInsertdbQuerys implements IBillCnfgInsertdbQuerys {}
144
150
 
145
- export interface IBillCnfgUpdatedbQuerys { }
146
- export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys { }
151
+ export interface IBillCnfgUpdatedbQuerys {}
152
+ export class TBillCnfgUpdatedbQuerys implements IBillCnfgUpdatedbQuerys {}
147
153
 
148
154
  export interface IBillCnfgDetaildbQuerys {
149
155
  cnfgmain: number;
@@ -153,20 +159,20 @@ export class TBillCnfgDetaildbQuerys implements IBillCnfgDetaildbQuerys {
153
159
  cnfgmain: number = -1;
154
160
  }
155
161
 
156
- export interface IBillCnfgDeletedbQuerys { }
157
- export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys { }
162
+ export interface IBillCnfgDeletedbQuerys {}
163
+ export class TBillCnfgDeletedbQuerys implements IBillCnfgDeletedbQuerys {}
158
164
 
159
- export interface IBillCnfgSelectdbQuerys { }
160
- export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys { }
165
+ export interface IBillCnfgSelectdbQuerys {}
166
+ export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys {}
161
167
 
162
- export interface IBillCnfgSelectd2Querys { }
163
- export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys { }
168
+ export interface IBillCnfgSelectd2Querys {}
169
+ export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys {}
164
170
 
165
- export interface IBillMainChkexistQuerys { }
166
- export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys { }
171
+ export interface IBillMainChkexistQuerys {}
172
+ export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys {}
167
173
 
168
- export interface IBillMainChkexis2Querys { }
169
- export class TBillMainChkexis2Querys implements IBillMainChkexis2Querys { }
174
+ export interface IBillMainChkexis2Querys {}
175
+ export class TBillMainChkexis2Querys implements IBillMainChkexis2Querys {}
170
176
 
171
177
  export interface IBillMainClosedbQuerys {
172
178
  /** 关闭类型:0:手工;1:系统 */