公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master'
admin
2019-01-28
f7ed4e6bbe9be95d268481e66d70d90e70e07e12
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dao
/
WxDownDao.java
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.dao;
import org.springframework.stereotype.Repository;
import com.yeshi.fanli.entity.bus.user.WxDown;
@Repository
public class WxDownDao extends BaseDao<WxDown> {
}