finacial_projectitem.java
来自「java开发的办公系统 1.系统管理 (地区管理,部门管理,菜单管理,用户管理」· Java 代码 · 共 769 行
JAVA
769 行
package com.vere.finacial.item; import java.io.*; public class Finacial_projectItem implements Serializable { private String id;// private String crm_project_info_id;// private String crm_customer_name;//客户名称 private String crm_project_name;//项目名称 private String crm_customer_id;// private String crm_customer_contact_id;// private String crm_customer_contact_name;//客户联系人姓名 private String project_price;//合同金额 private String real_price;//实收款 private String duty;//几期付款 private String checkout_method;//收款方式 private String checkout_method_dictionaryname;//收款方式 private String sign_date;//签订日期 private String end_date;//项目结束日期 private String project_manager;//项目经理 private String memo;//备注 private String register_date;//登记日期 private String register_username;//登记用户 private String register_name;//登记人 private String register_department_id;//登记部门编号 private String register_department_nodepath;//登记部门路径 private String register_department;//登记部门 private String register_area_id;//登记地区编号 private String register_area_nodepath;//登记地区路径 private String register_area;//登记地区 private String send_people;//发送人 private String send_department;//发送部门 private String send_area;//发送地区 private String send_date;//发送日期 private String workflow_id;//流程 private String workflow_state_id;//流程状态编号 private String workflow_state_name;//流程状态 private String approval_type;//审批类型 private String appraisal_method;//评审方式 private String approval_user;//审批用户 private String approval_name;//审批人 private String approval_departmentid;//审批部门编号 private String approval_department;//审批部门 private String receive_user;//接收用户 private String receive_name;//接收人 private String func_id;//功能编号 private String state_type;//流程状态 public Finacial_projectItem() { } /** * @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 getCrm_project_info_id() { if(this.crm_project_info_id==null) this.crm_project_info_id=""; return this.crm_project_info_id; } /** * @see */ public void setCrm_project_info_id(String crm_project_info_id) { this.crm_project_info_id=crm_project_info_id; } /** * @see 客户名称 */ public String getCrm_customer_name() { if(this.crm_customer_name==null) this.crm_customer_name=""; return this.crm_customer_name; } /** * @see 客户名称 */ public void setCrm_customer_name(String crm_customer_name) { this.crm_customer_name=crm_customer_name; } /** * @see 项目名称 */ public String getCrm_project_name() { if(this.crm_project_name==null) this.crm_project_name=""; return this.crm_project_name; } /** * @see 项目名称 */ public void setCrm_project_name(String crm_project_name) { this.crm_project_name=crm_project_name; } /** * @see */ public String getCrm_customer_id() { if(this.crm_customer_id==null) this.crm_customer_id=""; return this.crm_customer_id; } /** * @see */ public void setCrm_customer_id(String crm_customer_id) { this.crm_customer_id=crm_customer_id; } /** * @see */ public String getCrm_customer_contact_id() { if(this.crm_customer_contact_id==null) this.crm_customer_contact_id=""; return this.crm_customer_contact_id; } /** * @see */ public void setCrm_customer_contact_id(String crm_customer_contact_id) { this.crm_customer_contact_id=crm_customer_contact_id; } /** * @see 客户联系人姓名 */ public String getCrm_customer_contact_name() { if(this.crm_customer_contact_name==null) this.crm_customer_contact_name=""; return this.crm_customer_contact_name; } /** * @see 客户联系人姓名 */ public void setCrm_customer_contact_name(String crm_customer_contact_name) { this.crm_customer_contact_name=crm_customer_contact_name; } /** * @see 合同金额 */ public String getProject_price() { if(this.project_price==null) this.project_price=""; return this.project_price; } /** * @see 合同金额 */ public void setProject_price(String project_price) { this.project_price=project_price; } /** * @see 实收款 */ public String getReal_price() { if(this.real_price==null) this.real_price=""; return this.real_price; } /** * @see 实收款 */ public void setReal_price(String real_price) { this.real_price=real_price; } /** * @see 几期付款 */ public String getDuty() { if(this.duty==null) this.duty=""; return this.duty; } /** * @see 几期付款 */ public void setDuty(String duty) { this.duty=duty; } /** * @see 收款方式 */ public String getCheckout_method() { if(this.checkout_method==null) this.checkout_method=""; return this.checkout_method; } /** * @see 收款方式 */ public void setCheckout_method(String checkout_method) { this.checkout_method=checkout_method; } /** * @see 收款方式 */ public String getCheckout_method_dictionaryname() { if(this.checkout_method_dictionaryname==null) this.checkout_method_dictionaryname=""; return this.checkout_method_dictionaryname; } /** * @see 收款方式 */ public void setCheckout_method_dictionaryname(String checkout_method_dictionaryname) { this.checkout_method_dictionaryname=checkout_method_dictionaryname; } /** * @see 签订日期 */ public String getSign_date() { if(this.sign_date==null) this.sign_date=""; return this.sign_date; } /** * @see 签订日期 */ public void setSign_date(String sign_date) { this.sign_date=sign_date; } /** * @see 项目结束日期 */ public String getEnd_date() { if(this.end_date==null) this.end_date=""; return this.end_date; } /** * @see 项目结束日期 */ public void setEnd_date(String end_date) { this.end_date=end_date; } /** * @see 项目经理 */ public String getProject_manager() { if(this.project_manager==null) this.project_manager=""; return this.project_manager; } /** * @see 项目经理 */ public void setProject_manager(String project_manager) { this.project_manager=project_manager; } /** * @see 备注 */ public String getMemo() { if(this.memo==null) this.memo=""; return this.memo; } /** * @see 备注 */ public void setMemo(String memo) { this.memo=memo; } /** * @see 登记日期 */ public String getRegister_date() { if(this.register_date==null) this.register_date=""; return this.register_date; } /** * @see 登记日期 */ public void setRegister_date(String register_date) { this.register_date=register_date; } /** * @see 登记用户 */ public String getRegister_username() { if(this.register_username==null) this.register_username=""; return this.register_username; } /** * @see 登记用户 */ public void setRegister_username(String register_username) { this.register_username=register_username; } /** * @see 登记人 */ public String getRegister_name() { if(this.register_name==null) this.register_name=""; return this.register_name; } /** * @see 登记人 */ public void setRegister_name(String register_name) { this.register_name=register_name; } /** * @see 登记部门编号 */ public String getRegister_department_id() { if(this.register_department_id==null) this.register_department_id=""; return this.register_department_id; } /** * @see 登记部门编号 */ public void setRegister_department_id(String register_department_id) { this.register_department_id=register_department_id; } /** * @see 登记部门路径 */ public String getRegister_department_nodepath() { if(this.register_department_nodepath==null) this.register_department_nodepath=""; return this.register_department_nodepath; } /** * @see 登记部门路径 */ public void setRegister_department_nodepath(String register_department_nodepath) { this.register_department_nodepath=register_department_nodepath; } /** * @see 登记部门 */ public String getRegister_department() { if(this.register_department==null) this.register_department=""; return this.register_department; } /** * @see 登记部门 */ public void setRegister_department(String register_department) { this.register_department=register_department; } /** * @see 登记地区编号 */ public String getRegister_area_id() { if(this.register_area_id==null) this.register_area_id=""; return this.register_area_id; } /** * @see 登记地区编号 */ public void setRegister_area_id(String register_area_id) { this.register_area_id=register_area_id; } /** * @see 登记地区路径 */ public String getRegister_area_nodepath() { if(this.register_area_nodepath==null) this.register_area_nodepath=""; return this.register_area_nodepath; } /** * @see 登记地区路径 */ public void setRegister_area_nodepath(String register_area_nodepath) { this.register_area_nodepath=register_area_nodepath; } /** * @see 登记地区 */ public String getRegister_area() { if(this.register_area==null) this.register_area=""; return this.register_area; } /** * @see 登记地区 */ public void setRegister_area(String register_area) { this.register_area=register_area; } /** * @see 发送人 */ public String getSend_people() { if(this.send_people==null) this.send_people=""; return this.send_people; } /** * @see 发送人 */ public void setSend_people(String send_people) { this.send_people=send_people; } /** * @see 发送部门 */ public String getSend_department() { if(this.send_department==null) this.send_department=""; return this.send_department; } /** * @see 发送部门 */ public void setSend_department(String send_department) { this.send_department=send_department; } /** * @see 发送地区 */ public String getSend_area() { if(this.send_area==null) this.send_area=""; return this.send_area; } /** * @see 发送地区 */ public void setSend_area(String send_area) { this.send_area=send_area; } /** * @see 发送日期 */ public String getSend_date() { if(this.send_date==null) this.send_date=""; return this.send_date; } /** * @see 发送日期 */ public void setSend_date(String send_date) { this.send_date=send_date; } /** * @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 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 getApproval_type() { if(this.approval_type==null) this.approval_type=""; return this.approval_type; } /** * @see 审批类型 */ public void setApproval_type(String approval_type) { this.approval_type=approval_type; } /** * @see 评审方式 */ public String getAppraisal_method() { if(this.appraisal_method==null) this.appraisal_method=""; return this.appraisal_method; } /** * @see 评审方式 */ public void setAppraisal_method(String appraisal_method) { this.appraisal_method=appraisal_method; } /** * @see 审批用户 */ public String getApproval_user() { if(this.approval_user==null) this.approval_user=""; return this.approval_user; } /** * @see 审批用户 */ public void setApproval_user(String approval_user) { this.approval_user=approval_user; } /** * @see 审批人 */ public String getApproval_name() { if(this.approval_name==null) this.approval_name=""; return this.approval_name; } /** * @see 审批人 */ public void setApproval_name(String approval_name) { this.approval_name=approval_name; } /** * @see 审批部门编号 */ public String getApproval_departmentid() { if(this.approval_departmentid==null) this.approval_departmentid=""; return this.approval_departmentid; } /** * @see 审批部门编号 */ public void setApproval_departmentid(String approval_departmentid) { this.approval_departmentid=approval_departmentid; } /** * @see 审批部门 */ public String getApproval_department() { if(this.approval_department==null) this.approval_department=""; return this.approval_department; } /** * @see 审批部门 */ public void setApproval_department(String approval_department) { this.approval_department=approval_department; } /** * @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 getFunc_id() { if(this.func_id==null) this.func_id=""; return this.func_id; } /** * @see 功能编号 */ public void setFunc_id(String func_id) { this.func_id=func_id; } /** * @see 流程状态 */ public String getState_type() { if(this.state_type==null) this.state_type=""; return this.state_type; } /** * @see 流程状态 */ public void setState_type(String state_type) { this.state_type=state_type; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?