1、http-url添加加日志总量
2、日志添加“是否缺省显示”列 3、service_name对应的国际化优化
This commit is contained in:
@@ -6,6 +6,53 @@ public class NtcAppLog extends BaseLogEntity<NtcAppLog> {
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 6025543701060412591L;
|
||||
|
||||
protected Integer labelProtoId; //协议类型id
|
||||
protected Integer labelProtoSource; //应用id
|
||||
protected Integer labelBehavId; //行为id
|
||||
protected Integer labelBehavSource;
|
||||
protected Integer labelAppId;
|
||||
protected Integer labelAppSource;
|
||||
|
||||
|
||||
public Integer getLabelProtoId() {
|
||||
return labelProtoId;
|
||||
}
|
||||
public void setLabelProtoId(Integer labelProtoId) {
|
||||
this.labelProtoId = labelProtoId;
|
||||
}
|
||||
public Integer getLabelProtoSource() {
|
||||
return labelProtoSource;
|
||||
}
|
||||
public void setLabelProtoSource(Integer labelProtoSource) {
|
||||
this.labelProtoSource = labelProtoSource;
|
||||
}
|
||||
public Integer getLabelBehavId() {
|
||||
return labelBehavId;
|
||||
}
|
||||
public void setLabelBehavId(Integer labelBehavId) {
|
||||
this.labelBehavId = labelBehavId;
|
||||
}
|
||||
public Integer getLabelBehavSource() {
|
||||
return labelBehavSource;
|
||||
}
|
||||
public void setLabelBehavSource(Integer labelBehavSource) {
|
||||
this.labelBehavSource = labelBehavSource;
|
||||
}
|
||||
public Integer getLabelAppId() {
|
||||
return labelAppId;
|
||||
}
|
||||
public void setLabelAppId(Integer labelAppId) {
|
||||
this.labelAppId = labelAppId;
|
||||
}
|
||||
public Integer getLabelAppSource() {
|
||||
return labelAppSource;
|
||||
}
|
||||
public void setLabelAppSource(Integer labelAppSource) {
|
||||
this.labelAppSource = labelAppSource;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user