大屏项目初始化
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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> {
|
||||
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import com.mini.mybigscreen.biz.domain.HomeModule;
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2026-02-27
|
||||
* @since 2026-03-07
|
||||
*/
|
||||
public interface HomeModuleMapper extends MPJBaseMapper<HomeModule> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user