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