hanqingsong hai 1 ano
pai
achega
6597dcd2d3

+ 5 - 5
src/main/java/com/chinaitop/depot/basic/model/DRyxxsjyVO.java

@@ -58,7 +58,7 @@ public class DRyxxsjyVO {
58
 	 *  性别
58
 	 *  性别
59
 	 */
59
 	 */
60
 	@ApiModelProperty(value = "性别",example = "eg:男  长度6")
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
 	@ApiModelProperty(value = "民族",example = "eg:汉  长度30")
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
 	 * 政治面貌,111:共产党员,112:共青团员,113:民主党派,114:群众
104
 	 * 政治面貌,111:共产党员,112:共青团员,113:民主党派,114:群众
105
 	 */
105
 	 */
106
 	@ApiModelProperty(value = " 政治面貌,111:共产党员,112:共青团员,113:民主党派,114:群众",example = "eg:党员  长度20")
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
 	 * 岗位代码,11:后勤,12:业务,13:财务,14:统计,15:仓储,16:化验,17:管理,18:防治,19:保安,20:其他
146
 	 * 岗位代码,11:后勤,12:业务,13:财务,14:统计,15:仓储,16:化验,17:管理,18:防治,19:保安,20:其他