常量接口修改为常量类

This commit is contained in:
Sxile 2020-06-19 17:24:33 +08:00
parent a40d691e31
commit 7302189208

View File

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