yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/quotation/CrmSaleQuotationService.java
@@ -97,4 +97,12 @@ */ Long convertToContract(Long id, Long userId); CrmSaleQuotationDO getByContractId(Long id); /** * 清除报价单的合同关联(删除合同时调用) * * @param quotationId 报价单编号 */ void clearContractReference(Long quotationId); }