|
|
@@ -58,7 +58,7 @@ public class DRyxxsjyVO {
|
|
58
|
58
|
* 性别
|
|
59
|
59
|
*/
|
|
60
|
60
|
@ApiModelProperty(value = "性别",example = "eg:男 长度6")
|
|
61
|
|
- private String xb;
|
|
|
61
|
+ private Integer xb;
|
|
62
|
62
|
|
|
63
|
63
|
/**
|
|
64
|
64
|
* 籍贯
|
|
|
@@ -70,7 +70,7 @@ public class DRyxxsjyVO {
|
|
70
|
70
|
* 民族
|
|
71
|
71
|
*/
|
|
72
|
72
|
@ApiModelProperty(value = "民族",example = "eg:汉 长度30")
|
|
73
|
|
- private String mz;
|
|
|
73
|
+ private Integer mz;
|
|
74
|
74
|
|
|
75
|
75
|
/**
|
|
76
|
76
|
* 出生时间
|
|
|
@@ -104,7 +104,7 @@ public class DRyxxsjyVO {
|
|
104
|
104
|
* 政治面貌,111:共产党员,112:共青团员,113:民主党派,114:群众
|
|
105
|
105
|
*/
|
|
106
|
106
|
@ApiModelProperty(value = " 政治面貌,111:共产党员,112:共青团员,113:民主党派,114:群众",example = "eg:党员 长度20")
|
|
107
|
|
- private String zzmm;
|
|
|
107
|
+ private Integer zzmm;
|
|
108
|
108
|
|
|
109
|
109
|
/**
|
|
110
|
110
|
* 职务代码
|
|
|
@@ -139,8 +139,8 @@ public class DRyxxsjyVO {
|
|
139
|
139
|
/**
|
|
140
|
140
|
* 在岗情况代码
|
|
141
|
141
|
*/
|
|
142
|
|
- @ApiModelProperty(value = "在岗情况代码",example = "eg:9112022367 长度18")
|
|
143
|
|
- private String zgqkdm;
|
|
|
142
|
+ @ApiModelProperty(value = "在岗状态",example = "eg:9112022367 长度18")
|
|
|
143
|
+ private String zgzt;
|
|
144
|
144
|
|
|
145
|
145
|
/**
|
|
146
|
146
|
* 岗位代码,11:后勤,12:业务,13:财务,14:统计,15:仓储,16:化验,17:管理,18:防治,19:保安,20:其他
|