去掉cfgIndexInfo的测试属性
This commit is contained in:
@@ -52,17 +52,6 @@ public class CfgIndexInfo extends BaseCfg<CfgIndexInfo> {
|
|||||||
private List<BaseStringCfg> stringList;
|
private List<BaseStringCfg> stringList;
|
||||||
private List<FileDigestCfg> digestList;
|
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() {
|
public AvVoipAccountCfg getVoipAccount() {
|
||||||
return voipAccount;
|
return voipAccount;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user