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...
阅读全文
浙公网安备 33010602011771号