公告板
版本库
filestore
活动
搜索
登录
白宗昊
/
jiangxi_air
江西空管集成考试系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目开始
baizonghao
2023-06-12
736564f728b4a12de70207192523fc8b27d09a6c
[~bzh/jiangxi_air.git]
/
src
/
main
/
java
/
com
/
mindskip
/
xzs
/
repository
/
TextContentMapper.java
1
2
3
4
5
6
7
8
9
package com.mindskip.xzs.repository;
import com.mindskip.xzs.domain.TextContent;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TextContentMapper extends BaseMapper<TextContent> {
}