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); }