2026-08-07 d65c665b483f9c7b57358d4ad2c4bf3c6e1f9608
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/quotation/CrmSaleQuotationService.java
@@ -12,7 +12,7 @@
/**
 * CRM 销售报价单 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface CrmSaleQuotationService {
@@ -97,4 +97,12 @@
     */
    Long convertToContract(Long id, Long userId);
    CrmSaleQuotationDO getByContractId(Long id);
    /**
     * 清除报价单的合同关联(删除合同时调用)
     *
     * @param quotationId 报价单编号
     */
    void clearContractReference(Long quotationId);
}