forked from fanruan/design
Browse Source
* commit '486c70356eb961c5fef32b7775db0ecee3cfadfe': CHART-20134 图表接口判断增加对新接口的判断 KERNEL-8304 连接池逻辑重构persist/11.0
superman
3 years ago
5 changed files with 23 additions and 7 deletions
@ -0,0 +1,11 @@
|
||||
package com.fr.design.gui.chart; |
||||
|
||||
/** |
||||
* @author Bjorn |
||||
* @version 10.0 |
||||
* Created by Bjorn on 2021-08-02 |
||||
*/ |
||||
public class ChartXMLTag { |
||||
|
||||
public static final String CHART_TYPE_UI_PROVIDER = "ChartTypeUIProvider"; |
||||
} |
Loading…
Reference in new issue