emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/query/EmergencyDrillExecuteCountQuery.java
对比新文件 @@ -0,0 +1,27 @@ 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; } }