@ -173,6 +173,10 @@ public class WmsPartExtend extends BaseBean {
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
private String lastQcTime;
@Column(name = "CYCLE_IQC")
@ApiParam(value = "周期内免检", example = "1")
private Integer cycleIqc;
public Integer getQcPassCount() {
return this.qcPassCount == null ? 0 :this.qcPassCount.intValue();
}