Commit 787b6c87 by yuwei

2.0.0项目初始化

parent d373febc
......@@ -18,8 +18,6 @@ public class BaseQueryParams implements Serializable {
private Integer pageSize = 20;
// 排序
private List<OrderItem> orderList;
// 数据权限
private String dataScope;
@Data
public class OrderItem{
......
package cn.datax.service.data.factory.api.vo;
import cn.datax.service.data.factory.api.dto.DbSchema;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
......
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