Commit 6d438185 authored by xixinzhao's avatar xixinzhao

fix(jyjc):结果删除字段

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