@ningboyz/apis 1.6.87 → 1.6.88
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 +2 -2
- package/packages/hznj/type.ts +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.88",
|
|
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.
|
|
20
|
+
"@ningboyz/types": "1.6.88",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/hznj/type.ts
CHANGED
|
@@ -223,12 +223,9 @@ export class THznjXmjjSelectm2mxQuerys implements IHznjXmjjSelectm2mxQuerys {
|
|
|
223
223
|
xmjjitem: number = -1;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
+
export interface IHznjXmjjCheckdbQuerys {}
|
|
226
227
|
|
|
227
|
-
export
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
export class THznjXmjjCheckdbQuerys implements IHznjXmjjCheckdbQuerys {
|
|
231
|
-
}
|
|
228
|
+
export class THznjXmjjCheckdbQuerys implements IHznjXmjjCheckdbQuerys {}
|
|
232
229
|
|
|
233
230
|
export interface IHznjXmjjInsertdbQuerys {
|
|
234
231
|
sourcend: number;
|
|
@@ -394,6 +391,8 @@ export interface IHznjNotiSelectdbQuerys {
|
|
|
394
391
|
useronly: number;
|
|
395
392
|
lockmain: number;
|
|
396
393
|
exceptid: number;
|
|
394
|
+
unitmain: number;
|
|
395
|
+
notfinal: number;
|
|
397
396
|
}
|
|
398
397
|
|
|
399
398
|
export class THznjNotiSelectdbQuerys implements IHznjNotiSelectdbQuerys {
|
|
@@ -402,6 +401,8 @@ export class THznjNotiSelectdbQuerys implements IHznjNotiSelectdbQuerys {
|
|
|
402
401
|
useronly: number = -1;
|
|
403
402
|
lockmain: number = -1;
|
|
404
403
|
exceptid: number = -1;
|
|
404
|
+
unitmain: number = -1;
|
|
405
|
+
notfinal: number = -1;
|
|
405
406
|
}
|
|
406
407
|
|
|
407
408
|
export interface IHznjNotiSelectmxQuerys {
|
|
@@ -486,7 +487,6 @@ export class THznjNotiGetTotalQuerys implements IHznjNotiGetTotalQuerys {
|
|
|
486
487
|
nodename: string = "";
|
|
487
488
|
}
|
|
488
489
|
|
|
489
|
-
|
|
490
490
|
export interface IHznjNotiNextNodeQuerys {
|
|
491
491
|
sourcend: number;
|
|
492
492
|
nodename: string;
|