中扬CRM客户关系管理系统
#
LSH
2023-11-07 609591f8e300dda2bde32aa3c3990e540afcdb3c
src/main/java/com/zy/crm/manager/service/CstmrFollService.java
@@ -6,5 +6,5 @@
import java.util.List;
public interface CstmrFollService extends IService<CstmrFoll> {
    List<Integer> selectCstmrIdUserId(Integer cstmrIds);
    List<CstmrFoll> selectCstmrIdUserId(Integer cstmrIds);
}