公告板
版本库
filestore
活动
搜索
登录
main
/
zgyw
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首页录像统计加上间歇
fuliqi
2025-02-10
27e913d6d28a9cfa0785d15453a4de10fd36ce6d
[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> {
}