@ningboyz/apis 1.3.9 → 1.3.10
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 +38 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
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.10",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/yzht/types.ts
CHANGED
|
@@ -83,9 +83,9 @@ export class TYzhtGlfdSelectfdQuerys implements IYzhtGlfdSelectfdQuerys {
|
|
|
83
83
|
unitmain: number = -1;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
export interface IYzhtBillUpdated8Querys {}
|
|
86
|
+
export interface IYzhtBillUpdated8Querys { }
|
|
87
87
|
|
|
88
|
-
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys {}
|
|
88
|
+
export class TYzhtBillUpdated8Querys implements IYzhtBillUpdated8Querys { }
|
|
89
89
|
|
|
90
90
|
export interface IYzhtMainSelectd9Querys {
|
|
91
91
|
hzcbmain: number;
|
|
@@ -97,29 +97,53 @@ export class TYzhtMainSelectd9Querys implements IYzhtMainSelectd9Querys {
|
|
|
97
97
|
queuesby: string = "";
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
export interface IYzhtMainExecutedQuerys {
|
|
100
|
+
export interface IYzhtMainExecutedQuerys {
|
|
101
|
+
billuuid: string;
|
|
102
|
+
}
|
|
101
103
|
|
|
102
|
-
export class TYzhtMainExecutedQuerys implements IYzhtMainExecutedQuerys {
|
|
104
|
+
export class TYzhtMainExecutedQuerys implements IYzhtMainExecutedQuerys {
|
|
105
|
+
billuuid: string = "";
|
|
106
|
+
}
|
|
103
107
|
|
|
104
|
-
export interface IYzhtMainChkexis3Querys {
|
|
108
|
+
export interface IYzhtMainChkexis3Querys {
|
|
109
|
+
billuuid: string;
|
|
110
|
+
}
|
|
105
111
|
|
|
106
|
-
export class TYzhtMainChkexis3Querys implements IYzhtMainChkexis3Querys {
|
|
112
|
+
export class TYzhtMainChkexis3Querys implements IYzhtMainChkexis3Querys {
|
|
113
|
+
billuuid: string = "";
|
|
114
|
+
}
|
|
107
115
|
|
|
108
|
-
export interface IYzhtMainCanceledQuerys {
|
|
116
|
+
export interface IYzhtMainCanceledQuerys {
|
|
117
|
+
billuuid: string;
|
|
118
|
+
}
|
|
109
119
|
|
|
110
|
-
export class TYzhtMainCanceledQuerys implements IYzhtMainCanceledQuerys {
|
|
120
|
+
export class TYzhtMainCanceledQuerys implements IYzhtMainCanceledQuerys {
|
|
121
|
+
billuuid: string = "";
|
|
122
|
+
}
|
|
111
123
|
|
|
112
|
-
export interface IYzhtMainExecute2Querys {
|
|
124
|
+
export interface IYzhtMainExecute2Querys {
|
|
125
|
+
billuuid: string;
|
|
126
|
+
}
|
|
113
127
|
|
|
114
|
-
export class TYzhtMainExecute2Querys implements IYzhtMainExecute2Querys {
|
|
128
|
+
export class TYzhtMainExecute2Querys implements IYzhtMainExecute2Querys {
|
|
129
|
+
billuuid: string = "";
|
|
130
|
+
}
|
|
115
131
|
|
|
116
|
-
export interface IYzhtMainChkexis4Querys {
|
|
132
|
+
export interface IYzhtMainChkexis4Querys {
|
|
133
|
+
billuuid: string;
|
|
134
|
+
}
|
|
117
135
|
|
|
118
|
-
export class TYzhtMainChkexis4Querys implements IYzhtMainChkexis3Querys {
|
|
136
|
+
export class TYzhtMainChkexis4Querys implements IYzhtMainChkexis3Querys {
|
|
137
|
+
billuuid: string = "";
|
|
138
|
+
}
|
|
119
139
|
|
|
120
|
-
export interface IYzhtMainCancele2Querys {
|
|
140
|
+
export interface IYzhtMainCancele2Querys {
|
|
141
|
+
billuuid: string;
|
|
142
|
+
}
|
|
121
143
|
|
|
122
|
-
export class TYzhtMainCancele2Querys implements IYzhtMainCancele2Querys {
|
|
144
|
+
export class TYzhtMainCancele2Querys implements IYzhtMainCancele2Querys {
|
|
145
|
+
billuuid: string = "";
|
|
146
|
+
}
|
|
123
147
|
|
|
124
148
|
export interface IYzhtMainHasEndedQuerys {
|
|
125
149
|
hasEnded: number;
|