审查视图

src/main/java/com/thinkgem/jeesite/common/persistence/BaseDao.java 164 字节
Promise authored
1
/**
Promise authored
2
 * 
Promise authored
3 4 5 6 7 8 9 10 11 12 13
 */
package com.thinkgem.jeesite.common.persistence;

/**
 * DAO支持类实现
 * @author ThinkGem
 * @version 2014-05-16
 */
public interface BaseDao {

}