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
543 B

3 years ago
/*
* Copyright (C), 2015-2019
* FileName: Constants
* Author: xx
* Date: 2019/5/16 16:09
* Description: Constants
* History:
* <author> <time> <version> <desc>
*/
package com.fr.plugin.tabledataservice;
/**
* Function Description<br>
* Constants
*
* @author xx
* @since 1.0.0
*/
public class Constants {
public static final String PLUGIN_ID = "com.fr.plugin.tabledataservice.haeo";
public static final String ICON_PATH = "/com/fr/plugin/tabledataservice/images/json16.png";
}