中扬CRM客户关系管理系统
#
LSH
2023-11-07 3740a5aca02714f0786b88e09de92340e6bf617d
1
2
3
4
5
6
7
8
package com.zy.crm.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.crm.system.entity.Config;
 
public interface ConfigService extends IService<Config> {
 
}