xuhy
7 天以前 b95f5fb1af8a80ac03a8da8da3e863ad468bf477
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 {
 
 
}