stream导出添加

This commit is contained in:
wangwei
2018-12-17 04:38:49 +08:00
parent f11f1186b5
commit b294a8ced0
5 changed files with 236 additions and 65 deletions

View File

@@ -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