完善方法注释

This commit is contained in:
Chopper
2021-07-21 17:46:46 +08:00
parent 37348335b2
commit bd3aceaeac
1059 changed files with 1215 additions and 1368 deletions

View File

@@ -5,7 +5,7 @@ package cn.lili.timetask.handler;
* 每日凌晨1点执行
*
* @author Chopper
* @date 2020/12/24 11:52
* @since 2020/12/24 11:52
*/
public interface EveryDayExecute {

View File

@@ -4,7 +4,7 @@ package cn.lili.timetask.handler;
* 每小时任务
*
* @author Chopper
* @date 2020/12/24 11:52
* @since 2020/12/24 11:52
*/
public interface EveryHourExecute {

View File

@@ -4,7 +4,7 @@ package cn.lili.timetask.handler;
* 每分钟任务
*
* @author Chopper
* @date 2020/12/24 11:52
* @since 2020/12/24 11:52
*/
public interface EveryMinuteExecute {

View File

@@ -16,7 +16,7 @@ import java.util.List;
* 店铺结算执行
*
* @author Bulbasaur
* @date 2021/2/18 3:45 下午
* @since 2021/2/18 3:45 下午
*/
@Component
public class BillExecute implements EveryDayExecute {

View File

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
* 小程序直播状态获取
*
* @author Bulbasaur
* @date: 2021/5/20 2:52 下午
* @since: 2021/5/20 2:52 下午
*/
@Component
public class BroadcastExecute implements EveryHourExecute {

View File

@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
* 优惠券状态监测
*
* @author Bulbasaur
* @date: 2021/5/24 10:08 上午
* @since: 2021/5/24 10:08 上午
*/
@Component
public class CouponExecute implements EveryDayExecute {

View File

@@ -18,7 +18,7 @@ import java.util.Map;
* 商品定时器
*
* @author Chopper
* @date 2021/3/18 3:23 下午
* @since 2021/3/18 3:23 下午
*/
@Component
public class GoodsExecute implements EveryDayExecute {

View File

@@ -23,7 +23,7 @@ import java.util.stream.Collectors;
* 订单自动取消(每分钟执行)
*
* @author paulG
* @date 2021/3/11
* @since 2021/3/11
**/
@Slf4j
@Component

View File

@@ -33,7 +33,7 @@ import java.util.List;
* 促销活动每日定时器
*
* @author Chopper
* @date 2021/3/18 3:23 下午
* @since 2021/3/18 3:23 下午
*/
@Slf4j
@Component

View File

@@ -14,7 +14,7 @@ import java.util.Date;
* 会员数据统计
*
* @author Chopper
* @date 2021-03-02 14:56
* @since 2021-03-02 14:56
*/
@Slf4j
@Component

View File

@@ -19,7 +19,7 @@ import java.util.stream.Collectors;
* 实时在线人数统计
*
* @author Chopper
* @date 2021-02-21 09:47
* @since 2021-02-21 09:47
*/
@Component
public class OnlineMemberStatistics implements EveryHourExecute {

View File

@@ -21,7 +21,7 @@ import java.util.List;
* 店铺评分
*
* @author Chopper
* @date 2021/3/15 5:30 下午
* @since 2021/3/15 5:30 下午
*/
@Component
public class StoreRatingExecute implements EveryDayExecute {

View File

@@ -23,7 +23,7 @@ import java.util.List;
* 统计 入库
*
* @author Chopper
* @date 2021-01-15 18:20
* @since 2021-01-15 18:20
*/
@Slf4j
@Component