yun-zuoyi
duan.yang 4 years ago
commit 752146bc27

@ -24,7 +24,7 @@ public class ProduceDispPassPlatoQueryModel extends BaseBean {
*/ */
@ApiParam("工序") @ApiParam("工序")
private String processCode; private List<String> processCodeList;
//质量状态20冻结30报废 //质量状态20冻结30报废
@ApiParam("质量状态") @ApiParam("质量状态")
@ -40,7 +40,7 @@ public class ProduceDispPassPlatoQueryModel extends BaseBean {
//统计方式0按月1按天 //统计方式0按月1按天
@ApiParam("统计方式") @ApiParam("统计方式")
private Integer statisticalPlacer; private Integer statisticalMethod;
@ApiParam("开始时间") @ApiParam("开始时间")
private String modifyStartDate; private String modifyStartDate;

@ -41,12 +41,11 @@ public class ScrapOfPlatoModel {
private BigDecimal scrapRatioPlato; private BigDecimal scrapRatioPlato;
public ScrapOfPlatoModel(String partNo, String prodCfgTypeCode, String defectCode, String defectName, long numberOfDefects,String workCellCode) { public ScrapOfPlatoModel(String partNo, String prodCfgTypeCode, String defectCode, String defectName, long numberOfDefects) {
this.partNo = partNo; this.partNo = partNo;
this.prodCfgTypeCode = prodCfgTypeCode; this.prodCfgTypeCode = prodCfgTypeCode;
this.defectCode = defectCode; this.defectCode = defectCode;
this.defectName = defectName; this.defectName = defectName;
this.numberOfDefects = numberOfDefects; this.numberOfDefects = numberOfDefects;
this.workCellCode = workCellCode;
} }
} }

Loading…
Cancel
Save