liulin
2024-12-02 6fd24239bb78618b66184804febd849e70337839
1
2
3
4
5
6
7
8
9
10
package com.lunhan.xxx.repository.mapper;
 
import com.lunhan.xxx.repository.BasicMapper;import com.lunhan.xxx.repository.po.SysDictDataPO;
 
/**
 * 字典数据 mapper
 * @author lin.liu
 */
public interface SysDictDataMapper extends BasicMapper<SysDictDataPO> {
}