Commit 7c72a3a2 authored by 韩桐桐's avatar 韩桐桐

fix(jg):证的管理添加字段

parent b11c012f
......@@ -29,7 +29,7 @@ public class JgUseRegistrationManageDto extends BaseModel {
private String applyNo;
@ApiModelProperty(value = "使用登记证状态(登记,注销)")
private String cretificateStatus;
private String certificateStatus;
@ApiModelProperty(value = "接收机构")
private String receiveOrgName;
......@@ -46,6 +46,9 @@ public class JgUseRegistrationManageDto extends BaseModel {
@ApiModelProperty(value = "设备种类")
private String equList;
@ApiModelProperty(value = "设备类别")
private String equCategory;
@ApiModelProperty(value = "设备品种")
private String equDefine;
......@@ -71,9 +74,9 @@ public class JgUseRegistrationManageDto extends BaseModel {
private String useRegistrationCertificateParam;
@ApiModelProperty(value = "登记证书编号")
private String cretificateNo;
private String certificateNo;
@ApiModelProperty(value = "使用标志参数")
private String useFlagCretificateParam;
private String useFlagCertificateParam;
}
......@@ -72,6 +72,12 @@ public class JgUseRegistrationManage extends BaseEntity {
private String equList;
/**
* 设备类别
*/
@TableField("equ_category")
private String equCategory;
/**
* 设备品种
*/
@TableField("equ_define")
......
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