package com.artfess.rescue.open.aop;

import java.lang.annotation.*;

/**
 * @Author: wsf
 * @Description: 自动注入当天开始结束时间切点
 * @DateTime: 2025/3/29 10:52
 **/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface AutoSetNowTime {
}
