//插入SqlString public static int InsertBuyer_ExportSql(string sellerId, string sqlString) { return(BuyerexportDAL.InsertBuyer_ExportSql(sellerId, sqlString)); }
//获取导出语句 public static string GetExportSql(string sellerId) { return(BuyerexportDAL.GetExportSql(sellerId)); }
//获取全部申请的记录 public static DataTable GetBuyerExportAll(string sellerId) { return(BuyerexportDAL.GetBuyerExportAll(sellerId)); }