仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
yys 1.客户档案导入-维护人,维护时间默认当前 2.销售报价审核非必填,产品选择方式也要改 3.销售产品增加物料号字段 4.产品维护增加录入时间,...
云
2 天以前
f2c7576cbd050824ec78233483e06fc375382bfb
[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> {
}