Commit 6d438185 authored by xixinzhao's avatar xixinzhao

fix(jyjc):结果删除字段

parent 501bcde4
...@@ -119,11 +119,11 @@ public class JyjcInspectionResult extends BaseEntity { ...@@ -119,11 +119,11 @@ public class JyjcInspectionResult extends BaseEntity {
@TableField("non_conformance") @TableField("non_conformance")
private String nonConformance; private String nonConformance;
/** // /**
* 整改情况 // * 整改情况
*/ // */
@TableField("rectification") // @TableField("rectification")
private String rectification; // private String rectification;
/** /**
* 备注(无用预留) * 备注(无用预留)
......
...@@ -78,8 +78,8 @@ public class JyjcInspectionResultModel extends BaseModel { ...@@ -78,8 +78,8 @@ public class JyjcInspectionResultModel extends BaseModel {
@ApiModelProperty(value = "不符合项") @ApiModelProperty(value = "不符合项")
private String nonConformance; private String nonConformance;
@ApiModelProperty(value = "整改情况") // @ApiModelProperty(value = "整改情况")
private String rectification; // private String rectification;
@ApiModelProperty(value = "备注(无用预留)") @ApiModelProperty(value = "备注(无用预留)")
private String remark; private String remark;
......
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