公告板
版本库
filestore
活动
搜索
登录
main
/
JiuMuMES
九牧mes
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
看板大屏2修改页面
huang
2025-04-17
3a0087aa5e3eed5d9d7a793a17dc01fd1d6df80c
[JiuMuMES.git]
/
JiuMuMesParent
/
moduleService
/
DeviceInteractionModule
/
src
/
main
/
java
/
com
/
mes
/
quantity
/
mapper
/
QuantityMapper.java
1
2
3
4
5
6
7
8
9
package com.mes.quantity.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mes.quantity.entity.Quantity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface QuantityMapper extends BaseMapper<Quantity> {
}