@@ -42,4 +42,7 @@ public class CertificateTpAddBo {
/** 备注 */
@ApiModelProperty("备注")
private String remark;
+ /** 证书键值 */
+ @ApiModelProperty("证书键值")
+ private String key;
}
@@ -50,4 +50,8 @@ public class CertificateTpEditBo {
+
@@ -51,4 +51,7 @@ public class CertificateTpQueryBo extends BaseEntity {
/** 状态 1正常 0关闭 */
@ApiModelProperty(" 状态 1正常 0关闭")
private Integer status;
@@ -44,4 +44,6 @@ private static final long serialVersionUID=1L;
private Long updateTime;
@@ -48,4 +48,8 @@ public class CertificateTpVo {
@Excel(name = "备注")
+ @Excel(name = "证书键值")
@@ -14,6 +14,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="createTime" column="create_time"/>
<result property="updateTime" column="update_time"/>
<result property="remark" column="remark"/>
+ <result property="key" column="key"/>
</resultMap>