@ningboyz/apis 1.5.147 → 1.5.149
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/bill/types.ts +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.149",
|
|
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.5.
|
|
20
|
+
"@ningboyz/types": "1.5.149",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/bill/types.ts
CHANGED
|
@@ -106,12 +106,8 @@ export class TBillCnfgSelectdbQuerys implements IBillCnfgSelectdbQuerys {}
|
|
|
106
106
|
export interface IBillCnfgSelectd2Querys {}
|
|
107
107
|
export class TBillCnfgSelectd2Querys implements IBillCnfgSelectd2Querys {}
|
|
108
108
|
|
|
109
|
-
export interface IBillMainChkexistQuerys {
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys {
|
|
113
|
-
billzffs: number = -1;
|
|
114
|
-
}
|
|
109
|
+
export interface IBillMainChkexistQuerys {}
|
|
110
|
+
export class TBillMainChkexistQuerys implements IBillMainChkexistQuerys {}
|
|
115
111
|
|
|
116
112
|
export interface IBillMainChkexis2Querys {}
|
|
117
113
|
export class TBillMainChkexis2Querys implements IBillMainChkexis2Querys {}
|
|
@@ -130,5 +126,9 @@ export class TBillMainClosedbQuerys implements IBillMainClosedbQuerys {
|
|
|
130
126
|
canclose: number = -1;
|
|
131
127
|
}
|
|
132
128
|
|
|
133
|
-
export interface IBillMainCalculateQuerys {
|
|
134
|
-
|
|
129
|
+
export interface IBillMainCalculateQuerys {
|
|
130
|
+
billzffs: number;
|
|
131
|
+
}
|
|
132
|
+
export class TBillMainCalculateQuerys implements IBillMainCalculateQuerys {
|
|
133
|
+
billzffs: number = -1;
|
|
134
|
+
}
|