仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
生产订单:新增时判断工艺路线项目是否存在
huminmin
15 小时以前
79838fcce660796b2571e6fc3f8731b2719115c4
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
other
/
mapper
/
TempFileMapper.java
1
2
3
4
5
6
7
8
package com.ruoyi.other.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.pojo.TempFile;
public interface TempFileMapper extends BaseMapper<TempFile> {
}