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