仪表盘
版本库
文件存储
活动
搜索
登录
main
/
lims-ruoyi-after
lims项目框架修改优化--后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.原辅料下单 2.检验对象选择
liding
2025-04-08
54f3f9d6c99f6890c39ff05b1e251a555709341a
[lims-ruoyi-after.git]
/
cnas-device
/
src
/
main
/
java
/
com
/
ruoyi
/
device
/
mapper
/
DeviceLogMapper.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.device.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.device.pojo.DeviceLog;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface DeviceLogMapper extends BaseMapper<DeviceLog> {
}