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.
19 lines
359 B
19 lines
359 B
/* |
|
* Copyright (C), 2018-2021 |
|
* Project: starter |
|
* FileName: Constants |
|
* Author: Louis |
|
* Date: 2021/2/21 16:11 |
|
*/ |
|
package com.fr.plugin.idfh; |
|
|
|
/** |
|
* <Function Description><br> |
|
* <Constants> |
|
* |
|
* @author fr.open |
|
* @since 1.0.0 |
|
*/ |
|
public class Constants { |
|
public static final String PLUGIN_ID = "com.fr.plugin.idfh.v10"; |
|
} |