xiaoyong931011
2023-10-30 3156be749dfc93764850b27f7cc2b4514a3ae4d0
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.DataDictionary;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface DataDictionaryMapper extends BaseMapper<DataDictionary> {
}