仪表盘
版本库
文件存储
活动
搜索
登录
龚纯意
/
product-inventory-management-after
分支自
product-inventory-management-after
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
质量管理:增加原料相关功能
huminmin
2026-03-13
980b824680ec8b1b7e69b19327ccc61e8fd4a869
[~gongchunyi/product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
basic
/
mapper
/
ProductMapper.java
1
2
3
4
5
6
7
8
package com.ruoyi.basic.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.basic.pojo.Product;
public interface ProductMapper extends BaseMapper<Product> {
}