package com.gkhy.safePlatform.emergency.query; public class EmergencyDrillExecuteCountQuery { // type=1:月 type=2:年 private Integer type; // 部门id private Long deptId; public Integer getType() { return type; } public void setType(Integer type) { this.type = type; } public Long getDeptId() { return deptId; } public void setDeptId(Long deptId) { this.deptId = deptId; } }