无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
cloud-server-other/src/main/java/com/dsh/other/model/QuerySiteInfoVo.java
@@ -47,5 +47,14 @@
    private Integer ishalf;
    @ApiModelProperty("场地说明")
    private String introduce;
    @ApiModelProperty("现金价格(x/半小时)半场")
    private Double cashPriceOne;
    @ApiModelProperty("玩湃币价格(x/半小时)半场")
    private Integer playPaiCoinOne;
    @ApiModelProperty("场地类型名称(智慧球场or其他)")
    private String typeName;
}