Example #1
0
 //移除商品(退单)
 public static int RemoveConsumerDetails(int PTID)
 {
     return(ConsumerDetailsDAL.RemoveConsumerDetails(PTID));
 }