Commit 96273a89 authored by 高建强's avatar 高建强

人员管理增删改代码提交

parent 2c65fbbd
......@@ -9,6 +9,7 @@ import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.util.Date;
import java.util.List;
/**
* 人员资质
......@@ -77,7 +78,7 @@ public class PersonCertificate extends BaseEntity {
* 证书附件
*/
@TableField(value="certificate_attachment",typeHandler = FastjsonTypeHandler.class)
private String certificateAttachment;
private List<CommonFile> certificateAttachment;
/**
* 人员信息id
......
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