public class BusinessType extends ActionModel
| Modifier and Type | Field and Description |
|---|---|
protected String |
message
日志消息
|
protected String |
name
日志名称
|
protected Byte |
type
日志类型
|
| Constructor and Description |
|---|
BusinessType(String message)
只构建日志消息,日志名称有日志注解name定义
|
BusinessType(String name,
String message)
构建日志名称和日志消息
|
Copyright © 2022. All rights reserved.