|
@@ -16,6 +16,15 @@ public class AppFlameJobAdvertisedRespVO extends JobAdvertisedSimpleRespVO {
|
|
@Schema(description = "职位要求")
|
|
@Schema(description = "职位要求")
|
|
private String requirement;
|
|
private String requirement;
|
|
|
|
|
|
|
|
+ @Schema(description = "工作地址")
|
|
|
|
+ private String address;
|
|
|
|
+
|
|
|
|
+ @Schema(description = "经度")
|
|
|
|
+ private String longitude;
|
|
|
|
+
|
|
|
|
+ @Schema(description = "维度")
|
|
|
|
+ private String latitude;
|
|
|
|
+
|
|
@Schema(description = "区域名称", example = "java")
|
|
@Schema(description = "区域名称", example = "java")
|
|
private String areaName;
|
|
private String areaName;
|
|
|
|
|