修复ResponsePage导出筛选无效bug、国际化字段更新

This commit is contained in:
wangwei
2019-06-24 13:26:24 +08:00
parent 7ad3d9a80b
commit a97c2b51c0
4 changed files with 11 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public class PxyObjKeyring extends BaseCfg<PxyObjKeyring> {
@ExcelField(title="expire_after",sort=5)
private Integer expireAfter;
private String publicKeyAlgo;
@ExcelField(title="crl",sort=5)
@ExcelField(title="CRL",sort=5)
private String crl;
@ExcelField(title="issuer",sort=6)
private String issuer;