@ningboyz/apis 1.5.181 → 1.5.182
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/yzht/types.ts +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.182",
|
|
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.182",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/yzht/types.ts
CHANGED
|
@@ -84,6 +84,7 @@ export interface IYzhtBillGet4BillQuerys {
|
|
|
84
84
|
yzhtmain: number;
|
|
85
85
|
unitmain: number;
|
|
86
86
|
hzcbmain: number;
|
|
87
|
+
yearfrom: number;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
export class TYzhtBillGet4BillQuerys implements IYzhtBillGet4BillQuerys {
|
|
@@ -91,6 +92,7 @@ export class TYzhtBillGet4BillQuerys implements IYzhtBillGet4BillQuerys {
|
|
|
91
92
|
yzhtmain: number = -1;
|
|
92
93
|
unitmain: number = -1;
|
|
93
94
|
hzcbmain: number = -1;
|
|
95
|
+
yearfrom: number = -1;
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
export interface IYzhtGlpzUploaddbQuerys {
|
|
@@ -111,9 +113,9 @@ export class TYzhtGlfdSelectfdQuerys implements IYzhtGlfdSelectfdQuerys {
|
|
|
111
113
|
unitmain: number = -1;
|
|
112
114
|
}
|
|
113
115
|
|
|
114
|
-
export interface IYzhtBillUpdated8Querys {
|
|
116
|
+
export interface IYzhtBillUpdated8Querys {}
|
|
115
117
|
|
|
116
|
-
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys {
|
|
118
|
+
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys {}
|
|
117
119
|
|
|
118
120
|
export interface IYzhtMainSelectd9Querys {
|
|
119
121
|
hzcbmain: number;
|