|
|
|
@ -125,6 +125,10 @@ public class WmsMoveDetails extends BaseBean {
|
|
|
|
|
@ApiParam("关联单号")
|
|
|
|
|
public String refSrc;
|
|
|
|
|
|
|
|
|
|
@Column(name = "GROUP_NO")
|
|
|
|
|
@ApiParam("分组号")
|
|
|
|
|
public String groupNo;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "待出库数量", example = "0")
|
|
|
|
|
@Transient
|
|
|
|
|
private Long waitingCounts;
|
|
|
|
|