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

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