dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
添加包保责任制查看
马宇豪
2023-04-28
6522a12bd74cf6bf8d96c87e3d46412314ea6500
[TroubleAndRisk.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventRiskDangerCheckAndMeasureService.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.doublePrevention.service.baseService;
import com.ruoyi.doublePrevention.entity.PreventRiskDangerCheckAndMeasure;
public interface PreventRiskDangerCheckAndMeasureService {
/**
* 写入核查任务检查点与管控措施信息
* */
int insertCheckAndMeasure(PreventRiskDangerCheckAndMeasure checkAndMeasure);
}