同步框架更新
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
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> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user