|
|
|
|
|
|
|
|
package com.tuoheng.admin.vo.accident; |
|
|
package com.tuoheng.admin.vo.accident; |
|
|
|
|
|
|
|
|
import com.tuoheng.admin.request.accident.QuestionTypeStatisticsVo; |
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 事件月份统计 返回实体类 |
|
|
* 事件月份统计 返回实体类 |
|
|
|
|
|
|
|
|
private Integer month; |
|
|
private Integer month; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 问题类型统计 |
|
|
|
|
|
|
|
|
* 事件数 |
|
|
*/ |
|
|
*/ |
|
|
private List<QuestionTypeStatisticsVo> questionTypeStatisticsList; |
|
|
|
|
|
|
|
|
private Integer count; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 开始时间 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String beginTime; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 结束时间 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String endTime; |
|
|
|
|
|
|
|
|
} |
|
|
} |