public class SqlExecuteLog extends Object implements Serializable
| 构造器和说明 |
|---|
SqlExecuteLog(int type,
String topic,
String content,
Object[] args) |
public String getTopic()
public void setTopic(String topic)
topic - the topic to setpublic int getType()
public void setType(int type)
type - the type to setpublic String getContent()
public void setContent(String content)
content - the content to setpublic Object[] getArgs()
public void setArgs(Object[] args)
args - the args to setCopyright © 2023. All rights reserved.