高级设置
This commit is contained in:
@@ -22,6 +22,4 @@ public class AdvancedSettingRequest {
|
||||
|
||||
private String tencentVideoKey;
|
||||
|
||||
private List<String> roleIdList;
|
||||
|
||||
}
|
||||
|
||||
@@ -22,6 +22,4 @@ public class AdvancedSettingVO {
|
||||
|
||||
private String tencentVideoKey;
|
||||
|
||||
private List<String> roleIdList;
|
||||
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ import lombok.Data;
|
||||
public class OrganizationVO {
|
||||
|
||||
@ApiModelProperty("id")
|
||||
private Long id;
|
||||
private String id;
|
||||
@ApiModelProperty("组织机构名称")
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user