Example #1
0
 public static int InsertPayInfo(int TableId, string OrderId, decimal Price, DateTime PayTime, string Remarks, bool IsPay)
 {
     return(OrderServer.InsertPayInfo(TableId, OrderId, Price, PayTime, Remarks, IsPay));
 }