自动化立体仓库 - WMS系统
pang.jiabao
7 天以前 71f0b179a8c502b2d2e98d6afafe225b1dcdbe03
src/main/java/com/zy/common/model/PageParam.java
@@ -8,10 +8,10 @@
 */
public class PageParam {
    @ApiModelProperty(value="分页索引",required=true)
    @ApiModelProperty(value = "分页索引", required = true)
    private int page = 1;
    @ApiModelProperty(value="单页数量",required=true)
    @ApiModelProperty(value = "单页数量", required = true)
    private int size = 10;
    public Integer getPage() {