doum
2026-02-27 89e9a42d48aca43ab3ed0aa2f111ff83626cd2e5
server/dmmall_service/src/main/java/com/doumee/dao/web/dto/shop/ShopListDTO.java
@@ -12,8 +12,8 @@
@ApiModel("小程序 选择商户请求类")
public class ShopListDTO {
    @ApiModelProperty(value = "城市主键", example = "1")
    private Integer cityId;
    @ApiModelProperty(value = "城市名称", example = "1")
    private String cityName;
    @ApiModelProperty(value = "定位维度", example = "1")
    private String lat;
    @ApiModelProperty(value = "定位经度", example = "1")