mirror of https://gitee.com/y_project/RuoYi.git
常量接口修改为常量类
parent
9f248e97f6
commit
942e609d36
|
@ -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";
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ package com.ruoyi.common.constant;
|
|||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
public interface ShiroConstants
|
||||
public class ShiroConstants
|
||||
{
|
||||
/**
|
||||
* 当前登录的用户
|
||||
|
|
Loading…
Reference in New Issue