fix
songhuangfeng123
2022-09-02 37f303aa95b9f6e09db8db216dbe39834ef4ca98
emergency/emergency-rpc-api/src/main/java/com/gkhy/safePlatform/emergency/rpc/api/model/req/EmergencyExecuteTimeRPCReq.java
@@ -5,9 +5,6 @@
    // 部门id
    private Long deptId;
    // 统计类型 1-只统计该部门 2-统计该部门及其子部门
    private Integer countType;
    public Long getDeptId() {
        return deptId;
    }
@@ -16,11 +13,4 @@
        this.deptId = deptId;
    }
    public Integer getCountType() {
        return countType;
    }
    public void setCountType(Integer countType) {
        this.countType = countType;
    }
}