升级代码结构,采用Maven来管理jar包(10)
This commit is contained in:
12
src/main/java/com/jsh/dao/materials/AccountItemIDAO.java
Normal file
12
src/main/java/com/jsh/dao/materials/AccountItemIDAO.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.jsh.dao.materials;
|
||||
|
||||
import com.jsh.base.BaseIDAO;
|
||||
import com.jsh.util.JshException;
|
||||
import com.jsh.model.po.AccountItem;
|
||||
import com.jsh.util.PageUtil;
|
||||
|
||||
public interface AccountItemIDAO extends BaseIDAO<AccountItem>
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user