예제 #1
0
 //添加账单
 public int AddBill(string customer_id)
 {
     Model.Model model = new Model.Model();
     int affected = model.addBillInfor(customer_id);
     return affected;
 }