nickchange
2023-11-09 c036557db88c6297b9a626a892dce35c14ab8ee5
cloud-server-other/src/main/java/com/dsh/other/model/QueryMySiteVo.java
@@ -25,8 +25,10 @@
    private String storeLon;
    @ApiModelProperty("门店纬度")
    private String storeLat;
    @ApiModelProperty("支付金额")
    @ApiModelProperty("现金价格")
    private Double payMoney;
    @ApiModelProperty("玩湃币价格")
    private Integer playPaiCoin;
    @ApiModelProperty("预约时间")
    private String appointment;
    @ApiModelProperty("状态(0=待支付,1=待核销,2=已到店,3=已完成,4=已过期,5=已取消)")