radius日志增加导出
action和cfgid隐藏
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
package com.nis.domain.log;
|
||||
|
||||
import com.nis.util.excel.ExcelField;
|
||||
|
||||
public class NtcCollectRadiusLog extends BaseLogEntity<NtcCollectRadiusLog> {
|
||||
|
||||
private static final long serialVersionUID = -4947912502754359817L;
|
||||
|
||||
@ExcelField(title="message_type",dictType="MESSAGE_TYPE",sort=10)
|
||||
protected Integer code;
|
||||
@ExcelField(title="nas_ip",sort=15)
|
||||
protected String nasIp;
|
||||
@ExcelField(title="framed_ip",sort=20)
|
||||
protected String framedIp;
|
||||
@ExcelField(title="log_user_name",sort=25)
|
||||
protected String account;
|
||||
public Integer getCode() {
|
||||
return code;
|
||||
|
||||
Reference in New Issue
Block a user