仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix(stock): 解决库存管理中的重复键异常问题 - 在采购台账服务中添加净合同金额字段设置 - 在销售台账服务中添加净合同金额字段设置 - 在...
liding
2 天以前
260dd6fe156265832544715192ce1491e9c2afd6
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
sales
/
mapper
/
CommonFileMapper.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.sales.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.sales.pojo.CommonFile;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CommonFileMapper extends BaseMapper<CommonFile> {
}