Example #1
0
 //删除订单
 public bool DeleteOrderByOId(int orderId, int tableId)
 {
     return(oiDal.DeleteOrderById(orderId, tableId) > 0);
 }