双重预防项目-国泰新华二开定制版
heheng
2025-06-25 fa3f2aa6154d2434ffb49ed80854cec3e70aa8a5
src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportResultDataRepository.java
@@ -1,9 +1,9 @@
package com.ruoyi.doublePrevention.repository;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData;
import org.springframework.stereotype.Repository;
@Repository
public interface PreventCJReportResultDataRepository extends BaseMapper<PreventCJReportResultData> {
}
package com.ruoyi.doublePrevention.repository;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData;
import org.springframework.stereotype.Repository;
@Repository
public interface PreventCJReportResultDataRepository extends BaseMapper<PreventCJReportResultData> {
}