Pu Zhibing
2024-11-06 e9d4746af2164d4dbff94bd7736b28072b44fc57
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> {
}