dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
停用检修记录
zhouwenxuan
2023-07-12
4de0fb84ef81e08b507409c46607ea158b233195
[TroubleAndRiskConnectHall.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventCJReportResultDataService.java
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> {
}