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

yun-zuoyi
袁津哲 5 years ago
parent 73e8287e1f
commit 29220002b1

@ -0,0 +1,20 @@
package cn.estsh.i3plus.pojo.model.wms;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import java.util.List;
/**
* @Description : WMSmodel
* @Reference :
* @Author : sjc
* @CreateDate : 2020-01-07 14:33
* @Modify:
**/
@Data
public class WmsSearchGroupModel {
@ApiParam(value = "组列表")
private List<WmsSearchElementModel> searchElementModelList;
}
Loading…
Cancel
Save