stream导出添加
This commit is contained in:
@@ -2,6 +2,7 @@ package com.nis.domain.log;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.nis.util.excel.ExcelField;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
@@ -13,11 +14,13 @@ import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
*/
|
||||
public class DkBehaviorLog extends BaseLogEntity<DkBehaviorLog> {
|
||||
private static final long serialVersionUID = -589390375816690510L;
|
||||
|
||||
@ExcelField(title="basic_protocol",sort=8)
|
||||
protected Integer labelProtoId; //协议类型id
|
||||
protected Integer labelOsId;//操作系统id
|
||||
protected Integer labelBsId; //浏览器id
|
||||
@ExcelField(title="behaviour_type",sort=9)
|
||||
protected Integer labelBehavId; //行为id
|
||||
@ExcelField(title="social_app",sort=10)
|
||||
protected Integer labelAppId; //应用id
|
||||
protected Integer labelProtoSource; //应用id
|
||||
protected Integer labelBehavSource; //应用id
|
||||
|
||||
Reference in New Issue
Block a user