| | |
| | | import com.slcf.bean.WaitPakOutLogCondition; |
| | | import com.slcf.pojo.WaitPakOutLogBean; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | /** |
| | | * 出库通知历史档接口 |
| | | * @author admin |
| | |
| | | //查询所有 |
| | | //public List<WaitPakOutBean> queryWaitPakOutList(int spage,int epage); |
| | | public Map<String,Object> queryWaitPakOutLogList(WaitPakOutLogCondition WaitPakOutLogCon); |
| | | |
| | | |
| | | /** |
| | | * 查询所有信息 |
| | | * @return |
| | | */ |
| | | public List<WaitPakOutLogBean> getWaitPakOutLogList(); |
| | | |
| | | |
| | | //导出excel |
| | | public void ExportWaitPakOutLogList(WaitPakOutLogCondition condition, HttpServletResponse response); |
| | | |
| | | } |