中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 12f1d0a1ff9edad139e5f06c3298a8349574da65
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> {
 
}