@ningboyz/types 1.1.33 → 1.1.34

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.33",
3
+ "version": "1.1.34",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -119,6 +119,19 @@ export interface IUserResponse extends IBaseResponse<IUserResponse[]> {
119
119
  userDeptList: [];
120
120
  userRylxList: [];
121
121
 
122
+ /** 入党时间 */
123
+ userRdrq: number;
124
+ /** 政治面貌 */
125
+ userZzmm: number;
126
+ /** 政治面貌 */
127
+ userZzmmText: string;
128
+ /** 学位 */
129
+ listUserXwzs: IDictResponse[];
130
+ /** 学位 */
131
+ userXwzs: number;
132
+ /** 学位 */
133
+ userXwzsText: string;
134
+
122
135
  listHardware: any[];
123
136
  listSysPartc: any[];
124
137
  listUserDept: IDeptResponse[]; // 归属部门
@@ -257,6 +270,13 @@ export class TUserResponse extends TBaseResponse<IUserResponse[]> implements IUs
257
270
  userDeptList: [] = [];
258
271
  userRylxList: [] = [];
259
272
 
273
+ userRdrq: number = 0;
274
+ userZzmm: number = 0;
275
+ userZzmmText: string = "";
276
+ listUserXwzs: IDictResponse[] = [];
277
+ userXwzs: number = 0;
278
+ userXwzsText: string = "";
279
+
260
280
  listGet4Dept: any[] = [];
261
281
  listGet4Unit: any[] = [];
262
282
  listHardware: any[] = [];