@ningboyz/apis 1.7.197 → 1.7.198
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/load/types.ts +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.198",
|
|
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.7.
|
|
20
|
+
"@ningboyz/types": "1.7.198",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/load/types.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/** ========== yqdw ========== */
|
|
2
|
-
export interface ILoadYqdwSelectdbQuerys {}
|
|
2
|
+
export interface ILoadYqdwSelectdbQuerys { }
|
|
3
3
|
|
|
4
|
-
export class TLoadYqdwSelectdbQuerys implements ILoadYqdwSelectdbQuerys {}
|
|
4
|
+
export class TLoadYqdwSelectdbQuerys implements ILoadYqdwSelectdbQuerys { }
|
|
5
5
|
|
|
6
6
|
/** ========== yqkm ========== */
|
|
7
|
-
export interface ILoadYqkmSelectdbQuerys {}
|
|
7
|
+
export interface ILoadYqkmSelectdbQuerys { }
|
|
8
8
|
|
|
9
|
-
export class TLoadYqkmSelectdbQuerys implements ILoadYqkmSelectdbQuerys {}
|
|
9
|
+
export class TLoadYqkmSelectdbQuerys implements ILoadYqkmSelectdbQuerys { }
|
|
10
10
|
|
|
11
11
|
/** ========== main ========== */
|
|
12
12
|
export interface ILoadMainSelectdbQuerys {
|
|
@@ -32,11 +32,13 @@ export class TLoadMainDetaildbQuerys implements ILoadMainDetaildbQuerys {
|
|
|
32
32
|
export interface ILoadMainUploadddQuerys {
|
|
33
33
|
gzjgmain: number;
|
|
34
34
|
kjndkjqj: number;
|
|
35
|
+
dodelete: number;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
export class TLoadMainUploadddQuerys implements ILoadMainUploadddQuerys {
|
|
38
39
|
gzjgmain: number = -1;
|
|
39
40
|
kjndkjqj: number = -1;
|
|
41
|
+
dodelete: number = -1;
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
export interface ILoadDataSelectddQuerys {
|
|
@@ -85,5 +87,5 @@ export class TLoadNsdwSyncnsryQuerys implements ILoadNsdwSyncnsryQuerys {
|
|
|
85
87
|
unitmain: number = -1;
|
|
86
88
|
}
|
|
87
89
|
|
|
88
|
-
export interface ILoadZydwSelectdbQuerys {}
|
|
89
|
-
export class TLoadZydwSelectdbQuerys implements ILoadZydwSelectdbQuerys {}
|
|
90
|
+
export interface ILoadZydwSelectdbQuerys { }
|
|
91
|
+
export class TLoadZydwSelectdbQuerys implements ILoadZydwSelectdbQuerys { }
|