常量接口修改为常量类

pull/129/MERGE
Sxile 2020-06-19 16:00:42 +08:00
parent 9f248e97f6
commit 942e609d36
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ package com.ruoyi.common.constant;
*
* @author ruoyi
*/
public interface ScheduleConstants
public class ScheduleConstants
{
public static final String TASK_CLASS_NAME = "TASK_CLASS_NAME";

View File

@ -5,7 +5,7 @@ package com.ruoyi.common.constant;
*
* @author ruoyi
*/
public interface ShiroConstants
public class ShiroConstants
{
/**
*