1.日志增加app,Ddos 2.修改日志类名3.增加国际化代码及日志nis配置4.修改页面需要的标签类
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeAppDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeAppDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8878203808371459079L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String appName;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeBehaviorTypeDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeBehaviorTypeDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3093079166837898180L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String behaviorType;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeBrowserTypeDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeBrowserTypeDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -2134192971712765277L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String browserType;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeOsTypeDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeOsTypeDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3130292317922505634L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String osType;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeProtocolTypeDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeProtocolTypeDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4918506981012927864L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String protocolType;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeServiceTypeDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeServiceTypeDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 4684291961768554944L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String serviceType;
|
||||
|
||||
|
||||
@@ -1,7 +1,14 @@
|
||||
package com.nis.domain.dashboard.codedic;
|
||||
|
||||
public class CodeWebServiceDic {
|
||||
private Integer id;
|
||||
import java.io.Serializable;
|
||||
|
||||
public class CodeWebServiceDic implements Serializable {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3695848998373942822L;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private String website;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user