|
@@ -29,7 +29,7 @@ public class ContractTable extends BaseEntity
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
/** 证书类型 */
|
|
/** 证书类型 */
|
|
- @Excel(name = "证书类型", readConverterExp = "0=个人会员证,1=团体会员证,2=企业会员证,3=理事聘书,4=一般聘书", type = Excel.Type.ALL)
|
|
|
|
|
|
+ @Excel(name = "证书类型", combo = {"个人会员证","团体会员证","企业会员证","理事聘书","一般聘书"}, dictType = "cert_b_type", type = Excel.Type.ALL)
|
|
private Long certType;
|
|
private Long certType;
|
|
|
|
|
|
/** 姓名或者单位 */
|
|
/** 姓名或者单位 */
|
|
@@ -73,7 +73,7 @@ public class ContractTable extends BaseEntity
|
|
private String certContent;
|
|
private String certContent;
|
|
|
|
|
|
/** 证书模板*/
|
|
/** 证书模板*/
|
|
- @Excel(name = "证书模板",type = Excel.Type.ALL)
|
|
|
|
|
|
+ @Excel(name = "证书模板", prompt = "填写证书模板列表中的证书编码", type = Excel.Type.ALL)
|
|
private int templateId;
|
|
private int templateId;
|
|
|
|
|
|
}
|
|
}
|