dashboard
repositories
filestore
activity
search
login
main
/
xc-video
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix video add no complete
wzy
2021-12-15
9cb9637f10c527da0a60f778323b5dd14314bcef
[xc-video.git]
/
src
/
main
/
resources
/
mapper
/
video
/
VideoMasterInfoMapper.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cc.mrbird.febs.video.mapper.VideoMasterInfoMapper">
<select id="selectInPage" resultType="cc.mrbird.febs.video.entity.VideoMasterInfoEntity">
</select>
</mapper>