mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
refactor: 应用模板兼容跨源标志
This commit is contained in:
@@ -88,6 +88,11 @@ public class CoreDatasetGroupVO implements Serializable {
|
||||
*/
|
||||
private String unionSql;
|
||||
|
||||
/**
|
||||
* 是否跨源
|
||||
*/
|
||||
private Boolean isCross;
|
||||
|
||||
private List<CoreDatasetTableFieldVO> datasetFields = new ArrayList<>();
|
||||
|
||||
private List<ChartBaseVO> datasetViews = new ArrayList<>();
|
||||
|
||||
@@ -84,4 +84,9 @@ public class AppCoreDatasetGroupVO implements Serializable {
|
||||
* 关联sql
|
||||
*/
|
||||
private String unionSql;
|
||||
|
||||
/**
|
||||
* 是否跨源
|
||||
*/
|
||||
private Boolean isCross;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user