Merge branch 'test'

This commit is contained in:
zengxiaobo 2024-07-24 18:43:39 +08:00
commit ef9ed1e697

View File

@ -8,7 +8,7 @@ import java.util.List;
public interface IPageReq { public interface IPageReq {
Integer DEFAULT_PAGE_NUMBER = 1; Integer DEFAULT_PAGE_NUMBER = 1;
Integer DEFAULT_PAGE_SIZE = 20; Integer DEFAULT_PAGE_SIZE = 20;
Integer MAX_PAGE_SIZE = 1000; Integer MAX_PAGE_SIZE = 30000;
String SORT_DELIMITER = "__"; String SORT_DELIMITER = "__";
String SORT_DESC = OrderEnum.DESC.name(); String SORT_DESC = OrderEnum.DESC.name();