liujie
5 天以前 5ba50d43ea3384a606ab16501633797297a78de3
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 {
 
 
}