示例#1
0
 public DataSet getCommodityListById(int id)
 {
     return(dal.getCommodityListById(id));
 }