仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加试用期字段,临近转正时提醒一下
yaowanxin
2025-10-09
c9146805855752d7190d4137a0a9f82dfd9a1f13
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
sales
/
service
/
SalesQuotationProductService.java
1
2
3
4
5
6
7
8
package com.ruoyi.sales.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.sales.pojo.SalesQuotationProduct;
public interface SalesQuotationProductService extends IService<SalesQuotationProduct> {
}