wuzeyu
2024-08-16 8265ce2f78a7e701214b0455256f325759970345
优化代码
1个文件已修改
2 ■■■■■ 已修改文件
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/webUtil/QueryConditionVo.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/webUtil/QueryConditionVo.java
@@ -14,14 +14,12 @@
     * 当前查询页
     */
    @Schema(description = "当前页", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotNull(message = "当前页不能为空") //不能为空也不能为null
    public Integer pageCurr;
    /**
     * 每页数据条数
     */
    @Schema(description = "每页记录数", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotNull(message = "每页记录数不能为空") //不能为空也不能为null
    public Integer pageSize;
    /**