liurunyu
2025-06-05 6630fbaf54a4c36fb4e7bf6bfd5ee62e6f56e4ed
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;
    /**