05 2012 档案

摘要:1.实例层View Code using System;using System.Collections.Generic;using System.Text;namespace OA.Entity{ public class user { private int _id; public int Id { get { return _id; } set { _id = value; } } private string _name; public strin... 阅读全文
posted @ 2012-05-03 16:44 yizongxing 阅读(199) 评论(0) 推荐(0)