| | |
| | | package com.ruoyi.doublePrevention.service.baseService;
|
| | |
|
| | |
|
| | | import com.ruoyi.doublePrevention.entity.PreventRiskDangerConfirmLog;
|
| | | import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.HiddenDangerCheckPoint;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | public interface PreventRiskDangerConfirmLogService {
|
| | |
|
| | |
|
| | | int saveConfirmLog(HiddenDangerCheckPoint hdcp);
|
| | |
|
| | | List<PreventRiskDangerConfirmLog> getLogsByDangerCheckPointId(Long dangerCheckPointId);
|
| | | }
|
| | | package com.ruoyi.doublePrevention.service.baseService; |
| | | |
| | | |
| | | import com.ruoyi.doublePrevention.entity.PreventRiskDangerConfirmLog; |
| | | import com.ruoyi.project.tr.hiddenDangerCheckPoint.domain.HiddenDangerCheckPoint; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface PreventRiskDangerConfirmLogService { |
| | | |
| | | |
| | | int saveConfirmLog(HiddenDangerCheckPoint hdcp); |
| | | |
| | | List<PreventRiskDangerConfirmLog> getLogsByDangerCheckPointId(Long dangerCheckPointId); |
| | | } |