照片地址字段添加
This commit is contained in:
parent
f23427b6bd
commit
e4ab8609c0
|
@ -77,4 +77,8 @@ public class CredentialManagementRespVO {
|
|||
@ExcelProperty("企业名称")
|
||||
private String enterpriseName;
|
||||
|
||||
@Schema(description = "照片地址", example = "芋艿")
|
||||
@ExcelProperty("照片地址")
|
||||
private String imageUrl;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue