公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
后台推送版本控制优化
yujian
2019-03-15
ed035efe19e7f247717afa8448998fd2c8a9eefa
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dao
/
mybatis
/
push
/
PushRecordMapper.java
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis.push;
import com.yeshi.fanli.dao.BaseMapper;
import com.yeshi.fanli.entity.xinge.PushRecord;
public interface PushRecordMapper extends BaseMapper<PushRecord>{
}