公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
接入海康成绩
fuliqi
2024-12-19
7b73755e320f1bec9254b86a0f078c5f7969880d
[zgyw.git]
/
ycl-server
/
src
/
main
/
java
/
com
/
ycl
/
platform
/
service
/
ReportErrorTypeService.java
1
2
3
4
5
6
7
8
9
10
11
package com.ycl.platform.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.platform.domain.entity.ReportErrorType;
/**
* @author:xp
* @date:2024/9/1 15:48
*/
public interface ReportErrorTypeService extends IService<ReportErrorType> {
}