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.
23 lines
548 B
23 lines
548 B
/** |
|
* Copyright (C), 2015-2018 |
|
* FileName: parameterPaneAdjustShiftConstants |
|
* Author: mqh |
|
* Date: 2018/10/11 11:31 |
|
* Description: 常量类 |
|
* History: |
|
* <author> <time> <version> <desc> |
|
* 作者姓名 修改时间 版本号 描述 |
|
*/ |
|
package com.fr.plugin.iegf; |
|
|
|
/** |
|
* 〈功能简述〉<br> |
|
* 〈常量类〉 |
|
* |
|
* @author fr.open |
|
* @create 2018/10/11 |
|
* @since 1.0.0 |
|
*/ |
|
public class Constants { |
|
public static final String PLUGIN_ID = "com.fr.plugin.iegf.par"; |
|
}
|
|
|