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

📄 oa_document_send_receiverecorditem.java

📁 java开发的办公系统 1.系统管理 (地区管理,部门管理,菜单管理,用户管理,角色管理,权限) 2.工作流管理 (流程类别,流程) 3.字典管理 (国家,省份,城市,公共数据字典) 4.项目
💻 JAVA
字号:
package com.vere.oa.document.item;	import java.io.*;	public class Oa_document_send_receiverecordItem implements Serializable	{		private String id;//		private String workflow_id;//流程		private String document_send_id;//文件编号		private String receive_user;//接收用户		private String receive_name;//接收人		private String receiv_option;//接收意见		private String workflow_state_id;//流程状态编号		private String workflow_state_name;//流程状态		private String fileExt;//参考附件		public Oa_document_send_receiverecordItem()		{		}		/**		 * @see			 */		public String getId()		{			if(this.id==null)				this.id="";			return this.id;		}		/**		 * @see			 */		public void setId(String id)		{			this.id=id;		}		/**		 * @see	流程		 */		public String getWorkflow_id()		{			if(this.workflow_id==null)				this.workflow_id="";			return this.workflow_id;		}		/**		 * @see	流程		 */		public void setWorkflow_id(String workflow_id)		{			this.workflow_id=workflow_id;		}		/**		 * @see	文件编号		 */		public String getDocument_send_id()		{			if(this.document_send_id==null)				this.document_send_id="";			return this.document_send_id;		}		/**		 * @see	文件编号		 */		public void setDocument_send_id(String document_send_id)		{			this.document_send_id=document_send_id;		}		/**		 * @see	接收用户		 */		public String getReceive_user()		{			if(this.receive_user==null)				this.receive_user="";			return this.receive_user;		}		/**		 * @see	接收用户		 */		public void setReceive_user(String receive_user)		{			this.receive_user=receive_user;		}		/**		 * @see	接收人		 */		public String getReceive_name()		{			if(this.receive_name==null)				this.receive_name="";			return this.receive_name;		}		/**		 * @see	接收人		 */		public void setReceive_name(String receive_name)		{			this.receive_name=receive_name;		}		/**		 * @see	接收意见		 */		public String getReceiv_option()		{			if(this.receiv_option==null)				this.receiv_option="";			return this.receiv_option;		}		/**		 * @see	接收意见		 */		public void setReceiv_option(String receiv_option)		{			this.receiv_option=receiv_option;		}		/**		 * @see	流程状态编号		 */		public String getWorkflow_state_id()		{			if(this.workflow_state_id==null)				this.workflow_state_id="";			return this.workflow_state_id;		}		/**		 * @see	流程状态编号		 */		public void setWorkflow_state_id(String workflow_state_id)		{			this.workflow_state_id=workflow_state_id;		}		/**		 * @see	流程状态		 */		public String getWorkflow_state_name()		{			if(this.workflow_state_name==null)				this.workflow_state_name="";			return this.workflow_state_name;		}		/**		 * @see	流程状态		 */		public void setWorkflow_state_name(String workflow_state_name)		{			this.workflow_state_name=workflow_state_name;		}		/**		 * @see	参考附件		 */		public String getFileExt()		{			if(this.fileExt==null)				this.fileExt="";			return this.fileExt;		}		/**		 * @see	参考附件		 */		public void setFileExt(String fileExt)		{			this.fileExt=fileExt;		}}

⌨️ 快捷键说明

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