Browse Source

常量接口修改为常量类

pull/129/MERGE
Sxile 4 years ago
parent
commit
942e609d36
  1. 2
      ruoyi-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java
  2. 2
      ruoyi-common/src/main/java/com/ruoyi/common/constant/ShiroConstants.java

2
ruoyi-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java

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

2
ruoyi-common/src/main/java/com/ruoyi/common/constant/ShiroConstants.java

@ -5,7 +5,7 @@ package com.ruoyi.common.constant;
* *
* @author ruoyi * @author ruoyi
*/ */
public interface ShiroConstants public class ShiroConstants
{ {
/** /**
* 当前登录的用户 * 当前登录的用户

Loading…
Cancel
Save