Carlson
1 year ago
3 changed files with 44 additions and 1 deletions
@ -0,0 +1,13 @@
|
||||
package com.fr.design.mainframe.chart.mode; |
||||
|
||||
/** |
||||
* @author Carlson |
||||
* @version 11.0 |
||||
* Created by Carlson on 2023/8/1 14:25 |
||||
* @description 图表数据来源,兼容用 |
||||
**/ |
||||
public enum ChartEditSupportDataType { |
||||
TABLE_DATA, // 数据集数据
|
||||
REPORT, // 单元格数据
|
||||
BOTH // 包含二者
|
||||
} |
Loading…
Reference in new issue