仪表盘
版本库
文件存储
活动
搜索
登录
hy
/
mdc_hyjs_gk_new
工控网新分支
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
航宇救生后端初始化
Lius
2025-01-02
2152f2f0138730c76df82ff947e5aa27e6a2abff
[hy/mdc_hyjs_gk_new.git]
/
lxzn-module-mdc
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
mdc
/
mapper
/
EquipmentRunningTraceMapper.java
1
2
3
4
5
6
7
8
9
10
11
package org.jeecg.modules.mdc.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.mdc.entity.EquipmentRunningTrace;
/**
* @author Lius
* @date 2023/10/26 16:46
*/
public interface EquipmentRunningTraceMapper extends BaseMapper<EquipmentRunningTrace> {
}