Exemplo n.º 1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 public bool Updates(FMS_Model.fms_refund_bill model)
 {
     return(dal.Updates(model));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 审核
 /// </summary>
 public bool updateStatus(FMS_Model.fms_refund_bill model, string idList)
 {
     return(dal.updateStatus(model, idList));
 }
Exemplo n.º 3
0
 /// <summary>
 /// 付款
 /// </summary>
 public bool pay_kuan(FMS_Model.fms_refund_bill model, string idList)
 {
     return(dal.pay_kuan(model, idList));
 }
Exemplo n.º 4
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 public bool Add(FMS_Model.fms_refund_bill model)
 {
     return(dal.Add(model));
 }