初始化
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.ifish.dao;
|
||||
|
||||
import com.ifish.entity.InformationStats;
|
||||
|
||||
/**
|
||||
* 资讯数据统计
|
||||
* @author Administrator
|
||||
*
|
||||
*/
|
||||
public interface InformationStatsDao extends BaseDao<InformationStats, Integer> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user