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