@ningboyz/types 1.6.66 → 1.6.68
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
|
@@ -176,6 +176,8 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
176
176
|
acnoTypeText: string;
|
|
177
177
|
/**退休日期 */
|
|
178
178
|
userTxrq: number;
|
|
179
|
+
/**是否挂起 */
|
|
180
|
+
ignoreOn: number;
|
|
179
181
|
|
|
180
182
|
listHardware: any[];
|
|
181
183
|
listSysPartc: any[];
|
|
@@ -243,6 +245,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
243
245
|
mobileID: string = "";
|
|
244
246
|
parentID: number = 0;
|
|
245
247
|
realKJQJ: number = 0;
|
|
248
|
+
ignoreOn: number = 0;
|
|
246
249
|
sourceDW: string = "";
|
|
247
250
|
|
|
248
251
|
thirdAct: string = "";
|