예제 #1
0
 /// <summary>
 /// 添加返利日志
 /// </summary>
 /// <param name="model">The model.</param>
 /// <returns>System.Int32.</returns>
 public int AddRebateLog(RebateLogModel model)
 {
     return(dal.AddRebateLog(model));
 }