package com.gkhy.safePlatform.emergency.rpc.api.model.dto.req; public class EmergencyExecuteTimeRPCReq { // 部门id private Long deptId; public Long getDeptId() { return deptId; } public void setDeptId(Long deptId) { this.deptId = deptId; } }