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