Пример #1
0
 /// <summary>
 /// 订单编辑-备注查看
 /// </summary>
 /// <param name="StoreOrderID"></param>
 /// <returns></returns>
 public static string GetDescription(string storeOrderID)
 {
     return(StoreOrderDAL.GetDescription(storeOrderID));
 }