|
|
@ -160,6 +160,14 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
@ApiParam("前端表格编辑使用")
|
|
|
|
private Boolean isSet = false;
|
|
|
|
private Boolean isSet = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("生产日期")
|
|
|
|
|
|
|
|
public String dateCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "散件移库输入移库数量")
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
public Double inputMoveQty;
|
|
|
|
|
|
|
|
|
|
|
|
public String getRecommondLot() {
|
|
|
|
public String getRecommondLot() {
|
|
|
|
return recommondLot == null ? "无" : this.recommondLot;
|
|
|
|
return recommondLot == null ? "无" : this.recommondLot;
|
|
|
|
}
|
|
|
|
}
|
|
|
|