xuhy
5 天以前 13a3236249d21e1ed1a0f1e8ae20a29d6bf3913a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.web.controller.tool;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
 
 
/**
 * 定时任务工具类
 */
@Slf4j
@Component
public class TaskUtil {
 
}