|
|
|
@ -93,12 +93,6 @@ public class ProductBiModel {
|
|
|
|
|
@ApiParam("列名")
|
|
|
|
|
private Map<String, String> colMap;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工位顺序")
|
|
|
|
|
private Integer workCellSeq;
|
|
|
|
|
|
|
|
|
|
@ApiParam("是否开启工单标识")
|
|
|
|
|
private Integer opWoFlag;
|
|
|
|
|
|
|
|
|
|
@Deprecated
|
|
|
|
|
public double getCompleteRate() {
|
|
|
|
|
if (this.planQty != 0) {
|
|
|
|
|