| | |
| | | |
| | | import com.moral.api.entity.OrganizationUnitAlarm; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.moral.api.pojo.dto.organizationUnitAlarm.OrganizationUnitAlarmDTO; |
| | | import com.moral.api.pojo.form.organizationUnitAlarm.OrganizationUnitAlarmInsertForm; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | */ |
| | | public interface OrganizationUnitAlarmService extends IService<OrganizationUnitAlarm> { |
| | | |
| | | /** |
| | | * @Description: 分配组织显示单位以及报警等级 |
| | | * @Param: [organizationInsertForm] |
| | | * @return: com.moral.api.pojo.dto.organizationUnitAlarm.OrganizationUnitAlarmDTO |
| | | * @Author: 陈凯裕 |
| | | * @Date: 2021/6/17 |
| | | */ |
| | | OrganizationUnitAlarmDTO insertOrganizationUnitAlarm(OrganizationUnitAlarmInsertForm organizationInsertForm); |
| | | } |