修复TrustedCertificate导出多出Crl文件列

This commit is contained in:
wangwei
2019-06-24 10:24:16 +08:00
parent 5f63be0c72
commit a0ecce4678

View File

@@ -18,7 +18,7 @@ public class PxyObjTrustedCaCert extends BaseCfg<PxyObjTrustedCaCert> {
private String issuer; //颁发者
@ExcelField(title="certificate_file",sort=2)
private String certFile;
@ExcelField(title="crl_file",sort=4)
//@ExcelField(title="crl_file",sort=4)
private String crlFile;
private Integer builtIn;//是否内置证书
@ExcelField(title="built_in",sort=5)//是否内置证书(导出用)