huminmin
4 天以前 5bbf6b97525dd92c81fe91447953e7819f8a4e18
yudao-module-crm/src/main/java/cn/iocoder/yudao/module/crm/service/contact/CrmContactService.java
@@ -19,7 +19,7 @@
/**
 * CRM 联系人 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface CrmContactService {
@@ -169,4 +169,12 @@
     */
    List<CrmContactDO> getContactListByCustomerIdOwnerUserId(Long customerId, Long ownerUserId);
    /**
     * 获得联系人列表,基于指定客户
     *
     * @param customerId 客户编号
     * @return 联系人列表
     */
    List<CrmContactDO> getContactListByCustomerId(Long customerId);
}