voip界面去掉无用的检索条件
摘要文件类型增加音视频文件类 ip和http增加配置导出
This commit is contained in:
@@ -2,14 +2,19 @@ package com.nis.domain.specific;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.google.gson.annotations.Expose;
|
||||
import com.nis.util.excel.ExcelField;
|
||||
|
||||
public class ConfigGroupInfo {
|
||||
private Integer id;
|
||||
private Integer groupId;
|
||||
@ExcelField(title="group_name",sort=302)
|
||||
private String groupName;
|
||||
private Integer isIssued;
|
||||
private Date insertTime;
|
||||
private Date updateTime;
|
||||
private Integer groupType;
|
||||
@ExcelField(title="cfg_id",sort=301)
|
||||
private Integer compileId;
|
||||
|
||||
public Integer getCompileId() {
|
||||
|
||||
Reference in New Issue
Block a user