中扬CRM客户关系管理系统
LSH
2024-03-29 1136a74bbbf8a57b017dca515a20098a97142f05
src/main/java/com/zy/crm/system/service/impl/ConfigServiceImpl.java
@@ -9,4 +9,8 @@
@Service("configService")
public class ConfigServiceImpl extends ServiceImpl<ConfigMapper, Config> implements ConfigService {
    @Override
    public Config selectConfigByCode(String code){
        return this.baseMapper.selectConfigByCode(code);
    };
}