package com.jsh.dao.materials; import com.jsh.base.BaseIDAO; import com.jsh.model.po.AccountItem; public interface AccountItemIDAO extends BaseIDAO { }