⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icodedao.java

📁 struts+spring+hibernate自创框架
💻 JAVA
字号:
/*
 * JCatalog Project
 */
package com.pegasus.framework.sys.dao;

import com.pegasus.framework.dao.IBasicDAO;


/**
 * The user DAO interface.
 * <p>
 * This class contains user management related data access logic.
 * 
 * @author tommy.chong
 */
public interface ICodeDAO extends IBasicDAO{

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -