首页>代码>java开发网上书店项目>/ShoppingBooks20090731/ShoppingBook10_1/src/com/lovo/cq/shopping10_1/dao/AdminOrderDao.java
package com.lovo.cq.shopping10_1.dao;
import java.util.List;
import com.lovo.cq.shopping10_1.po.Order;
import com.lovo.cq.shopping10_1.po.OrderFreezePager;
import com.lovo.cq.shopping10_1.po.OrderNotSendPager;
import com.lovo.cq.shopping10_1.po.OrderPager;
import com.lovo.cq.shopping10_1.po.OrderSendPager;
public interface AdminOrderDao {
public List getAllOrder();
public Order getOneOrder(int id);
public List getNotSendOrder(int flag);
public List getSendOrder(int flag);
public boolean SendOrder(int[] orderids);
public OrderPager getOrderPager(int index, int pageSize);
public OrderSendPager getOrderSendPager(int index,int pageSize);
public boolean deleteOrder(int[] ids);
public OrderNotSendPager getOrderNotSendPager(int index,int pageSize);
public OrderFreezePager getOrderFreezePager(int index,int pageSize);
public boolean freezeOrder(int[] orderids);
}
最近下载更多
123wwwghh LV2
2024年9月18日
gm629344 LV1
2024年6月19日
微信网友_7020152908451840 LV1
2024年6月2日
linmooo LV3
2024年5月25日
xinru yan LV1
2024年5月19日
微信网友_6943357946957824 LV1
2024年5月12日
why135138 LV1
2024年4月29日
768881787 LV7
2023年12月4日
llll66 LV1
2023年10月18日
hooligans123 LV1
2023年9月21日
最近浏览更多
徐长风 LV2
4月27日
微信网友_7461641148715008
4月10日
暂无贡献等级
wwwrsac
2024年12月21日
暂无贡献等级
mm1242 LV1
2024年12月19日
蛋煎蟹
2024年12月17日
暂无贡献等级
19880416
2024年12月16日
暂无贡献等级
klllllllllllllllllll
2024年12月10日
暂无贡献等级
韩同学
2024年11月23日
暂无贡献等级
微信网友_6786215447367680 LV5
2024年10月11日
123wwwghh LV2
2024年9月18日

