xiaoyong931011
2023-10-24 95ddc08c4e62c00485b12b7909e32288de80a7b9
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> {
}