package com.ltkj.hosp.mapper; import com.ltkj.hosp.domain.ApiConfig; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author w * @description 针对表【api_config(三方请求API管理表)】的数据库操作Mapper * @createDate 2024-09-18 09:35:47 * @Entity com.ltkj.hosp.domain.ApiConfig */ public interface ApiConfigMapper extends BaseMapper { }