liyong
昨天 55fb3f5a3d6efc4e5c91c5438c137aeabb1d2c37
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> {
}