Commit 2c65fbbd authored by 高建强's avatar 高建强

人员管理增删改代码提交

parent 8cf2cb09
...@@ -78,7 +78,8 @@ public class PersonUser { ...@@ -78,7 +78,8 @@ public class PersonUser {
private String orgCode; private String orgCode;
@ApiModelProperty(value = "人员头像") @ApiModelProperty(value = "人员头像")
private String headPhoto; @TableField(typeHandler = FastjsonTypeHandler.class)
private List<CommonFile> headPhoto;
@ApiModelProperty(value = "证件照片正面") @ApiModelProperty(value = "证件照片正面")
@TableField(typeHandler = FastjsonTypeHandler.class) @TableField(typeHandler = FastjsonTypeHandler.class)
......
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