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

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

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