kongzy
2023-10-08 50f58cff3649205c13a603723ef65880c64b4e80
1
2
3
4
5
6
7
package com.ruoyi.doublePrevention.service.baseService;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportResultData;
 
public interface PreventCJReportResultDataService extends IService<PreventCJReportResultData> {
}