Merge branch 'test'
This commit is contained in:
commit
ef9ed1e697
@ -8,7 +8,7 @@ import java.util.List;
|
||||
public interface IPageReq {
|
||||
Integer DEFAULT_PAGE_NUMBER = 1;
|
||||
Integer DEFAULT_PAGE_SIZE = 20;
|
||||
Integer MAX_PAGE_SIZE = 1000;
|
||||
Integer MAX_PAGE_SIZE = 30000;
|
||||
|
||||
String SORT_DELIMITER = "__";
|
||||
String SORT_DESC = OrderEnum.DESC.name();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user