Commit 54082b72 by 284718418@qq.com

招聘管理初始化

parent 6de22ce2
...@@ -137,9 +137,10 @@ public class ZpglRcxx extends Model<ZpglRcxx> { ...@@ -137,9 +137,10 @@ public class ZpglRcxx extends Model<ZpglRcxx> {
private Integer marryStatus; private Integer marryStatus;
/** /**
* 语言 1:英语 2:粤语 3:普通话 * 语言 1:英语 2:粤语 3:普通话
* 列:1,2,3
*/ */
@ApiModelProperty(value = "语言 1:英语 2:粤语 3:普通话 ") @ApiModelProperty(value = "语言 1:英语 2:粤语 3:普通话 ")
private Integer language; private String language;
/** /**
* 驾照 1:A照 2:B照 3:C照 * 驾照 1:A照 2:B照 3:C照
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment