package com.qianwen.smartman.modules.system.service.impl; import com.qianwen.core.mp.base.BaseServiceImpl; import com.qianwen.smartman.modules.system.entity.InterfaceConfig; import com.qianwen.smartman.modules.system.mapper.InterfaceConfigMapper; import com.qianwen.smartman.modules.system.service.IInterfaceConfigService; import org.springframework.stereotype.Service; @Service public class InterfaceConfigServiceImpl extends BaseServiceImpl implements IInterfaceConfigService { }