Commit 40d4395c by yuwei

2.0.0项目初始化

parent 787b6c87
......@@ -18,6 +18,8 @@ public class BaseQueryParams implements Serializable {
private Integer pageSize = 20;
// 排序
private List<OrderItem> orderList;
// 数据权限
private String dataScope;
@Data
public class OrderItem{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment