照片地址字段添加

This commit is contained in:
xue 2024-06-14 16:08:59 +08:00
parent f23427b6bd
commit e4ab8609c0
1 changed files with 4 additions and 0 deletions

View File

@ -77,4 +77,8 @@ public class CredentialManagementRespVO {
@ExcelProperty("企业名称")
private String enterpriseName;
@Schema(description = "照片地址", example = "芋艿")
@ExcelProperty("照片地址")
private String imageUrl;
}