定时任务
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user