修复所属平台不能显示的问题
This commit is contained in:
parent
b67d0a5f9c
commit
0a73cd203a
@ -78,6 +78,12 @@ public class AccountDetailResp extends BaseDetailResp {
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 平台ID
|
||||
*/
|
||||
@Schema(description = "平台ID")
|
||||
@ExcelProperty(value = "平台ID")
|
||||
private Long platformId;
|
||||
/**
|
||||
* 平台名称
|
||||
*/
|
||||
|
@ -57,6 +57,7 @@ public class AccountResp extends BaseResp {
|
||||
/**
|
||||
* 平台ID
|
||||
*/
|
||||
@Schema(description = "平台ID")
|
||||
@AssembleMethod(targetType = PlatformService.class, method = @ContainerMethod(bindMethod = "get", resultType = PlatformResp.class), prop = "name:platformName")
|
||||
private Long platformId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user