仪表盘
版本库
文件存储
活动
搜索
登录
main
/
ledger-spring
守法自助服务后台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
2022.10.21 1.环境守法小程序后台功能首发版本完成
feiyu02
2022-10-21
f22c4b9230808fed4fec80c435eccb4c833349a0
[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>