Ejemplo n.º 1
0
 //获取全部申请的记录
 public static DataTable GetBuyerExportAll(string sellerId)
 {
     return(BuyerexportDAL.GetBuyerExportAll(sellerId));
 }