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

/*
* Copyright (C), 2018-2021
* Project: starter
* FileName: Constants
* Author: xxx
* Date: 2021/2/21 16:11
*/
package com.fr.plugin.xxx;
/**
* <Function Description><br>
* <Constants>
*
* @author xxx
* @since 1.0.0
*/
public class Constants {
public static final String PLUGIN_ID = "com.fr.plugin.xxx.v10";
}