From a12f9b3142bfe790c9f3586217be413ba35e2ffe Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 03 六月 2025 20:33:44 +0800 Subject: [PATCH] 视频主页-个人信息修改 --- framework/src/main/java/cn/lili/modules/lmk/mapper/VideoAccountMapper.java | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoAccountMapper.java b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoAccountMapper.java new file mode 100644 index 0000000..f9244cb --- /dev/null +++ b/framework/src/main/java/cn/lili/modules/lmk/mapper/VideoAccountMapper.java @@ -0,0 +1,21 @@ +package cn.lili.modules.lmk.mapper; + +import cn.lili.modules.lmk.domain.entity.VideoAccount; +import com.baomidou.mybatisplus.core.metadata.IPage; +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import cn.lili.modules.lmk.domain.vo.VideoAccountVO; +import java.util.List; +import org.apache.ibatis.annotations.Mapper; +import org.apache.ibatis.annotations.Param; + +/** + * 瑙嗛璐﹀彿淇℃伅 Mapper 鎺ュ彛 + * + * @author xp + * @since 2025-06-03 + */ +@Mapper +public interface VideoAccountMapper extends BaseMapper<VideoAccount> { + + +} -- Gitblit v1.8.0