大屏项目初始化

This commit is contained in:
2026-03-08 13:05:57 +08:00
parent a052721622
commit f14cde0287
19 changed files with 329 additions and 357 deletions

View File

@@ -1,16 +0,0 @@
package com.mini.mybigscreen.biz.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.mini.mybigscreen.biz.domain.HomeModuleGroup;
/**
* <p>
* Mapper 接口
* </p>
*
* @author gaoxq
* @since 2026-03-07
*/
public interface HomeModuleGroupMapper extends MPJBaseMapper<HomeModuleGroup> {
}

View File

@@ -2,14 +2,13 @@ package com.mini.mybigscreen.biz.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.mini.mybigscreen.biz.domain.HomeUser;
/**
* <p>
* Mapper 接口
* </p>
*
* @author gaoxq
* @since 2026-02-28
* @since 2026-03-07
*/
public interface HomeUserMapper extends MPJBaseMapper<HomeUser> {