2026-08-04 bb1210d95ccd0216ff8a352238f0ee25754a2ef2
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);
}