| | |
| | | package com.ruoyi.doublePrevention.service.baseService.impl;
|
| | |
|
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData;
|
| | | import com.ruoyi.doublePrevention.repository.PreventCJReportResultDataRepository;
|
| | | import com.ruoyi.doublePrevention.service.baseService.PreventCJReportResultDataService;
|
| | | import org.springframework.beans.factory.annotation.Autowired;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | | @Service("PreventCJReportResultDataService")
|
| | | public class PreventCJReportResultDataServiceImpl extends ServiceImpl<PreventCJReportResultDataRepository, PreventCJReportResultData> implements PreventCJReportResultDataService {
|
| | |
|
| | | @Autowired
|
| | | private PreventCJReportResultDataRepository preventCJReportResultDataRepository;
|
| | |
|
| | | }
|
| | | package com.ruoyi.doublePrevention.service.baseService.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData; |
| | | import com.ruoyi.doublePrevention.repository.PreventCJReportResultDataRepository; |
| | | import com.ruoyi.doublePrevention.service.baseService.PreventCJReportResultDataService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | @Service("PreventCJReportResultDataService") |
| | | public class PreventCJReportResultDataServiceImpl extends ServiceImpl<PreventCJReportResultDataRepository, PreventCJReportResultData> implements PreventCJReportResultDataService { |
| | | |
| | | @Autowired |
| | | private PreventCJReportResultDataRepository preventCJReportResultDataRepository; |
| | | |
| | | } |