This commit is contained in:
2024-12-20 17:34:25 +08:00
parent bf5fdeb95c
commit 43ae10916c
29 changed files with 325 additions and 58 deletions

View File

@@ -84,4 +84,6 @@ public class ScenicAddOrUpdateReq {
private String account;
@ApiModelProperty("密码")
private String password;
private String kfCodeUrl;
private String kfPhone;
}

View File

@@ -88,4 +88,6 @@ public class ScenicRespVO {
private BigDecimal price;
@ApiModelProperty("镜头数")
private Integer lensNum;
private String kfCodeUrl;
private String kfPhone;
}