初始化

This commit is contained in:
谢洪龙
2017-07-10 11:50:05 +08:00
commit 6a77ed9366
1119 changed files with 221014 additions and 0 deletions
@@ -0,0 +1,12 @@
package com.ifish.dao;
import com.ifish.entity.InformationStats;
/**
* 资讯数据统计
* @author Administrator
*
*/
public interface InformationStatsDao extends BaseDao<InformationStats, Integer> {
}