Rain
2022-08-08 9d21b1627b79f82e4bb49d6278f30266cfbf4cd8
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ServiceNameConstants.java
@@ -5,7 +5,7 @@
 * 
 * @author ruoyi
 */
public interface ServiceNameConstants
public class ServiceNameConstants
{
    /**
     * 认证服务的serviceid
@@ -16,4 +16,9 @@
     * 系统模块的serviceid
     */
    public static final String SYSTEM_SERVICE = "ruoyi-system";
    /**
     * 文件服务的serviceid
     */
    public static final String FILE_SERVICE = "ruoyi-file";
}