package com.gkhy.safePlatform.doublePrevention.service.baseService; import com.baomidou.mybatisplus.extension.service.IService; import com.gkhy.safePlatform.doublePrevention.entity.CJReport.PreventCJReportResultData; public interface PreventCJReportResultDataService extends IService { }