package com.iotechn.unimall.data.mapper.unimall; import com.iotechn.unimall.data.domain.unimall.CardClassifyInfo; import com.baomidou.mybatisplus.mapper.BaseMapper; /** * 名片分类Mapper接口 * * @author jlb * @date 2023-04-10 */ public interface CardClassifyInfoMapper extends BaseMapper{ }