| | |
| | | package org.ruoyi.mapper; |
| | | |
| | | import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; |
| | | import org.ruoyi.domain.ChatAppStore; |
| | | import org.ruoyi.domain.vo.ChatAppStoreVo; |
| | | |
| | | import org.ruoyi.domain.ChatAppStore; |
| | | import org.ruoyi.system.domain.vo.ChatAppStoreVo; |
| | | import org.ruoyi.common.mybatis.core.mapper.BaseMapperPlus; |
| | | |
| | | /** |
| | | * 应用市场Mapper接口 |
| | | * 应用商店Mapper接口 |
| | | * |
| | | * @author Lion Li |
| | | * @date 2024-03-19 |
| | | * @author ageerle |
| | | * @date 2025-04-08 |
| | | */ |
| | | public interface ChatAppStoreMapper extends BaseMapperPlus<ChatAppStore, ChatAppStoreVo> { |
| | | |