仪表盘
版本库
文件存储
活动
搜索
登录
main
/
TroubleAndRisk
双重预防项目-国泰新华二开定制版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
临时提交-检修记录数据采集
16639036659
2023-06-15
90c11c1c0c95075ba802889f0436394067af0748
[TroubleAndRisk.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
service
/
baseService
/
PreventCJReportOverhaulLogService.java
1
2
3
4
5
6
7
8
package com.ruoyi.doublePrevention.service.baseService;
import com.ruoyi.doublePrevention.entity.CJReport.PreventCJReportOverhaulLog;
public interface PreventCJReportOverhaulLogService {
int insertCJOverhaulLists(PreventCJReportOverhaulLog cjOverhaulLog);
}