同步框架更新

This commit is contained in:
yaoyn
2025-02-15 17:05:09 +08:00
parent 29b5c68564
commit 9b7d27a2b4
141 changed files with 585 additions and 133 deletions

View File

@ -1,18 +0,0 @@
package com.xjrsoft.bi.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.bi.entity.Project;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 项目表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-11-06
*/
@Mapper
public interface ProjectMapper extends MPJBaseMapper<Project> {
}