You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
279 B
17 lines
279 B
3 years ago
|
package com.qs.serve.task;
|
||
|
|
||
|
import lombok.AllArgsConstructor;
|
||
|
import org.springframework.stereotype.Component;
|
||
|
|
||
|
/**
|
||
|
* @author YenHex
|
||
|
* @since 2022/12/9
|
||
|
*/
|
||
|
@Component
|
||
|
@AllArgsConstructor
|
||
|
public class TbsTask {
|
||
|
|
||
|
//todo 每日更新过期的活动,过期则进行冻结
|
||
|
|
||
|
}
|