@ningboyz/apis 1.7.142 → 1.7.143
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/gztb/types.ts +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.143",
|
|
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.143",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/gztb/types.ts
CHANGED
|
@@ -3,6 +3,7 @@ export interface IGztbMainSelectdbQuerys {
|
|
|
3
3
|
sourcend: number;
|
|
4
4
|
sourceqj: number;
|
|
5
5
|
useronly: number;
|
|
6
|
+
showunit: number;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
export class TGztbMainSelectdbQuerys implements IGztbMainSelectdbQuerys {
|
|
@@ -10,6 +11,7 @@ export class TGztbMainSelectdbQuerys implements IGztbMainSelectdbQuerys {
|
|
|
10
11
|
sourcend: number = -1;
|
|
11
12
|
sourceqj: number = -1;
|
|
12
13
|
useronly: number = -1;
|
|
14
|
+
showunit: number = -1;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
export interface IGztbMainDetaildbQuerys {
|
|
@@ -90,9 +92,9 @@ export class TGztbMainDel4gzzdQuerys implements IGztbMainDel4gzzdQuerys {
|
|
|
90
92
|
gztbmain: number = -1;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
|
-
export interface IGztbMainGet4pzActivityQuerys {}
|
|
95
|
+
export interface IGztbMainGet4pzActivityQuerys { }
|
|
94
96
|
|
|
95
|
-
export class TGztbMainGet4pzActivityQuerys implements IGztbMainGet4pzActivityQuerys {}
|
|
97
|
+
export class TGztbMainGet4pzActivityQuerys implements IGztbMainGet4pzActivityQuerys { }
|
|
96
98
|
|
|
97
99
|
export interface IGztbMainUsesNextQuerys {
|
|
98
100
|
realkjnd: number;
|
|
@@ -124,9 +126,9 @@ export class TGztbMainMakezeroQuerys implements IGztbMainMakezeroQuerys {
|
|
|
124
126
|
gztbmain: number = -1;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
|
-
export interface IGztbMainUpdateQuerys {}
|
|
129
|
+
export interface IGztbMainUpdateQuerys { }
|
|
128
130
|
|
|
129
|
-
export class TGztbMainUpdateQuerys implements IGztbMainUpdateQuerys {}
|
|
131
|
+
export class TGztbMainUpdateQuerys implements IGztbMainUpdateQuerys { }
|
|
130
132
|
|
|
131
133
|
export interface IGztbMainUsersizeSelectdbQuerys {}
|
|
132
134
|
|