仪表盘
版本库
文件存储
活动
搜索
登录
龚纯意
/
product-inventory-management-after
分支自
product-inventory-management-after
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 产品规则返回命名修改
gongchunyi
2026-03-13
973b5221a85660b3b1e026e119256e35e95336ea
[~gongchunyi/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> {
}