⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 archivesx.cs

📁 小型ERP系统源码,修改版本
💻 CS
字号:
using System;
namespace DLOA.Model
{
	/// <summary>
	/// 实体类ArchivesX 。(属性说明自动提取数据库字段的描述信息)
	/// </summary>
	public class ArchivesX
	{
		public ArchivesX()
		{}
		#region Model
		private int _id;
		private string _name;
		private string _keyword;
		private int _type;
		private int _confidential;
		private int _urgentdegree;
		private string _condition;
		private string _content;
		private int _drafter;
		private int _verification;
		private DateTime _draftdate;
		private string _edition;
		private DateTime _finallyrevises;
		private string _note;
        private string _DocNo;

        public string DocNo
        {
            get
            {
                return this._DocNo;
            }
            set
            {
                this._DocNo = value;
            }
        }
		/// <summary>
		/// 
		/// </summary>
		public int id
		{
		set{ _id=value;}
		get{return _id;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string name
		{
		set{ _name=value;}
		get{return _name;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string keyword
		{
		set{ _keyword=value;}
		get{return _keyword;}
		}
		/// <summary>
		/// 
		/// </summary>
		public int type
		{
		set{ _type=value;}
		get{return _type;}
		}
		/// <summary>
		/// 
		/// </summary>
		public int confidential
		{
		set{ _confidential=value;}
		get{return _confidential;}
		}
		/// <summary>
		/// 
		/// </summary>
		public int urgentDegree
		{
		set{ _urgentdegree=value;}
		get{return _urgentdegree;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string condition
		{
		set{ _condition=value;}
		get{return _condition;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string content
		{
		set{ _content=value;}
		get{return _content;}
		}
		/// <summary>
		/// 
		/// </summary>
		public int drafter
		{
		set{ _drafter=value;}
		get{return _drafter;}
		}
		/// <summary>
		/// 
		/// </summary>
		public int verification
		{
		set{ _verification=value;}
		get{return _verification;}
		}
		/// <summary>
		/// 
		/// </summary>
		public DateTime draftDate
		{
		set{ _draftdate=value;}
		get{return _draftdate;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string edition
		{
		set{ _edition=value;}
		get{return _edition;}
		}
		/// <summary>
		/// 
		/// </summary>
		public DateTime finallyRevises
		{
		set{ _finallyrevises=value;}
		get{return _finallyrevises;}
		}
		/// <summary>
		/// 
		/// </summary>
		public string note
		{
		set{ _note=value;}
		get{return _note;}
		}
		#endregion Model

	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -