2012年9月7日
摘要: 1 //附件实体类 2 class Document 3 { 4 public string MingCheng { get; set; } 5 public string Count { get; set; } 6 7 8 9 10 11 public byte[] Filebyte { get; set; }12 }13 14 15 16 //声明附件文件list,构造实体类17 List<Document> documents = n... 阅读全文
posted @ 2012-09-07 09:14 轨 阅读(374) 评论(0) 推荐(0) 编辑