|
|
|
@ -197,6 +197,11 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.MASTER_ORDER_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
private Integer orderMasterStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("打印状态")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.PRINT_STATUS.class, refForeignKey = "value", value = "description")
|
|
|
|
|
private Integer printStatus;
|
|
|
|
|
|
|
|
|
|
public String getRecommondLot() {
|
|
|
|
|
return recommondLot == null ? "无" : this.recommondLot;
|
|
|
|
|
}
|
|
|
|
|