@ningboyz/apis 1.6.55 → 1.6.57
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/pzpt/types.ts +2 -0
- package/packages/wtui/types.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.57",
|
|
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.57",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/pzpt/types.ts
CHANGED
|
@@ -246,11 +246,13 @@ export class TPzptTypeDeletedbQuerys implements IPzptTypeDeletedbQuerys {
|
|
|
246
246
|
export interface IPzptYqkbSelctdbQuerys {
|
|
247
247
|
sourcend: number;
|
|
248
248
|
kjndkjqj: number;
|
|
249
|
+
unitmain: number;
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
export class TPzptYqkbSelctdbQuerys implements IPzptYqkbSelctdbQuerys {
|
|
252
253
|
sourcend: number = -1;
|
|
253
254
|
kjndkjqj: number = -1;
|
|
255
|
+
unitmain: number = -1;
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
export interface IPzptYqkbCreatedbQuerys {
|
package/packages/wtui/types.ts
CHANGED
|
@@ -284,9 +284,13 @@ export class TWtuiTodoUpdatedbQuerys implements IWtuiTodoUpdatedbQuerys {
|
|
|
284
284
|
/** ========== user ========== */
|
|
285
285
|
export interface IWtuiUsercnfgGet4cnfgQuerys {
|
|
286
286
|
entityid: string;
|
|
287
|
+
useronly: number;
|
|
288
|
+
datatype: number;
|
|
287
289
|
}
|
|
288
290
|
export class TWtuiUsercnfgGet4cnfgQuerys implements IWtuiUsercnfgGet4cnfgQuerys {
|
|
289
291
|
entityid: string = "";
|
|
292
|
+
useronly: number = 1;
|
|
293
|
+
datatype: number = 0;
|
|
290
294
|
}
|
|
291
295
|
|
|
292
296
|
export interface IWtuiUsercnfgSelectdbQuerys {
|