@ -40,9 +40,9 @@ public class EpidemicPreventionResultDTO implements Serializable {
/**
* 疫苗接种次数
*/
private Double vaccineCount;
private Integer vaccineCount;
* 核酸检测次数
private Double natCount;
private Integer natCount;
}