示例#1
0
 public DataSet Select_SalesOrderDetail(string condition)
 {
     return(so.Select_SalesOrderDetail(condition));
 }