コード例 #1
0
 /// <summary>
 /// 更新一条数据
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 public bool UpdateDeliveryTime(MYDZ.Entity.Goods.DeliveryTime model)
 {
     return(SetDeliveryTime.UpdateDeliveryTime(model));
 }
コード例 #2
0
 /// <summary>
 /// 增加一条数据
 /// </summary>
 /// <param name="model"></param>
 /// <returns></returns>
 public int AddDeliveryTime(MYDZ.Entity.Goods.DeliveryTime model)
 {
     return(SetDeliveryTime.AddDeliveryTime(model));
 }