@ningboyz/types 1.3.108 → 1.3.110
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
|
@@ -140,6 +140,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
140
140
|
userXwzs: number;
|
|
141
141
|
/** 学位 */
|
|
142
142
|
userXwzsText: string;
|
|
143
|
+
queuesBy: number;
|
|
143
144
|
/** 是否允许修改/删除 0不允许 */
|
|
144
145
|
updateOn: number;
|
|
145
146
|
/** 附件 */
|
|
@@ -282,6 +283,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
282
283
|
fromWhoBuild: number = 0;
|
|
283
284
|
get4deptText: string = "";
|
|
284
285
|
get4unitText: string = "";
|
|
286
|
+
queuesBy: number = 0;
|
|
285
287
|
|
|
286
288
|
userDeptList: [] = [];
|
|
287
289
|
userRylxList: [] = [];
|