@ningboyz/types 1.0.14 → 1.0.16
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/.prettierignore +0 -0
- package/.prettierrc +15 -0
- package/index.ts +29 -7
- package/package.json +3 -2
- package/src/card/IZccfResponse.ts +3 -0
- package/src/cggz/ICggzBillResponse.ts +69 -0
- package/src/cggz/ICggzMainResponse.ts +188 -0
- package/src/cggz/index.ts +4 -0
- package/src/const/const_gzlm.ts +9 -0
- package/src/const/index.ts +2 -1
- package/src/core/IUserLiteResponse.ts +135 -0
- package/src/core/IUserSzdwResponse.ts +165 -0
- package/src/core/index.ts +24 -18
- package/src/expd/IExpdBAXQResponse.ts +61 -0
- package/src/expd/IExpdCallResponse.ts +57 -0
- package/src/expd/IExpdCardResponse.ts +0 -0
- package/src/expd/IExpdCashResponse.ts +75 -0
- package/src/expd/IExpdHYHBResponse.ts +53 -0
- package/src/expd/IExpdHYMXResponse.ts +61 -0
- package/src/expd/IExpdLfmxResponse.ts +56 -0
- package/src/expd/IExpdMainResponse.ts +552 -0
- package/src/expd/IExpdP2pzResponse.ts +59 -0
- package/src/expd/IExpdP5pzResponse.ts +57 -0
- package/src/expd/IViewLockResponse.ts +63 -0
- package/src/expd/index.ts +36 -0
- package/src/gams/IGamsBillResponse.ts +348 -0
- package/src/gams/IGamsEachResponse.ts +67 -0
- package/src/gams/IGamsMainResponse.ts +0 -0
- package/src/gams/IZbhdMainResponese.ts +166 -0
- package/src/gams/index.ts +16 -1
- package/src/gzzd/IGzzdBillResponse.ts +160 -0
- package/src/gzzd/IGzzdLineResponse.ts +13 -0
- package/src/gzzd/IGzzdMainResponse.ts +172 -0
- package/src/gzzd/index.ts +5 -0
- package/src/hzcb/IHzcbRypqResponse.ts +180 -0
- package/src/hzcb/index.ts +3 -0
- package/src/take/ITakeBillResponse.ts +144 -0
- package/src/take/ITakeMainResponse.ts +205 -0
- package/src/take/index.ts +4 -0
- package/src/wldy/IWldyDataResponse.ts +2 -0
- package/src/wldy/IWldyItemResponse.ts +2 -0
- package/src/yzcb/ICbjgMainResponse.ts +133 -0
- package/src/yzcb/index.ts +3 -0
- package/src/yzcg/IYzcgMainResponse.ts +213 -0
- package/src/yzcg/index.ts +3 -0
- package/src/yzht/IYzhtBillResponse.ts +102 -0
- package/src/yzht/IYzhtMainResponse.ts +400 -0
- package/src/yzht/index.ts +4 -0
- package/src/zbhd/IZbhdMainResponese.ts +166 -0
- package/src/zbhd/index.ts +3 -0
- package/src/zfht/IZfhtResponse.ts +0 -0
- package/src/zfht/index.ts +3 -0
- package/src/zfsq/IZfsqResponse.ts +193 -0
- package/src/zfsq/index.ts +3 -0
- package/tsconfig.json +21 -0
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
export interface IZfsqResponse {
|
|
2
|
+
aplMoney: number;
|
|
3
|
+
billIndx: number;
|
|
4
|
+
bmkmCode: string;
|
|
5
|
+
bmkmIndx: number;
|
|
6
|
+
bmkmName: string;
|
|
7
|
+
bmkmUUID: string;
|
|
8
|
+
cgpmCode: string;
|
|
9
|
+
cgpmIndx: number;
|
|
10
|
+
cgpmName: string;
|
|
11
|
+
cgpmUUID: string;
|
|
12
|
+
createAt: number;
|
|
13
|
+
createBy: string;
|
|
14
|
+
dataDate: number;
|
|
15
|
+
dataFrom: number;
|
|
16
|
+
dataHide: number;
|
|
17
|
+
dataOrdr: number;
|
|
18
|
+
dataStat: number;
|
|
19
|
+
dataTime: number;
|
|
20
|
+
deleteAt: number;
|
|
21
|
+
deleteBy: string;
|
|
22
|
+
gkzfBjwh: string;
|
|
23
|
+
gkzfDlyh: string;
|
|
24
|
+
gkzfKJND: number;
|
|
25
|
+
gkzfKJQJ: number;
|
|
26
|
+
gkzfMemo: string;
|
|
27
|
+
gkzfSjwh: string;
|
|
28
|
+
gkzfSqbz: string;
|
|
29
|
+
gkzfSqfl: string;
|
|
30
|
+
gkzfXdrq: number;
|
|
31
|
+
gkzfZbbz: string;
|
|
32
|
+
gkzfZfbz: string;
|
|
33
|
+
gnkmCode: string;
|
|
34
|
+
gnkmIndx: number;
|
|
35
|
+
gnkmName: string;
|
|
36
|
+
gnkmUUID: string;
|
|
37
|
+
mastGUID: string;
|
|
38
|
+
mastName: string;
|
|
39
|
+
nowMoney: number;
|
|
40
|
+
outMoney: number;
|
|
41
|
+
sfzcCode: string;
|
|
42
|
+
sfzcIndx: number;
|
|
43
|
+
sfzcName: string;
|
|
44
|
+
sfzcUUID: string;
|
|
45
|
+
updateAt: number;
|
|
46
|
+
updateBy: string;
|
|
47
|
+
userIndx: number;
|
|
48
|
+
whoBuild: number;
|
|
49
|
+
xmflCode: string;
|
|
50
|
+
xmflIndx: number;
|
|
51
|
+
xmflName: string;
|
|
52
|
+
xmflUUID: string;
|
|
53
|
+
xmmxCode: string;
|
|
54
|
+
xmmxIndx: number;
|
|
55
|
+
xmmxName: string;
|
|
56
|
+
xmmxUUID: string;
|
|
57
|
+
ysdwCode: string;
|
|
58
|
+
ysdwIndx: number;
|
|
59
|
+
ysdwName: string;
|
|
60
|
+
ysdwUUID: string;
|
|
61
|
+
ysxmCode: string;
|
|
62
|
+
ysxmIndx: number;
|
|
63
|
+
ysxmName: string;
|
|
64
|
+
ysxmUUID: string;
|
|
65
|
+
ywksCode: string;
|
|
66
|
+
ywksIndx: number;
|
|
67
|
+
ywksName: string;
|
|
68
|
+
ywksUUID: string;
|
|
69
|
+
zblyCode: string;
|
|
70
|
+
zblyIndx: number;
|
|
71
|
+
zblyName: string;
|
|
72
|
+
zblyUUID: string;
|
|
73
|
+
zffsCode: string;
|
|
74
|
+
zffsIndx: number;
|
|
75
|
+
zffsName: string;
|
|
76
|
+
zffsUUID: string;
|
|
77
|
+
zfkmCode: string;
|
|
78
|
+
zfkmIndx: number;
|
|
79
|
+
zfkmName: string;
|
|
80
|
+
zfkmUUID: string;
|
|
81
|
+
zfsqMain: number;
|
|
82
|
+
zjxzCode: string;
|
|
83
|
+
zjxzIndx: number;
|
|
84
|
+
zjxzName: string;
|
|
85
|
+
zjxzUUID: string;
|
|
86
|
+
zxlxCode: string;
|
|
87
|
+
zxlxIndx: number;
|
|
88
|
+
zxlxName: string;
|
|
89
|
+
zxlxUUID: string;
|
|
90
|
+
allMoney: number;
|
|
91
|
+
|
|
92
|
+
gkzfCCID: string;
|
|
93
|
+
|
|
94
|
+
//前端虚拟字段
|
|
95
|
+
listZfsq: IZfsqResponse[];
|
|
96
|
+
oldMoney: number;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export class TZfsqResponse implements IZfsqResponse {
|
|
100
|
+
aplMoney: number = 0;
|
|
101
|
+
billIndx: number = 0;
|
|
102
|
+
bmkmCode: string = "";
|
|
103
|
+
bmkmIndx: number = 0;
|
|
104
|
+
bmkmName: string = "";
|
|
105
|
+
bmkmUUID: string = "";
|
|
106
|
+
cgpmCode: string = "";
|
|
107
|
+
cgpmIndx: number = 0;
|
|
108
|
+
cgpmName: string = "";
|
|
109
|
+
cgpmUUID: string = "";
|
|
110
|
+
createAt: number = 0;
|
|
111
|
+
createBy: string = "";
|
|
112
|
+
dataDate: number = 0;
|
|
113
|
+
dataFrom: number = 0;
|
|
114
|
+
dataHide: number = 0;
|
|
115
|
+
dataOrdr: number = 0;
|
|
116
|
+
dataStat: number = 0;
|
|
117
|
+
dataTime: number = 0;
|
|
118
|
+
deleteAt: number = 0;
|
|
119
|
+
deleteBy: string = "";
|
|
120
|
+
gkzfBjwh: string = "";
|
|
121
|
+
gkzfDlyh: string = "";
|
|
122
|
+
gkzfKJND: number = 0;
|
|
123
|
+
gkzfKJQJ: number = 0;
|
|
124
|
+
gkzfMemo: string = "";
|
|
125
|
+
gkzfSjwh: string = "";
|
|
126
|
+
gkzfSqbz: string = "";
|
|
127
|
+
gkzfSqfl: string = "";
|
|
128
|
+
gkzfXdrq: number = 0;
|
|
129
|
+
gkzfZbbz: string = "";
|
|
130
|
+
gkzfZfbz: string = "";
|
|
131
|
+
gnkmCode: string = "";
|
|
132
|
+
gnkmIndx: number = 0;
|
|
133
|
+
gnkmName: string = "";
|
|
134
|
+
gnkmUUID: string = "";
|
|
135
|
+
mastGUID: string = "";
|
|
136
|
+
mastName: string = "";
|
|
137
|
+
nowMoney: number = 0;
|
|
138
|
+
outMoney: number = 0;
|
|
139
|
+
sfzcCode: string = "";
|
|
140
|
+
sfzcIndx: number = 0;
|
|
141
|
+
sfzcName: string = "";
|
|
142
|
+
sfzcUUID: string = "";
|
|
143
|
+
updateAt: number = 0;
|
|
144
|
+
updateBy: string = "";
|
|
145
|
+
userIndx: number = 0;
|
|
146
|
+
whoBuild: number = 0;
|
|
147
|
+
xmflCode: string = "";
|
|
148
|
+
xmflIndx: number = 0;
|
|
149
|
+
xmflName: string = "";
|
|
150
|
+
xmflUUID: string = "";
|
|
151
|
+
xmmxCode: string = "";
|
|
152
|
+
xmmxIndx: number = 0;
|
|
153
|
+
xmmxName: string = "";
|
|
154
|
+
xmmxUUID: string = "";
|
|
155
|
+
ysdwCode: string = "";
|
|
156
|
+
ysdwIndx: number = 0;
|
|
157
|
+
ysdwName: string = "";
|
|
158
|
+
ysdwUUID: string = "";
|
|
159
|
+
ysxmCode: string = "";
|
|
160
|
+
ysxmIndx: number = 0;
|
|
161
|
+
ysxmName: string = "";
|
|
162
|
+
ysxmUUID: string = "";
|
|
163
|
+
ywksCode: string = "";
|
|
164
|
+
ywksIndx: number = 0;
|
|
165
|
+
ywksName: string = "";
|
|
166
|
+
ywksUUID: string = "";
|
|
167
|
+
zblyCode: string = "";
|
|
168
|
+
zblyIndx: number = 0;
|
|
169
|
+
zblyName: string = "";
|
|
170
|
+
zblyUUID: string = "";
|
|
171
|
+
zffsCode: string = "";
|
|
172
|
+
zffsIndx: number = 0;
|
|
173
|
+
zffsName: string = "";
|
|
174
|
+
zffsUUID: string = "";
|
|
175
|
+
zfkmCode: string = "";
|
|
176
|
+
zfkmIndx: number = 0;
|
|
177
|
+
zfkmName: string = "";
|
|
178
|
+
zfkmUUID: string = "";
|
|
179
|
+
zfsqMain: number = 0;
|
|
180
|
+
zjxzCode: string = "";
|
|
181
|
+
zjxzIndx: number = 0;
|
|
182
|
+
zjxzName: string = "";
|
|
183
|
+
zjxzUUID: string = "";
|
|
184
|
+
zxlxCode: string = "";
|
|
185
|
+
zxlxIndx: number = 0;
|
|
186
|
+
zxlxName: string = "";
|
|
187
|
+
zxlxUUID: string = "";
|
|
188
|
+
allMoney: number = 0;
|
|
189
|
+
|
|
190
|
+
gkzfCCID: string = "";
|
|
191
|
+
listZfsq: IZfsqResponse[] = [];
|
|
192
|
+
oldMoney: number = 0;
|
|
193
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES2022",
|
|
4
|
+
"lib": ["ES2023"],
|
|
5
|
+
"module": "ESNext",
|
|
6
|
+
"skipLibCheck": true,
|
|
7
|
+
|
|
8
|
+
/* Bundler mode */
|
|
9
|
+
"moduleResolution": "bundler",
|
|
10
|
+
"allowImportingTsExtensions": true,
|
|
11
|
+
"isolatedModules": false,
|
|
12
|
+
"moduleDetection": "force",
|
|
13
|
+
"noEmit": true,
|
|
14
|
+
|
|
15
|
+
/* Linting */
|
|
16
|
+
"strict": true,
|
|
17
|
+
"noUnusedLocals": true,
|
|
18
|
+
"noUnusedParameters": true,
|
|
19
|
+
"noFallthroughCasesInSwitch": true
|
|
20
|
+
}
|
|
21
|
+
}
|