package com.qianwen.smartman.modules.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.system.entity.GalleryItem; public interface GalleryItemMapper extends BaseMapper { }