@ningboyz/types 1.5.13 → 1.5.15
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
|
@@ -87,6 +87,7 @@ export interface IUserResponse extends IBaseResponse<IUserResponse> {
|
|
|
87
87
|
userGwlx: number;
|
|
88
88
|
dbConfig: string;
|
|
89
89
|
nodeName: string;
|
|
90
|
+
nickName: string;
|
|
90
91
|
|
|
91
92
|
creditOf: number; // 信用等级
|
|
92
93
|
creditBy: string;
|
|
@@ -255,7 +256,8 @@ export class TUserResponse extends TBaseResponse<IUserResponse> implements IUser
|
|
|
255
256
|
heavyVal: number = 0;
|
|
256
257
|
dbConfig: string = "";
|
|
257
258
|
nodeName: string = "";
|
|
258
|
-
|
|
259
|
+
nickName: string = "";
|
|
260
|
+
|
|
259
261
|
creditOf: number = 0; // 信用等级
|
|
260
262
|
creditBy: string = "";
|
|
261
263
|
wbField0: string = ""; // 性质
|