定时任务

This commit is contained in:
2025-11-06 09:53:21 +08:00
parent 6063121fac
commit e9157f9093

View File

@@ -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