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