package com.ruoyi.safety.dto; import lombok.Data; @Data public class SafetyInspectionTypeStat { private String type; private Long count; }