仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ledger-spring
守法自助服务后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
2022.11.15
feiyu02
2022-11-15
23bd719cebe5feeff4e48fde925b0b39755eea93
[ledger-spring.git]
/
src
/
main
/
kotlin
/
cn
/
flightfeather
/
supervision
/
domain
/
mapper
/
OnLineAnswerMapper.kt
1
2
3
4
5
6
7
package cn.flightfeather.supervision.domain.mapper
import cn.flightfeather.supervision.domain.entity.OnLineAnswer
import tk.mybatis.mapper.common.Mapper
@org.apache.ibatis.annotations.Mapper
interface OnLineAnswerMapper : Mapper<OnLineAnswer>