liyong
2 天以前 80166fd68f21bce3a243e499e4a757c013397f89
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> {
}