puzhibing
2024-09-12 08564aa83ad1b664eff494e34b1fb73d009dde7c
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> {
}