|
|
@ -210,9 +210,6 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
@ApiParam("优先级")
|
|
|
|
@ApiParam("优先级")
|
|
|
|
private Integer priority;
|
|
|
|
private Integer priority;
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("优先级描述")
|
|
|
|
|
|
|
|
private String priorityStr;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getRecommondLot() {
|
|
|
|
public String getRecommondLot() {
|
|
|
|
return recommondLot == null ? "无" : this.recommondLot;
|
|
|
|
return recommondLot == null ? "无" : this.recommondLot;
|
|
|
|