【bug:6577缺陷获取字段修改】

yun-zuoyi
jokelone 6 years ago
parent ca6b596b14
commit 902ef5b177

@ -53,6 +53,14 @@ public class MesDefect extends BaseBean {
@Transient
@ApiParam("缺陷类型子集")
private List<MesDefect> mesDefectList;
public MesDefect() {
}
public MesDefect(String defectCode, String defectName, String defectType, String defectTypeName) {
this.defectCode = defectCode;
this.defectName = defectName;
this.defectType = defectType;
this.defectTypeName = defectTypeName;
}
}

Loading…
Cancel
Save