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