中扬CRM客户关系管理系统
LSH
2023-08-23 7b6b97e96af70ea41b86aa7f1e9a134fbef9c8fb
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> {
 
}