大屏页面初始化
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package com.mini.mybigscreen.biz.mapper;
|
||||
|
||||
import com.github.yulichang.base.MPJBaseMapper;
|
||||
import com.mini.mybigscreen.biz.domain.HomeModule;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -11,6 +11,6 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* @author gaoxq
|
||||
* @since 2026-02-27
|
||||
*/
|
||||
public interface HomeModuleMapper extends BaseMapper<HomeModule> {
|
||||
public interface HomeModuleMapper extends MPJBaseMapper<HomeModule> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user