app日志增加属性实体类提交
This commit is contained in:
@@ -19,6 +19,9 @@ public class DkBehaviorLog extends BaseLogEntity<DkBehaviorLog> {
|
||||
protected Integer labelBsId; //浏览器id
|
||||
protected Integer labelBehavId; //行为id
|
||||
protected Integer labelAppId; //应用id
|
||||
protected Integer labelProtoSource; //应用id
|
||||
protected Integer labelBehavSource; //应用id
|
||||
protected Integer labelAppSource; //应用id
|
||||
|
||||
@ApiModelProperty(value = "c2s包数", required = true)
|
||||
protected String c2sPktNum;
|
||||
@@ -84,6 +87,25 @@ public class DkBehaviorLog extends BaseLogEntity<DkBehaviorLog> {
|
||||
public void setS2cByteNum(String s2cByteNum) {
|
||||
this.s2cByteNum = s2cByteNum;
|
||||
}
|
||||
public Integer getLabelAppSource() {
|
||||
return labelAppSource;
|
||||
}
|
||||
public void setLabelAppSource(Integer labelAppSource) {
|
||||
this.labelAppSource = labelAppSource;
|
||||
}
|
||||
public Integer getLabelProtoSource() {
|
||||
return labelProtoSource;
|
||||
}
|
||||
|
||||
public void setLabelProtoSource(Integer labelProtoSource) {
|
||||
this.labelProtoSource = labelProtoSource;
|
||||
}
|
||||
public Integer getLabelBehavSource() {
|
||||
return labelBehavSource;
|
||||
}
|
||||
public void setLabelBehavSource(Integer labelBehavSource) {
|
||||
this.labelBehavSource = labelBehavSource;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user