Commit dcffb958 by lijinqi

Merge remote-tracking branch 'origin/develop' into develop

parents a85e0a15 3fed3f65
......@@ -59,6 +59,15 @@ public class AppApiRespVO {
@Schema(description = "", example = "[{}]")
private List<ApiEndpointRespVO> apiEndPoints;
@Schema(description = "api供应商")
@ExcelProperty("api供应商")
private String vendor;
@Schema(description = "供应商联系方式")
@ExcelProperty("供应商联系方式")
private String vendorContact;
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)
@ExcelProperty("创建时间")
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