@ningboyz/types 1.6.178 → 1.6.180
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
CHANGED
|
@@ -97,6 +97,9 @@ export interface IGzjgMainResponse {
|
|
|
97
97
|
usesItemWhenPzpt: number; //#启用辅助核算
|
|
98
98
|
useEqualWhenPzpt: number; //#启用平衡检查
|
|
99
99
|
|
|
100
|
+
acnoType:number;
|
|
101
|
+
acnoTypeText:string;
|
|
102
|
+
|
|
100
103
|
pathType: IDictResponse[]; //#附件类型
|
|
101
104
|
userType: IDictResponse[]; //#人员类型
|
|
102
105
|
unitType: IDictResponse[]; //#单位类型
|
|
@@ -169,6 +172,9 @@ export class TGzjgMainResponse implements IGzjgMainResponse {
|
|
|
169
172
|
usesYzcg: number = 0;
|
|
170
173
|
usrGroup: string = "";
|
|
171
174
|
|
|
175
|
+
acnoType:number = 0;
|
|
176
|
+
acnoTypeText:string = "";
|
|
177
|
+
|
|
172
178
|
withBody: number = 0;
|
|
173
179
|
data4URL: string = "";
|
|
174
180
|
thHeight: number = 0;
|