公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
工单导出
fuliqi
2024-09-29
c4df5d2cfaa12a1c8a72ef25934fdc31d5be65a1
[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> {
}