仪表盘
版本库
文件存储
活动
搜索
登录
yituo
/
mdc_yituo
一拖mdc后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
update
Lius
2024-10-31
7d8887e36acb71ee20bf2f55170571b3fa7621b7
[yituo/mdc_yituo.git]
/
lxzn-module-mdc
/
src
/
main
/
java
/
org
/
jeecg
/
modules
/
mdc
/
mapper
/
EquipmentStatisticalInfoMapper.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.EquipmentStatisticalInfo;
/**
* @author Lius
* @date 2023/10/24 14:05
*/
public interface EquipmentStatisticalInfoMapper extends BaseMapper<EquipmentStatisticalInfo> {
}