2026-07-02 6e312c64c056acf479a6dd8393dd42a80b69b7d4
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/contract/CrmContractService.java
@@ -202,4 +202,13 @@
     */
    List<CrmContractDO> getContractListByCustomerIdOwnerUserId(Long customerId, Long ownerUserId);
    /**
     * 根据合同生成销售订单
     *
     * @param id     合同编号
     * @param userId 用户编号
     * @return 销售订单编号
     */
    Long generateSaleOrder(Long id, Long userId);
}