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