@ -344,6 +344,9 @@ public class WmsDocMovementDetails extends BaseBean {
@ApiParam(value = "子位置号")
private String itemSeqNo;
@ApiParam(value = "最早需求时间")
private String firstTime;
public String getRecommondLot() {
return recommondLot == null ? "无" : this.recommondLot;
}