Exemple #1
0
 /// <summary>
 /// 根据拼音或者编号模糊搜索
 /// </summary>
 /// <param name="name">1拼音 2编号</param>
 /// <returns></returns>
 public List <ProductInfo> GetProductByProSpellOrProNum(int temp, string name)
 {
     return(dal.GetProductByProSpellOrProNum(temp, name));
 }