@ningboyz/apis 1.3.99 → 1.3.101
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/core/types.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.101",
|
|
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.3.
|
|
20
|
+
"@ningboyz/types": "1.3.101",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/core/types.ts
CHANGED
|
@@ -347,14 +347,14 @@ export interface ICoreMasttSelectdbQuerys {
|
|
|
347
347
|
unitmain: number;
|
|
348
348
|
deptmain: number;
|
|
349
349
|
usrpartc: number;
|
|
350
|
-
|
|
350
|
+
syspartc: number;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
export class TCoreMasttSelectdbQuerys implements ICoreMasttSelectdbQuerys {
|
|
354
354
|
unitmain: number = -1;
|
|
355
355
|
deptmain: number = -1;
|
|
356
356
|
usrpartc: number = -1;
|
|
357
|
-
|
|
357
|
+
syspartc: number = -1;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
/** ========== unit ========== */
|
|
@@ -682,7 +682,7 @@ export interface ICoreSkdwSelectdbQuerys {
|
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
export class TCoreSkdwSelectdbQuerys implements ICoreSkdwSelectdbQuerys {
|
|
685
|
-
datatype: number =
|
|
685
|
+
datatype: number = -1;
|
|
686
686
|
}
|
|
687
687
|
|
|
688
688
|
export interface ICoreSkdwInsertdbQuerys {
|