示例#1
0
 public DataTable GetProductList(string shelfID)
 {
     return(objDAL.GetProductList(shelfID));
 }