摘要:
public GetQuotationbyIdJson GetQuotationbyId(string quotationid) { GetQuotationbyIdJson json = null; StringBuilder sqlstr = new StringBuilder(); ArrayList list=new ArrayList(); sqlstr.Append("select qp.SellerId,qp.QuotationId,qp.BookNo,q... 阅读全文
posted @ 2013-04-19 18:53
沙耶
阅读(444)
评论(0)
推荐(0)