zouyu
23 小时以前 af20337e7b1d1b7a24c2b15bdaebcaf0cb5932af
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> {
}