refactor: 目录结构调整和代码优化

This commit is contained in:
ray
2024-08-31 14:59:40 +08:00
parent f9e9dbcedd
commit 5a3694f2af
112 changed files with 644 additions and 572 deletions

View File

@@ -3,7 +3,7 @@ package com.youlai.boot.common.annotation;
import java.lang.annotation.*;
/**
* MP数据权限注解
* 数据权限注解
*
* @author zc
* @since 2.0.0

View File

@@ -13,7 +13,7 @@ import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface LogAnnotation {
public @interface Log {
String value() default "";

View File

@@ -16,7 +16,7 @@ import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface NoRepeat {
public @interface RepeatSubmit {
/**
* 锁过期时间