示例#1
0
 public DataTable GetShelf(string aisleID, string aisleTopID)
 {
     return(objDAL.GetShelf(aisleID, aisleTopID));
 }