音视频文本配置列表界面选中配置,增加编译配置id
导出excel增加性质、分类、标签属性值获取
This commit is contained in:
@@ -10,6 +10,10 @@ package com.nis.domain.configuration;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.SysRole;
|
||||
import com.nis.util.excel.ExcelField;
|
||||
import com.nis.util.excel.fieldtype.RoleListType;
|
||||
|
||||
|
||||
/**
|
||||
* @ClassName: CfgIndexInfo.java
|
||||
@@ -48,6 +52,17 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
||||
private List<BaseStringCfg> stringList;
|
||||
private List<FileDigestCfg> digestList;
|
||||
|
||||
@ExcelField(title="拥有角色", align=1, sort=800, fieldType=RoleListType.class)
|
||||
private List<SysRole> userRoleList;
|
||||
|
||||
public List<SysRole> getUserRoleList() {
|
||||
return userRoleList;
|
||||
}
|
||||
|
||||
public void setUserRoleList(List<SysRole> userRoleList) {
|
||||
this.userRoleList = userRoleList;
|
||||
}
|
||||
|
||||
public AvVoipAccountCfg getVoipAccount() {
|
||||
return voipAccount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user