|
|
|
@ -26,6 +26,9 @@ import java.util.Map;
|
|
|
|
|
@Api("返回前端数据实体")
|
|
|
|
|
public class WmsActionResponseBean<Obj> {
|
|
|
|
|
|
|
|
|
|
@ApiParam("回显BARCODE值")
|
|
|
|
|
public Map<String, Obj> barCode;
|
|
|
|
|
|
|
|
|
|
@ApiParam("进度")
|
|
|
|
|
public String percent;
|
|
|
|
|
|
|
|
|
@ -59,7 +62,7 @@ public class WmsActionResponseBean<Obj> {
|
|
|
|
|
* 就把detailsData的内容以List的格式显示到 列表提示区域
|
|
|
|
|
*/
|
|
|
|
|
@ApiParam(value = "是否需要选择单号")
|
|
|
|
|
public Boolean toSelected;
|
|
|
|
|
public Boolean toSelected = false;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 与 toSelected 属性配合使用,
|
|
|
|
|