JSD-9481 组织维度管理
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.

22 lines
514 B

/**
* Copyright (C), 2015-2019
* FileName: Constants
* Author: Louis
* Date: 2019/9/4 16:09
* Description: Constants
* History:
* <author> <time> <version> <desc>
*/
package com.fr.plugin.idha;
/**
* Function Description<br>
* Constants
*
* @author fr.open
* @since 1.0.0
*/
public class Constants {
public static final String PLUGIN_ID = "com.fr.plugin.idha.org";
public static final String ICON_PATH = "/com/fr/plugin/idha/images/logo16.png";
}