@ningboyz/types 1.1.72 → 1.1.73
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
|
@@ -76,7 +76,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse[]> {
|
|
|
76
76
|
usesKJQJ: number;
|
|
77
77
|
usrToken: string;
|
|
78
78
|
wContact: string;
|
|
79
|
-
workCode: string;
|
|
79
|
+
workCode: string; // #工号
|
|
80
80
|
heavyVal: number;
|
|
81
81
|
userType: number; // #人员类型(字典)
|
|
82
82
|
userGwlv: number; // #岗位级别(字典)
|
|
@@ -137,6 +137,8 @@ export interface IUserResponse extends IBaseResponse<IUserResponse[]> {
|
|
|
137
137
|
userXwzs: number;
|
|
138
138
|
/** 学位 */
|
|
139
139
|
userXwzsText: string;
|
|
140
|
+
/** 是否允许修改/删除 0不允许 */
|
|
141
|
+
updateOn: number;
|
|
140
142
|
|
|
141
143
|
listHardware: any[];
|
|
142
144
|
listSysPartc: any[];
|
|
@@ -285,6 +287,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse[]> implements IUs
|
|
|
285
287
|
listUserXlzs: IDictResponse[] = [];
|
|
286
288
|
userXlzs: number = 0;
|
|
287
289
|
userXwzsText: string = "";
|
|
290
|
+
updateOn: number = -1;
|
|
288
291
|
|
|
289
292
|
listGet4Dept: any[] = [];
|
|
290
293
|
listGet4Unit: any[] = [];
|