定时任务
This commit is contained in:
parent
1b501a998d
commit
ec27cec15e
|
|
@ -2,12 +2,14 @@ package com.czg.task;
|
|||
|
||||
import jakarta.annotation.Resource;
|
||||
import org.springframework.scheduling.annotation.Scheduled;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* market服务 任务总调度
|
||||
* @author ww
|
||||
* @description
|
||||
*/
|
||||
@Component
|
||||
public class AAMarketTasks {
|
||||
//生日有礼奖励发放
|
||||
@Resource
|
||||
|
|
|
|||
Loading…
Reference in New Issue