大屏项目初始化

This commit is contained in:
2026-02-24 23:26:41 +08:00
commit 412e2ac1f7
236 changed files with 5907 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.mini.mybigscreen.biz.mapper;
import com.mini.mybigscreen.biz.domain.ItemInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 业务项目信息表 Mapper 接口
* </p>
*
* @author gaoxq
* @since 2026-02-24
*/
public interface ItemInfoMapper extends BaseMapper<ItemInfo> {
}