@ningboyz/types 1.5.111 → 1.5.113
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
|
@@ -43,6 +43,7 @@ export interface ICardHyhbBillResponse {
|
|
|
43
43
|
shchMode: number;
|
|
44
44
|
/** 租赁时长 */
|
|
45
45
|
duraTion: number;
|
|
46
|
+
duration: number;
|
|
46
47
|
acnoYhzh: string;
|
|
47
48
|
billMemo: string;
|
|
48
49
|
|
|
@@ -94,6 +95,7 @@ export class TCardHyhbBillResponse implements ICardHyhbBillResponse {
|
|
|
94
95
|
shchMode: number = 0;
|
|
95
96
|
/** 租赁时长 */
|
|
96
97
|
duraTion: number = 0;
|
|
98
|
+
duration: number = 0;
|
|
97
99
|
acnoYhzh: string = "";
|
|
98
100
|
billMemo: string = "";
|
|
99
101
|
|
|
@@ -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[] = [];
|