Wms动态搜索与自定义列表,表单开发

yun-zuoyi
袁津哲 5 years ago
parent ded27853a8
commit cf92fb2b23

@ -25,7 +25,7 @@ public class WmsListElementModel extends BaseBean {
@ApiParam(value = "用户编号")
private String userCode;
@ApiParam(value = "是否默认配置")
@ApiParam(value = "是否默认配置 1-默认2-自定义")
private Integer isDefault;
List<WmsListElement> wmsListElementList;

@ -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;
}

Loading…
Cancel
Save