| 1
2
3
4
5
6
7
8
9
10
11
12
 | | package com.doumee.core.haikang.model.param.respose; |  |   |  | import lombok.Data; |  |   |  | import java.math.BigDecimal; |  |   |  | @Data |  | public class ParkingStatisticResponse { |  |     |  |    private TodayCarDataResponse todayCarDataDto;//BigDecimal    Object    false    今日内外部车辆数据Dto |  | private TodayParkingDataResponse todayParkingDataDto    ;//Object    false    今日车位数据 |  | } | 
 |