package com.gkhy.safePlatform.doublePrevention.service.baseService.impl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.gkhy.safePlatform.doublePrevention.entity.CJReport.PreventCJReportPoint;
|
import com.gkhy.safePlatform.doublePrevention.repository.PreventCJReportPointRepository;
|
import com.gkhy.safePlatform.doublePrevention.service.baseService.PreventCJReportPointService;
|
import org.springframework.stereotype.Service;
|
|
@Service("PreventCJReportPointService")
|
public class PreventCJReportPointServiceImpl extends ServiceImpl<PreventCJReportPointRepository, PreventCJReportPoint> implements PreventCJReportPointService {
|
}
|