@ningboyz/types 1.1.34 → 1.1.35

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.1.34",
3
+ "version": "1.1.35",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -122,9 +122,15 @@ export interface IUserResponse extends IBaseResponse<IUserResponse[]> {
122
122
  /** 入党时间 */
123
123
  userRdrq: number;
124
124
  /** 政治面貌 */
125
+ listUserZzmm: IDictResponse[];
126
+ /** 政治面貌 */
125
127
  userZzmm: number;
126
128
  /** 政治面貌 */
127
129
  userZzmmText: string;
130
+ /** 学历 */
131
+ listUserXlzs: IDictResponse[];
132
+ /** 学历 */
133
+ userXlzs: number;
128
134
  /** 学位 */
129
135
  listUserXwzs: IDictResponse[];
130
136
  /** 学位 */
@@ -271,10 +277,13 @@ export class TUserResponse extends TBaseResponse<IUserResponse[]> implements IUs
271
277
  userRylxList: [] = [];
272
278
 
273
279
  userRdrq: number = 0;
280
+ listUserZzmm: IDictResponse[] = [];
274
281
  userZzmm: number = 0;
275
282
  userZzmmText: string = "";
276
283
  listUserXwzs: IDictResponse[] = [];
277
284
  userXwzs: number = 0;
285
+ listUserXlzs: IDictResponse[] = [];
286
+ userXlzs: number = 0;
278
287
  userXwzsText: string = "";
279
288
 
280
289
  listGet4Dept: any[] = [];