|
|
|
@ -290,6 +290,11 @@ public class WmsPart extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.FREQUENCY.class, refForeignKey = "value", value = "description", hidden = true)
|
|
|
|
|
private Integer frequency;
|
|
|
|
|
|
|
|
|
|
@Column(name = "LIMIT_QUALITY_DAYS")
|
|
|
|
|
@ApiParam(value = "卡控周期", example = "0")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2)
|
|
|
|
|
private Integer limitQualityDays;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getIqcVal() {
|
|
|
|
|
return this.iqc == null ? 0 : this.iqc.intValue();
|
|
|
|
|