liu
2 天以前 dd69dd49c98e2d8fdd9b1c77e97923bde0d57b57
yudao-module-crm-api/src/main/java/cn/iocoder/yudao/module/crm/api/customer/CrmCustomerApi.java
@@ -56,4 +56,13 @@
     */
    List<Long> getPermittedCustomerIds();
    /**
     * 获得客户简单列表(编号 + 名称)
     *
     * 用于其它模块(如 ERP 销售订单导入)按客户名称匹配客户编号
     *
     * @return 客户简单列表
     */
    List<CrmCustomerRespDTO> getCustomerSimpleList();
}