|
|
|
@ -13,12 +13,12 @@ import com.fr.general.locale.LocaleMark;
|
|
|
|
|
public class LineEngineMark implements LocaleMark<String> { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 云中心数据脱敏帮助链接链接在配置文件中对应的配置文件key |
|
|
|
|
* 云中心启用行式引擎执行层式报表帮助链接链接在配置文件中对应的配置文件key |
|
|
|
|
*/ |
|
|
|
|
private static final String PROPS_LINK_KEY = "Fine-Design-CloudCenter_Line_Engine"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 云中心数据脱敏默认帮助链接在配置文件中对应的配置文件key |
|
|
|
|
* 云中心启用行式引擎执行层式报表默认帮助链接在配置文件中对应的配置文件key |
|
|
|
|
*/ |
|
|
|
|
private static final String PROPS_LINK_KEY_DEFAULT = "Fine-Design-CloudCenter_Line_Engine_Default"; |
|
|
|
|
@Override |
|
|
|
|