ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/SysDictDataMapper.java
New file @@ -0,0 +1,17 @@ package com.ruoyi.other.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.other.api.domain.SysDictData; /** * <p> * Mapper 接口 * </p> * * @author 无关风月 * @since 2024-08-06 */ public interface SysDictDataMapper extends BaseMapper<SysDictData> { }