中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-18 23ac1885b29f3fb2a2edf72ac0eb77ce6960ae3b
1
2
3
4
5
6
7
8
package com.zy.crm.manager.service;
 
import com.zy.crm.manager.entity.PlanNeed;
import com.baomidou.mybatisplus.service.IService;
 
public interface PlanNeedService extends IService<PlanNeed> {
 
}