|
|
@ -111,6 +111,10 @@ public class WmsCSOrderDetails extends BaseBean {
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
public Boolean isSet = false;
|
|
|
|
public Boolean isSet = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("源单位")
|
|
|
|
|
|
|
|
public String srcUnit;
|
|
|
|
|
|
|
|
|
|
|
|
public Double getQty() {
|
|
|
|
public Double getQty() {
|
|
|
|
return this.qty == null ? 0 : this.qty;
|
|
|
|
return this.qty == null ? 0 : this.qty;
|
|
|
|
}
|
|
|
|
}
|
|
|
|