|
|
@ -107,13 +107,13 @@ public class WmsMoveDetails extends BaseBean {
|
|
|
|
@ApiParam("关联单号")
|
|
|
|
@ApiParam("关联单号")
|
|
|
|
public String refSrc;
|
|
|
|
public String refSrc;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("待出库数量")
|
|
|
|
@ApiParam(value = "待出库数量", example = "0")
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
private long waitingCounts;
|
|
|
|
private Long waitingCounts;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam("已出库数量")
|
|
|
|
@ApiParam(value = "已出库数量", example = "0")
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
private long finishedCounts;
|
|
|
|
private Long finishedCounts;
|
|
|
|
|
|
|
|
|
|
|
|
public WmsMoveDetails(){}
|
|
|
|
public WmsMoveDetails(){}
|
|
|
|
|
|
|
|
|
|
|
|