コード例 #1
0
ファイル: BuyerexportBLL.cs プロジェクト: fubendong/--CTCRM
 //获取导出语句
 public static string GetExportSql(string sellerId)
 {
     return(BuyerexportDAL.GetExportSql(sellerId));
 }