update
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
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>
|
||||
{
|
||||
|
||||
public interface AccountItemIDAO extends BaseIDAO<AccountItem> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user