This commit is contained in:
Lemon
2023-06-27 16:50:11 +08:00
parent ef4d5aa6a3
commit 373376eedf

View File

@@ -13,7 +13,7 @@ import lombok.Data;
public class AMapPictures {
// 图片ID
@JSONField(name = "PicID")
private String PicID;
private String picID;
// 图片网址
@JSONField(name = "Url")