@ningboyz/types 1.2.23 → 1.2.25
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 +1 -1
- package/pnpm-lock.yaml +39 -0
- package/src/bill/IBillMainResponse.ts +183 -0
- package/src/bill/index.ts +3 -0
- package/src/card/ICardFromResponse.ts +62 -64
- package/src/wldy/IWldyItemResponse.ts +2 -0
package/package.json
CHANGED
package/pnpm-lock.yaml
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@aximario/json-tree':
|
|
12
|
+
specifier: 2.2.4
|
|
13
|
+
version: 2.2.4
|
|
14
|
+
lodash:
|
|
15
|
+
specifier: 4.17.21
|
|
16
|
+
version: 4.17.21
|
|
17
|
+
devDependencies:
|
|
18
|
+
'@types/lodash':
|
|
19
|
+
specifier: 4.17.16
|
|
20
|
+
version: 4.17.16
|
|
21
|
+
|
|
22
|
+
packages:
|
|
23
|
+
|
|
24
|
+
'@aximario/json-tree@2.2.4':
|
|
25
|
+
resolution: {integrity: sha512-XGMJ+zuVQ0CRizo1d3ZTUKEvrTqKYbm2a00T6DnRFR36mzV6mexLUKRIk6repj3JKgLrj3iwW8aUFrOS4P7CEA==}
|
|
26
|
+
|
|
27
|
+
'@types/lodash@4.17.16':
|
|
28
|
+
resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
|
|
29
|
+
|
|
30
|
+
lodash@4.17.21:
|
|
31
|
+
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
32
|
+
|
|
33
|
+
snapshots:
|
|
34
|
+
|
|
35
|
+
'@aximario/json-tree@2.2.4': {}
|
|
36
|
+
|
|
37
|
+
'@types/lodash@4.17.16': {}
|
|
38
|
+
|
|
39
|
+
lodash@4.17.21: {}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
export interface IBillMainResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
billIndx: number;
|
|
5
|
+
parentID: number;
|
|
6
|
+
hashCode: number;
|
|
7
|
+
dataLevl: number;
|
|
8
|
+
dataFrom: number;
|
|
9
|
+
kjndKJQJ: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
dataOrdr: number;
|
|
12
|
+
dataHide: number;
|
|
13
|
+
dataType: number;
|
|
14
|
+
dataDate: number;
|
|
15
|
+
dataTime: number;
|
|
16
|
+
dataGUID: string;
|
|
17
|
+
mastName: string;
|
|
18
|
+
mastGUID: string;
|
|
19
|
+
userMain: number;
|
|
20
|
+
createBy: string;
|
|
21
|
+
createAt: number;
|
|
22
|
+
updateBy: string;
|
|
23
|
+
updateAt: number;
|
|
24
|
+
deleteBy: string;
|
|
25
|
+
deleteAt: number;
|
|
26
|
+
queuesBy: number;
|
|
27
|
+
entityID: string;
|
|
28
|
+
sourceND: number;
|
|
29
|
+
/** 功能菜单 */
|
|
30
|
+
menuMain: number;
|
|
31
|
+
/** 功能菜单 */
|
|
32
|
+
menuUUID: string;
|
|
33
|
+
/** 单位标识 */
|
|
34
|
+
unitMain: number;
|
|
35
|
+
deptMain: number;
|
|
36
|
+
sqyhText: string;
|
|
37
|
+
sqbmText: string;
|
|
38
|
+
flowUndo: number;
|
|
39
|
+
flowUser: string;
|
|
40
|
+
flowText: string;
|
|
41
|
+
billStat: number;
|
|
42
|
+
/** 票据号码 */
|
|
43
|
+
billCode: string;
|
|
44
|
+
/** 开票日期 */
|
|
45
|
+
billDate: number;
|
|
46
|
+
/** 开票用途 */
|
|
47
|
+
billUses: string;
|
|
48
|
+
/** 备注信息 */
|
|
49
|
+
billMemo: string;
|
|
50
|
+
yzhtCode: string;
|
|
51
|
+
yzhtMain: number;
|
|
52
|
+
hzcbName: string;
|
|
53
|
+
jfdwMain: number;
|
|
54
|
+
jfdwText: string;
|
|
55
|
+
outMoney: number;
|
|
56
|
+
finalOut: number;
|
|
57
|
+
payMoney: number;
|
|
58
|
+
nowMoney: number;
|
|
59
|
+
billType: number;
|
|
60
|
+
billRate: number;
|
|
61
|
+
imokSize: number;
|
|
62
|
+
comeSize: number;
|
|
63
|
+
p2pzTxt1: string;
|
|
64
|
+
p2pzTxt2: string;
|
|
65
|
+
statusID: number;
|
|
66
|
+
statusBy: string;
|
|
67
|
+
checkCnt: number;
|
|
68
|
+
printCnt: number;
|
|
69
|
+
billFrom: number;
|
|
70
|
+
|
|
71
|
+
/** 银行类型 */
|
|
72
|
+
bankType: number;
|
|
73
|
+
/** 开票账号 */
|
|
74
|
+
aczfMain: number;
|
|
75
|
+
aczfZhmc: string;
|
|
76
|
+
aczfKhyh: string;
|
|
77
|
+
aczfYhzh: string;
|
|
78
|
+
/** 收款单位 */
|
|
79
|
+
acnoMain: number;
|
|
80
|
+
acnoZhmc: string;
|
|
81
|
+
acnoKhyh: string;
|
|
82
|
+
acnoYhzh: string;
|
|
83
|
+
/** 票据密码 */
|
|
84
|
+
billPswd: string;
|
|
85
|
+
/** 附言一 */
|
|
86
|
+
memoTxt1: string;
|
|
87
|
+
/** 附言二 */
|
|
88
|
+
memoTxt2: string;
|
|
89
|
+
/** 附言三 */
|
|
90
|
+
memoTxt3: string;
|
|
91
|
+
/** 单位主管 */
|
|
92
|
+
unitMast: string;
|
|
93
|
+
/** 会计主管 */
|
|
94
|
+
finaMast: string;
|
|
95
|
+
|
|
96
|
+
/** 票据类型.名称 */
|
|
97
|
+
typeText: string;
|
|
98
|
+
/** 银行类型.名称 */
|
|
99
|
+
bankText: string;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export class TBillMainResponse implements IBillMainResponse {
|
|
103
|
+
whoBuild: number = 0;
|
|
104
|
+
userIndx: number = 0;
|
|
105
|
+
billIndx: number = 0;
|
|
106
|
+
parentID: number = 0;
|
|
107
|
+
hashCode: number = 0;
|
|
108
|
+
dataLevl: number = 0;
|
|
109
|
+
dataFrom: number = 0;
|
|
110
|
+
kjndKJQJ: number = 0;
|
|
111
|
+
dataStat: number = 0;
|
|
112
|
+
dataOrdr: number = 0;
|
|
113
|
+
dataHide: number = 0;
|
|
114
|
+
dataType: number = 0;
|
|
115
|
+
dataDate: number = 0;
|
|
116
|
+
dataTime: number = 0;
|
|
117
|
+
dataGUID: string = "";
|
|
118
|
+
mastName: string = "";
|
|
119
|
+
mastGUID: string = "";
|
|
120
|
+
userMain: number = 0;
|
|
121
|
+
createBy: string = "";
|
|
122
|
+
createAt: number = 0;
|
|
123
|
+
updateBy: string = "";
|
|
124
|
+
updateAt: number = 0;
|
|
125
|
+
deleteBy: string = "";
|
|
126
|
+
deleteAt: number = 0;
|
|
127
|
+
queuesBy: number = 0;
|
|
128
|
+
entityID: string = "";
|
|
129
|
+
sourceND: number = 0;
|
|
130
|
+
menuMain: number = 0;
|
|
131
|
+
menuUUID: string = "";
|
|
132
|
+
unitMain: number = 0;
|
|
133
|
+
deptMain: number = 0;
|
|
134
|
+
sqyhText: string = "";
|
|
135
|
+
sqbmText: string = "";
|
|
136
|
+
flowUndo: number = 0;
|
|
137
|
+
flowUser: string = "";
|
|
138
|
+
flowText: string = "";
|
|
139
|
+
billStat: number = 0;
|
|
140
|
+
billCode: string = "";
|
|
141
|
+
billDate: number = 0;
|
|
142
|
+
billUses: string = "";
|
|
143
|
+
billMemo: string = "";
|
|
144
|
+
yzhtCode: string = "";
|
|
145
|
+
yzhtMain: number = 0;
|
|
146
|
+
hzcbName: string = "";
|
|
147
|
+
jfdwMain: number = 0;
|
|
148
|
+
jfdwText: string = "";
|
|
149
|
+
outMoney: number = 0;
|
|
150
|
+
finalOut: number = 0;
|
|
151
|
+
payMoney: number = 0;
|
|
152
|
+
nowMoney: number = 0;
|
|
153
|
+
billType: number = 0;
|
|
154
|
+
billRate: number = 0;
|
|
155
|
+
imokSize: number = 0;
|
|
156
|
+
comeSize: number = 0;
|
|
157
|
+
p2pzTxt1: string = "";
|
|
158
|
+
p2pzTxt2: string = "";
|
|
159
|
+
statusID: number = 0;
|
|
160
|
+
statusBy: string = "";
|
|
161
|
+
checkCnt: number = 0;
|
|
162
|
+
printCnt: number = 0;
|
|
163
|
+
billFrom: number = 0;
|
|
164
|
+
|
|
165
|
+
bankType: number = 0;
|
|
166
|
+
aczfMain: number = 0;
|
|
167
|
+
aczfZhmc: string = "";
|
|
168
|
+
aczfKhyh: string = "";
|
|
169
|
+
aczfYhzh: string = "";
|
|
170
|
+
acnoMain: number = 0;
|
|
171
|
+
acnoZhmc: string = "";
|
|
172
|
+
acnoKhyh: string = "";
|
|
173
|
+
acnoYhzh: string = "";
|
|
174
|
+
billPswd: string = "";
|
|
175
|
+
memoTxt1: string = "";
|
|
176
|
+
memoTxt2: string = "";
|
|
177
|
+
memoTxt3: string = "";
|
|
178
|
+
unitMast: string = "";
|
|
179
|
+
finaMast: string = "";
|
|
180
|
+
|
|
181
|
+
typeText: string = "";
|
|
182
|
+
bankText: string = "";
|
|
183
|
+
}
|
|
@@ -1,70 +1,68 @@
|
|
|
1
1
|
export interface ICardFromResponse {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
cardIndx: number;
|
|
4
|
+
cardExid: number;
|
|
5
|
+
/** 唯一标识 */
|
|
6
|
+
idEntity: number;
|
|
7
|
+
dataStat: number;
|
|
8
|
+
dataHide: number;
|
|
9
|
+
dataOrdr: number;
|
|
10
|
+
dataFrom: number;
|
|
11
|
+
dataDate: number;
|
|
12
|
+
dataTime: number;
|
|
13
|
+
createBy: string;
|
|
14
|
+
createAt: number;
|
|
15
|
+
updateBy: string;
|
|
16
|
+
updateAt: number;
|
|
17
|
+
deleteBy: string;
|
|
18
|
+
deleteAt: number;
|
|
19
|
+
queuesBy: number;
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
21
|
+
/** 原属单位 */
|
|
22
|
+
unitText: string;
|
|
23
|
+
/** 接收日期(YYYYMMDD) */
|
|
24
|
+
fromDate: number;
|
|
25
|
+
/** 房屋来源(字典) */
|
|
26
|
+
get4from: number;
|
|
27
|
+
/** 房屋来源(文本) */
|
|
28
|
+
get4fromText: string;
|
|
29
|
+
/** 价值类型(字典) */
|
|
30
|
+
cardJzlx: number;
|
|
31
|
+
/** -价值类型(文本) */
|
|
32
|
+
cardJzlxText: string;
|
|
33
|
+
/** 资产价值 */
|
|
34
|
+
cardZcyz: number;
|
|
35
|
+
/** 建筑年份 */
|
|
36
|
+
cardKJND: number;
|
|
37
|
+
/** 备注信息 */
|
|
38
|
+
fromMemo: string;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
|
|
42
41
|
export class TCardFromResponse implements ICardFromResponse {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
42
|
+
whoBuild: number = 0;
|
|
43
|
+
cardIndx: number = 0;
|
|
44
|
+
cardExid: number = 0;
|
|
45
|
+
idEntity: number = 0;
|
|
46
|
+
dataStat: number = 0;
|
|
47
|
+
dataHide: number = 0;
|
|
48
|
+
dataOrdr: number = 0;
|
|
49
|
+
dataFrom: number = 0;
|
|
50
|
+
dataDate: number = 0;
|
|
51
|
+
dataTime: number = 0;
|
|
52
|
+
createBy: string = "";
|
|
53
|
+
createAt: number = 0;
|
|
54
|
+
updateBy: string = "";
|
|
55
|
+
updateAt: number = 0;
|
|
56
|
+
deleteBy: string = "";
|
|
57
|
+
deleteAt: number = 0;
|
|
58
|
+
queuesBy: number = 0;
|
|
59
|
+
unitText: string = "";
|
|
60
|
+
fromDate: number = 0;
|
|
61
|
+
get4from: number = 0;
|
|
62
|
+
get4fromText: string = "";
|
|
63
|
+
cardJzlx: number = 0;
|
|
64
|
+
cardJzlxText: string = "";
|
|
65
|
+
cardZcyz: number = 0;
|
|
66
|
+
cardKJND: number = 0;
|
|
67
|
+
fromMemo: string = "";
|
|
69
68
|
}
|
|
70
|
-
|
|
@@ -33,6 +33,7 @@ export interface IWldyItemResponse {
|
|
|
33
33
|
nonEmpty: number;
|
|
34
34
|
itemCode: string;
|
|
35
35
|
jsMethod: string;
|
|
36
|
+
printVal: string;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
export class TWldyItemResponse implements IWldyItemResponse {
|
|
@@ -69,4 +70,5 @@ export class TWldyItemResponse implements IWldyItemResponse {
|
|
|
69
70
|
nonEmpty: number = 0;
|
|
70
71
|
itemCode: string = "";
|
|
71
72
|
jsMethod: string = "";
|
|
73
|
+
printVal: string = "";
|
|
72
74
|
}
|