crm
xuhy
2025-09-05 47b3dc73a5b9274815a3e3fa631ad911453c84ad
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 {
 
 
}