|
|
@ -19,6 +19,9 @@ public class ProduceDispPassRateModel {
|
|
|
|
@ApiParam("统计时间")
|
|
|
|
@ApiParam("统计时间")
|
|
|
|
private String statisticalTime;
|
|
|
|
private String statisticalTime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("产品条码")
|
|
|
|
|
|
|
|
private String srialNumber;
|
|
|
|
|
|
|
|
|
|
|
|
//统计选项(10=全部,20=冻结,30=报废)
|
|
|
|
//统计选项(10=全部,20=冻结,30=报废)
|
|
|
|
@ApiParam("统计选项")
|
|
|
|
@ApiParam("统计选项")
|
|
|
|
private Integer statisticalOption;
|
|
|
|
private Integer statisticalOption;
|
|
|
@ -44,6 +47,16 @@ public class ProduceDispPassRateModel {
|
|
|
|
this.ratio = ratio;
|
|
|
|
this.ratio = ratio;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ProduceDispPassRateModel(String statisticalTime, String srialNumber, Integer statisticalOption, BigDecimal freezeQty, BigDecimal scrapQty, BigDecimal produceSumQty, BigDecimal ratio) {
|
|
|
|
|
|
|
|
this.statisticalTime = statisticalTime;
|
|
|
|
|
|
|
|
this.srialNumber = srialNumber;
|
|
|
|
|
|
|
|
this.statisticalOption = statisticalOption;
|
|
|
|
|
|
|
|
this.freezeQty = freezeQty;
|
|
|
|
|
|
|
|
this.scrapQty = scrapQty;
|
|
|
|
|
|
|
|
this.produceSumQty = produceSumQty;
|
|
|
|
|
|
|
|
this.ratio = ratio;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public ProduceDispPassRateModel() {
|
|
|
|
public ProduceDispPassRateModel() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|