Wms动态搜索与自定义列表,表单开发
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 : WMS列表搜索model
|
||||
* @Reference :
|
||||
* @Author : sjc
|
||||
* @CreateDate : 2020-01-07 14:33
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class WmsSearchGroupModel {
|
||||
|
||||
@ApiParam(value = "组列表")
|
||||
private List<WmsSearchElementModel> searchElementModelList;
|
||||
}
|
Loading…
Reference in New Issue