oa_car_applyitem.java
来自「java开发的办公系统 1.系统管理 (地区管理,部门管理,菜单管理,用户管理」· Java 代码 · 共 427 行
JAVA
427 行
package com.vere.oa.car.item; import java.io.*; import com.vere.manager.item.*; public class Oa_car_applyItem implements Serializable { private String id;// private String user_car_type;//用车类型 private String car_id;//车辆编号 private String car_no;//车牌号 private String user_user;//用车用户 private String user_name;//用车人 private String start_date;//开始日期 private String start_time;//开始时间 private String end_date;//结束日期 private String end_time;//结束时间 private String user_cause;//用车事由 private String course;//行车里程 private String dispatch_departmentid;//派车部门编号 private String dispatch_department;//派车部门 private String dispatch_user;//派车用户 private String dispatch_name;//派车人 private String dispatch_date;//派车日期 private String dispatch_time;//派车时间 private String apply_user;//申请用户 private String apply_name;//申请人 private String apply_date;//申请日期 private String status_id;//状态编号 private Oa_dictionaryItem dictionaryItem; public Oa_car_applyItem() { } /** * @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 getUser_car_type() { if(this.user_car_type==null) this.user_car_type=""; return this.user_car_type; } /** * @see 用车类型 */ public void setUser_car_type(String user_car_type) { this.user_car_type=user_car_type; } /** * @see 车辆编号 */ public String getCar_id() { if(this.car_id==null) this.car_id=""; return this.car_id; } /** * @see 车辆编号 */ public void setCar_id(String car_id) { this.car_id=car_id; } /** * @see 车牌号 */ public String getCar_no() { if(this.car_no==null) this.car_no=""; return this.car_no; } /** * @see 车牌号 */ public void setCar_no(String car_no) { this.car_no=car_no; } /** * @see 用车用户 */ public String getUser_user() { if(this.user_user==null) this.user_user=""; return this.user_user; } /** * @see 用车用户 */ public void setUser_user(String user_user) { this.user_user=user_user; } /** * @see 用车人 */ public String getUser_name() { if(this.user_name==null) this.user_name=""; return this.user_name; } /** * @see 用车人 */ public void setUser_name(String user_name) { this.user_name=user_name; } /** * @see 开始日期 */ public String getStart_date() { if(this.start_date==null) this.start_date=""; return this.start_date; } /** * @see 开始日期 */ public void setStart_date(String start_date) { this.start_date=start_date; } /** * @see 开始时间 */ public String getStart_time() { if(this.start_time==null) this.start_time=""; return this.start_time; } /** * @see 开始时间 */ public void setStart_time(String start_time) { this.start_time=start_time; } /** * @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 getEnd_time() { if(this.end_time==null) this.end_time=""; return this.end_time; } /** * @see 结束时间 */ public void setEnd_time(String end_time) { this.end_time=end_time; } /** * @see 用车事由 */ public String getUser_cause() { if(this.user_cause==null) this.user_cause=""; return this.user_cause; } /** * @see 用车事由 */ public void setUser_cause(String user_cause) { this.user_cause=user_cause; } /** * @see 行车里程 */ public String getCourse() { if(this.course==null) this.course=""; return this.course; } /** * @see 行车里程 */ public void setCourse(String course) { this.course=course; } /** * @see 派车部门编号 */ public String getDispatch_departmentid() { if(this.dispatch_departmentid==null) this.dispatch_departmentid=""; return this.dispatch_departmentid; } /** * @see 派车部门编号 */ public void setDispatch_departmentid(String dispatch_departmentid) { this.dispatch_departmentid=dispatch_departmentid; } /** * @see 派车部门 */ public String getDispatch_department() { if(this.dispatch_department==null) this.dispatch_department=""; return this.dispatch_department; } /** * @see 派车部门 */ public void setDispatch_department(String dispatch_department) { this.dispatch_department=dispatch_department; } /** * @see 派车用户 */ public String getDispatch_user() { if(this.dispatch_user==null) this.dispatch_user=""; return this.dispatch_user; } /** * @see 派车用户 */ public void setDispatch_user(String dispatch_user) { this.dispatch_user=dispatch_user; } /** * @see 派车人 */ public String getDispatch_name() { if(this.dispatch_name==null) this.dispatch_name=""; return this.dispatch_name; } /** * @see 派车人 */ public void setDispatch_name(String dispatch_name) { this.dispatch_name=dispatch_name; } /** * @see 派车日期 */ public String getDispatch_date() { if(this.dispatch_date==null) this.dispatch_date=""; return this.dispatch_date; } /** * @see 派车日期 */ public void setDispatch_date(String dispatch_date) { this.dispatch_date=dispatch_date; } /** * @see 派车时间 */ public String getDispatch_time() { if(this.dispatch_time==null) this.dispatch_time=""; return this.dispatch_time; } /** * @see 派车时间 */ public void setDispatch_time(String dispatch_time) { this.dispatch_time=dispatch_time; } /** * @see 申请用户 */ public String getApply_user() { if(this.apply_user==null) this.apply_user=""; return this.apply_user; } /** * @see 申请用户 */ public void setApply_user(String apply_user) { this.apply_user=apply_user; } /** * @see 申请人 */ public String getApply_name() { if(this.apply_name==null) this.apply_name=""; return this.apply_name; } /** * @see 申请人 */ public void setApply_name(String apply_name) { this.apply_name=apply_name; } /** * @see 申请日期 */ public String getApply_date() { if(this.apply_date==null) this.apply_date=""; return this.apply_date; } /** * @see 申请日期 */ public void setApply_date(String apply_date) { this.apply_date=apply_date; } /** * @see 状态编号 */ public String getStatus_id() { if(this.status_id==null) this.status_id=""; return this.status_id; } /** * @see 状态编号 */ public void setStatus_id(String status_id) { this.status_id=status_id; } /** * @see 状态编号 */ public Oa_dictionaryItem getOa_dictionaryItem() { return this.dictionaryItem; } /** * @see 状态编号 */ public void setOa_dictionaryItem(Oa_dictionaryItem dictionaryItem) { this.dictionaryItem=dictionaryItem; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?