Ejemplo n.º 1
0
 //获取导出语句
 public static string GetExportSql(string sellerId)
 {
     return(BuyerexportDAL.GetExportSql(sellerId));
 }