博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年5月21日

摘要: WebService中使用自定义类的解决方法 所谓自定义类,不知道我有没有表达清楚,这里指的就是petshop中的Model层实体类了。 比如以下代码:1usingSystem;2usingSystem.Collections;3usingSystem.Collections.Generic;4usingSystem.Text;56namespaceModel7{8[Serializable]9... 阅读全文

posted @ 2008-05-21 12:08 郭子 阅读(178) 评论(0) 推荐(0) 编辑