@ningboyz/types 1.3.109 → 1.3.111

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.109",
4
+ "version": "1.3.111",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -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: [] = [];