@ningboyz/types 1.5.111 → 1.5.112

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.5.111",
4
+ "version": "1.5.112",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -147,6 +147,8 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
147
147
  queuesBy: number;
148
148
  /** 是否允许修改/删除 0不允许 */
149
149
  updateOn: number;
150
+ /** 电子邮箱 */
151
+ usrEmail: string;
150
152
  /** 附件 */
151
153
  listPath: IPathResponse[];
152
154
  workTypeText: string;
@@ -318,7 +320,7 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
318
320
  rankCodeText: string = "";
319
321
  supplyByText: string = "";
320
322
  workStatText: string = "";
321
-
323
+ usrEmail: string = "";
322
324
  listGet4Dept: any[] = [];
323
325
  listGet4Unit: any[] = [];
324
326
  listHardware: any[] = [];