公告板
版本库
filestore
活动
搜索
登录
main
/
mugua-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'完善'
admin
2021-02-06
e2c6372f29ae0a93d9f672ffad4613581ba3e201
[mugua-server.git]
/
.svn
/
pristine
/
e4
/
e44e1f85c58f1e45e0932131bbb802eeef63620e.svn-base
1
2
3
4
5
6
7
8
9
package com.newvideo.dao;
import org.springframework.stereotype.Repository;
import com.newvideo.domain.ad.CommonAdStatistics;
@Repository
public class CommonAdStatisticsDao extends BaseDao<CommonAdStatistics> {
}