liujie
6 天以前 4068eb1f7c50b37d816934b822116f45af182b0e
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.web.task;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
 
@Slf4j
@Component("billTask")
public class TbillTask {
 
 
}