摘要:
1、首先定义简单的实体类:View Code using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace GenerateBaseDataWeb{ public class ClsServiceDrp { private string id; public string Id { get { return id; } set { id = value; } } private string name; public string Name { get { return na 阅读全文
posted @ 2011-03-09 08:59
麻大痴
阅读(425)
评论(0)
推荐(0)
浙公网安备 33010602011771号