@Target(value={PARAMETER,METHOD}) @Retention(value=RUNTIME) @Documented public @interface OptLog
| Modifier and Type | Optional Element and Description |
|---|---|
cn.sinozg.applet.common.enums.BizType |
bizType
功能
|
boolean |
dataLog
是否记录数据变动,默认记录
|
String |
module
模块 @Tag.description
|
cn.sinozg.applet.common.enums.OptType |
optType
操作人类别
|
boolean |
saveParams
是否保存请求 和返回参数
|
Class<?> |
tie
关联关系 没有则从默认为第一个参数
|
String |
title
名称 默认取 @Operation.summary
|
public abstract String title
public abstract String module
public abstract cn.sinozg.applet.common.enums.BizType bizType
public abstract cn.sinozg.applet.common.enums.OptType optType
public abstract Class<?> tie
Copyright © 2024. All rights reserved.