liyong
昨天 7558d3cb61282e41e27f85f56e829c6e6409f66d
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> {
}