Commit 3fed3f65 by Jony.L

客户端API供应商、供应商联系方式字段添加

parent 037c8a8a
...@@ -59,6 +59,15 @@ public class AppApiRespVO { ...@@ -59,6 +59,15 @@ public class AppApiRespVO {
@Schema(description = "", example = "[{}]") @Schema(description = "", example = "[{}]")
private List<ApiEndpointRespVO> apiEndPoints; private List<ApiEndpointRespVO> apiEndPoints;
@Schema(description = "api供应商")
@ExcelProperty("api供应商")
private String vendor;
@Schema(description = "供应商联系方式")
@ExcelProperty("供应商联系方式")
private String vendorContact;
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED) @Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
@ExcelProperty("创建时间") @ExcelProperty("创建时间")
private LocalDateTime createTime; private LocalDateTime createTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment