public class BusinessMethod extends ActionModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
method
行为方法名
|
protected String |
name
日志名称
|
protected Byte |
type
日志类型
|
| Constructor and Description |
|---|
BusinessMethod(String method)
只构建行为方法名,日志名称由日志注解name定义
|
BusinessMethod(String name,
String method)
构建日志名称和行为方法名
|
Copyright © 2022. All rights reserved.