双重预防项目-国泰新华二开定制版
huangzhen
2022-10-28 886a387463f4e0e0ad6f7c2a04d2cfab2e3aace8
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.doublePrevention.repository;
 
import com.ruoyi.doublePrevention.entity.PreventRiskDangerCheckAndMeasure;
import org.springframework.stereotype.Repository;
 
@Repository
public interface PreventRiskDangerCheckAndMeasureRepository {
 
    /**
     * 写入核查任务检查点与管控措施信息
     * */
    int insertCheckAndMeasure(PreventRiskDangerCheckAndMeasure checkAndMeasure);
}