Browse Source

常量接口修改为常量类

Sxile 5 years ago
parent
commit
7302189208

+ 1 - 1
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/ServiceNameConstants.java

@@ -5,7 +5,7 @@ package com.ruoyi.common.core.constant;
5
  * 
5
  * 
6
  * @author ruoyi
6
  * @author ruoyi
7
  */
7
  */
8
-public interface ServiceNameConstants
8
+public class ServiceNameConstants
9
 {
9
 {
10
     /**
10
     /**
11
      * 认证服务的serviceid
11
      * 认证服务的serviceid