- package com.iotechn.unimall.data.mapper;
- import com.iotechn.unimall.data.domain.DishClassifyInfo;
- import com.baomidou.mybatisplus.mapper.BaseMapper;
- /**
- * 菜品分类Mapper接口
- *
- * @author jlb
- * @date 2023-05-26
- */
- public interface DishClassifyInfoMapper extends BaseMapper<DishClassifyInfo>{
- }
|