常量接口修改为常量类
This commit is contained in:
		
							parent
							
								
									ff3bc4b25e
								
							
						
					
					
						commit
						6eda1dee45
					
				| @ -5,7 +5,7 @@ package com.ruoyi.common.core.constant; | |||||||
|  *  |  *  | ||||||
|  * @author ruoyi |  * @author ruoyi | ||||||
|  */ |  */ | ||||||
| public interface HttpStatus | public class HttpStatus | ||||||
| { | { | ||||||
|     /** |     /** | ||||||
|      * 操作成功 |      * 操作成功 | ||||||
|  | |||||||
| @ -5,7 +5,7 @@ package com.ruoyi.common.core.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"; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Sxile
						Sxile