liyong
2026-07-03 bee96a1d36c86068cd5a7eb69f4e3294a8123b04
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/contact/CrmContactService.java
@@ -169,4 +169,12 @@
     */
    List<CrmContactDO> getContactListByCustomerIdOwnerUserId(Long customerId, Long ownerUserId);
    /**
     * 获得联系人列表,基于指定客户
     *
     * @param customerId 客户编号
     * @return 联系人列表
     */
    List<CrmContactDO> getContactListByCustomerId(Long customerId);
}