📄 oa_document_send_receiverecorditem.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 + -