|
|
|
@ -34,6 +34,9 @@ public class WmsSearchElementModel extends BaseBean {
|
|
|
|
|
@ApiParam(value = "是否共享")
|
|
|
|
|
private Integer isShare;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "搜索名称")
|
|
|
|
|
private String searchName;
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "Wms查询元素列表")
|
|
|
|
|
private List<WmsSearchElement> searchElementList;
|
|
|
|
|
}
|
|
|
|
|