Commit c93edc84 authored by tangwei's avatar tangwei

修改类型

parent 0bf50130
...@@ -202,7 +202,7 @@ public class EXPersonUser { ...@@ -202,7 +202,7 @@ public class EXPersonUser {
@ExcelProperty(value = "证书等级", index = 40) @ExcelProperty(value = "证书等级", index = 40)
@ApiModelProperty(value = "证书等级") @ApiModelProperty(value = "证书等级")
@ExplicitConstraint(indexNum = 40, sourceClass = CommonExplicitConstraint.class,type="ZYJSZGMC") //固定下拉内容 @ExplicitConstraint(indexNum = 40, source = {"初级","中级","高级"} ) //固定下拉内容
private String certificateGrade; private String certificateGrade;
} }
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