中扬CRM客户关系管理系统
whycq
2023-12-07 e9884ea275fa88f2a8558c045ef49b8480b2e237
1
2
3
4
5
6
7
8
package com.zy.crm.manager.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.crm.manager.entity.AllFoll;
 
public interface AllFollService extends IService<AllFoll> {
 
}