示例#1
0
 /// <summary>
 /// 获取有效换购商品
 /// </summary>
 /// <param name="storeID"></param>
 /// <returns></returns>
 public List <GoodsGrantExt> GetValidExchangePrice(int storeID)
 {
     return(GoodsDAL.GetValidExchangePrice(storeID));
 }