【生成质检单增加是否让步字段】

yun-zuoyi
陈思洁 5 years ago
parent 0352980cde
commit 1ea5b54052

@ -84,6 +84,10 @@ public class MesQcCheckStandard extends BaseBean implements Serializable {
@ApiParam("间隔时间")
private Integer checkInterval = 0;
@Column(name = "IS_CONCESSION")
@ApiParam("是否允许让步")
private Integer isConcession = 0;
@Transient
@ApiParam("检测类型名称")
private String checkTypeName;

Loading…
Cancel
Save