自动化立体仓库 - WMS系统
pang.jiabao
8 天以前 c33134bc619e8289ca07a7d3ba189cdd4ab4bb18
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() {