【8015 20011--报工记录报表,增加两列显示】
@ -318,6 +318,14 @@ public class WmsStockSn extends BaseBean {
@ApiParam(value = "箱数")
private Integer boxQty;
@Transient
@ApiParam(value = "是否报工")
private String isReport;
@ApiParam(value = "是否需要报工")
private Integer isReportPartNo;
public WmsStockSn() {
}