feat: 修改错误注释
This commit is contained in:
parent
c419c1e107
commit
5d6e2725a8
@ -1,8 +1,8 @@
|
|||||||
package cn.iocoder.yudao.framework.operatelog.core.annotations;
|
package cn.iocoder.yudao.framework.operatelog.core.annotations;
|
||||||
|
|
||||||
import cn.iocoder.yudao.framework.operatelog.core.enums.OperateTypeEnum;
|
import cn.iocoder.yudao.framework.operatelog.core.enums.OperateTypeEnum;
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
||||||
import io.swagger.v3.oas.annotations.Operation;
|
import io.swagger.v3.oas.annotations.Operation;
|
||||||
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
|
|
||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.ElementType;
|
||||||
import java.lang.annotation.Retention;
|
import java.lang.annotation.Retention;
|
||||||
@ -23,13 +23,13 @@ public @interface OperateLog {
|
|||||||
/**
|
/**
|
||||||
* 操作模块
|
* 操作模块
|
||||||
*
|
*
|
||||||
* 为空时,会尝试读取 {@link Api#value()} 属性
|
* 为空时,会尝试读取 {@link Tag#name()} 属性
|
||||||
*/
|
*/
|
||||||
String module() default "";
|
String module() default "";
|
||||||
/**
|
/**
|
||||||
* 操作名
|
* 操作名
|
||||||
*
|
*
|
||||||
* 为空时,会尝试读取 {@link ApiOperation#value()} 属性
|
* 为空时,会尝试读取 {@link Operation#summary()} 属性
|
||||||
*/
|
*/
|
||||||
String name() default "";
|
String name() default "";
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user