Jenkins自动合并

yun-zuoyi
jenkins 6 years ago
commit a3823f4a16

@ -19,6 +19,9 @@ public class WmsSearchGroupModel {
@ApiParam(value = "组列表") @ApiParam(value = "组列表")
private List<WmsSearchElementModel> searchElementModelList; private List<WmsSearchElementModel> searchElementModelList;
@ApiParam(value = "排序参数")
private String orderByParams;
@ApiParam(value = "分页组件") @ApiParam(value = "分页组件")
private Pager pager; private Pager pager;
} }

Loading…
Cancel
Save