@ningboyz/types 1.7.38 → 1.7.39
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
|
@@ -109,6 +109,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
109
109
|
wbField5: string; // 法人
|
|
110
110
|
usciCode: string;
|
|
111
111
|
|
|
112
|
+
taxAudit: number; //是否计税
|
|
112
113
|
thirdApp: string;
|
|
113
114
|
acnoText: string;
|
|
114
115
|
|
|
@@ -312,7 +313,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
312
313
|
realKJQJ: number = 0;
|
|
313
314
|
ignoreOn: number = 0;
|
|
314
315
|
sourceDW: string = "";
|
|
315
|
-
|
|
316
|
+
taxAudit: number = 0;
|
|
316
317
|
thirdAct: string = "";
|
|
317
318
|
/**签名URL */
|
|
318
319
|
touchURL: string = "";
|