Exemple #1
0
 //模糊查询
 public List <ProductInfo> GetProductByProNum(string proNum)
 {
     return(dal.GetProductByProNum(proNum));
 }