常量接口修改为常量类

master
Sxile 2020-06-19 16:05:51 +08:00
parent ff3bc4b25e
commit 6eda1dee45
2 changed files with 2 additions and 2 deletions

View File

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

View File

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