| package com.moral.api.pojo.dto.historySecondCruiser; | 
|   | 
| import lombok.Data; | 
| import lombok.EqualsAndHashCode; | 
|   | 
| import java.math.BigDecimal; | 
|   | 
| /** | 
|  * @ClassName HistorySecondCruiserResultDTO | 
|  * @Description TODO | 
|  * @Author @lizijie | 
|  * @Date 2023-06-29 8:32 | 
|  * @Version 1.0 | 
|  */ | 
| @Data | 
| public class HistorySecondCruiserResultCountDTO { | 
|   | 
|     /** | 
|      * 数据 | 
|      */ | 
|     private BigDecimal sumNum = BigDecimal.ZERO; | 
|   | 
|     /** | 
|      * 计数 | 
|      */ | 
|     private Integer contNum = 0; | 
| } |