package com.ltkj.hosp.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ltkj.hosp.domain.HisApiConfig; import com.ltkj.hosp.service.HisApiConfigService; import com.ltkj.hosp.mapper.HisApiConfigMapper; import org.springframework.stereotype.Service; /** * @author chacca * @description 针对表【his_api_config(his请求API管理表)】的数据库操作Service实现 * @createDate 2024-06-12 16:42:31 */ @Service public class HisApiConfigServiceImpl extends ServiceImpl implements HisApiConfigService{ }