You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
749 B
27 lines
749 B
3 years ago
|
/*
|
||
|
* Copyright (C), 2015-2019
|
||
|
* FileName: Constants
|
||
|
* Author: xx
|
||
|
* Date: 2019/9/4 16:09
|
||
|
* Description: Constants
|
||
|
* History:
|
||
|
* <author> <time> <version> <desc>
|
||
|
*/
|
||
|
package com.fr.plugin.isgd;
|
||
|
|
||
|
import com.fanruan.api.i18n.I18nKit;
|
||
|
|
||
|
/**
|
||
|
* <Function Description><br>
|
||
|
* <Constants>
|
||
|
*
|
||
|
* @author xx
|
||
|
* @since 1.0.0
|
||
|
*/
|
||
|
public class Constants {
|
||
|
public static final String PLUGIN_ID = "com.fr.plugin.isgd.v10";
|
||
|
public static final String ICON_PATH = "/com/fr/plugin/isgd/images/column16.png";
|
||
|
public static final String ACTION_NAME = I18nKit.getLocText("Plugin-isgd_Action_Name");
|
||
|
public static final String PARAM_CUSTOM_COLUMN = "isgd";
|
||
|
public static final String REPORT_NAME = "REPORTNAME";
|
||
|
}
|