大屏项目初始化

This commit is contained in:
2026-02-25 22:57:12 +08:00
parent 774ef69108
commit 8ce4adbab4
16 changed files with 1986 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.mini.mybigscreen.biz.mapper;
import com.mini.mybigscreen.biz.domain.HomeUser;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author gaoxq
* @since 2026-02-25
*/
public interface HomeUserMapper extends BaseMapper<HomeUser> {
}