voip界面去掉无用的检索条件
摘要文件类型增加音视频文件类 ip和http增加配置导出
This commit is contained in:
@@ -36,19 +36,20 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
protected String showName;//表在界面上展示的名称
|
||||
protected String seltype;//选中类型,页面搜索用
|
||||
protected String tableName;
|
||||
@ExcelField(title="userregion1")
|
||||
@ExcelField(title="userregion1",sort=1001)
|
||||
protected String userRegion1;
|
||||
@ExcelField(title="userregion2")
|
||||
@ExcelField(title="userregion2",sort=1002)
|
||||
protected String userRegion2;
|
||||
@ExcelField(title="userregion3")
|
||||
@ExcelField(title="userregion3",sort=1003)
|
||||
protected String userRegion3;
|
||||
@ExcelField(title="userregion4")
|
||||
@ExcelField(title="userregion4",sort=1004)
|
||||
protected String userRegion4;
|
||||
@ExcelField(title="userregion5")
|
||||
@ExcelField(title="userregion5",sort=1005)
|
||||
protected String userRegion5;
|
||||
/**
|
||||
* 编译id
|
||||
*/
|
||||
@ExcelField(title="cfg_id",sort=0)
|
||||
protected Integer compileId ;
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
@@ -64,25 +65,25 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 配置描述
|
||||
*/
|
||||
@ExcelField(title="config_describe")
|
||||
@ExcelField(title="config_describe",sort=1)
|
||||
protected String cfgDesc;
|
||||
|
||||
/**
|
||||
* GK类型
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION")
|
||||
@ExcelField(title="action",dictType="SERVICE_ACTION",sort=2)
|
||||
protected Integer action;
|
||||
/**
|
||||
* 有效标识
|
||||
*/
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER")
|
||||
@ExcelField(title="valid_identifier",dictType="VALID_IDENTIFIER",sort=9)
|
||||
@Expose
|
||||
protected Integer isValid;
|
||||
/**
|
||||
* 是否审核
|
||||
*/
|
||||
@ExcelField(title="is_audit",dictType="AUDIT_STATUS")
|
||||
@ExcelField(title="is_audit",dictType="AUDIT_STATUS",sort=10)
|
||||
protected Integer isAudit;
|
||||
/**
|
||||
* 创建人员
|
||||
@@ -91,12 +92,12 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 创建人员
|
||||
*/
|
||||
@ExcelField(title="creator")
|
||||
@ExcelField(title="creator",sort=11)
|
||||
protected String creatorName;
|
||||
/**
|
||||
* 配置时间
|
||||
*/
|
||||
@ExcelField(title="config_time")
|
||||
@ExcelField(title="config_time",sort=12)
|
||||
protected Date createTime;
|
||||
/**
|
||||
* 修改人员
|
||||
@@ -105,12 +106,12 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 创建人员
|
||||
*/
|
||||
@ExcelField(title="editor")
|
||||
@ExcelField(title="editor",sort=13)
|
||||
protected String editorName;
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@ExcelField(title="edit_time")
|
||||
@ExcelField(title="edit_time",sort=14)
|
||||
protected Date editTime;
|
||||
/**
|
||||
* 审核人员
|
||||
@@ -119,13 +120,13 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 审核人员
|
||||
*/
|
||||
@ExcelField(title="auditor")
|
||||
@ExcelField(title="auditor",sort=15)
|
||||
protected String auditorName;
|
||||
/**
|
||||
* 审核时间
|
||||
*/
|
||||
@Expose
|
||||
@ExcelField(title="audit_time")
|
||||
@ExcelField(title="audit_time",sort=16)
|
||||
@SerializedName("opTime")
|
||||
protected Date auditTime;
|
||||
/**
|
||||
@@ -141,27 +142,27 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* 来函
|
||||
*/
|
||||
@ExcelField(title="letter")
|
||||
@ExcelField(title="letter",sort=5)
|
||||
protected String requestName;
|
||||
/**
|
||||
* 是否区域gk
|
||||
*/
|
||||
@ExcelField(title="whether_area_block",dictType="WHETHER_AREA_BLOCK")
|
||||
@ExcelField(title="whether_area_block",dictType="WHETHER_AREA_BLOCK",sort=4)
|
||||
protected Integer isAreaEffective;
|
||||
/**
|
||||
* 分类
|
||||
*/
|
||||
@ExcelField(title="classification",dictType="type")
|
||||
@ExcelField(title="classification",dictType="type",sort=6)
|
||||
protected String classify;
|
||||
/**
|
||||
* 性质
|
||||
*/
|
||||
@ExcelField(title="attribute",dictType="attribute")
|
||||
@ExcelField(title="attribute",dictType="attribute",sort=7)
|
||||
protected String attribute;
|
||||
/**
|
||||
* 标签
|
||||
*/
|
||||
@ExcelField(title="label",dictType="label")
|
||||
@ExcelField(title="label",dictType="label",sort=8)
|
||||
protected String lable;
|
||||
/**
|
||||
* 分类
|
||||
@@ -212,6 +213,7 @@ public class BaseCfg<T> extends BaseEntity<T> implements Cloneable{
|
||||
/**
|
||||
* do_log属性在界面(do_log:0不需要1记录所有日志2只记录结构化日志。默认是2)
|
||||
*/
|
||||
@ExcelField(title="do_log",dictType="DO_LOG",sort=3)
|
||||
protected Integer doLog = Constants.MAAT_CFG_DOLOG_DEFAULT;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user