📄 equipmentapply.java
字号:
package com.yondor.oa.db.equipmentapply.dao;
import java.util.Date;
/**
* Equipmentapply generated by MyEclipse - Hibernate Tools
*/
public class Equipmentapply implements java.io.Serializable {
// Fields
private Long equipmentapplyid;
private Date applytime;
private String applycause;
private Date starttime;
private Date endtime;
private Long count;
private Long applyop;
private Long replyop;
private Long equipment;
private String ischeck;
private String isread;
// Constructors
/** default constructor */
public Equipmentapply() {
}
/** full constructor */
public Equipmentapply(Date applytime, String applycause, Date starttime, Date endtime, Long count, Long applyop, Long replyop, Long equipment, String ischeck, String isread) {
this.applytime = applytime;
this.applycause = applycause;
this.starttime = starttime;
this.endtime = endtime;
this.count = count;
this.applyop = applyop;
this.replyop = replyop;
this.equipment = equipment;
this.ischeck = ischeck;
this.isread = isread;
}
// Property accessors
public Long getEquipmentapplyid() {
return this.equipmentapplyid;
}
public void setEquipmentapplyid(Long equipmentapplyid) {
this.equipmentapplyid = equipmentapplyid;
}
public Date getApplytime() {
return this.applytime;
}
public void setApplytime(Date applytime) {
this.applytime = applytime;
}
public String getApplycause() {
return this.applycause;
}
public void setApplycause(String applycause) {
this.applycause = applycause;
}
public Date getStarttime() {
return this.starttime;
}
public void setStarttime(Date starttime) {
this.starttime = starttime;
}
public Date getEndtime() {
return this.endtime;
}
public void setEndtime(Date endtime) {
this.endtime = endtime;
}
public Long getCount() {
return this.count;
}
public void setCount(Long count) {
this.count = count;
}
public Long getApplyop() {
return this.applyop;
}
public void setApplyop(Long applyop) {
this.applyop = applyop;
}
public Long getReplyop() {
return this.replyop;
}
public void setReplyop(Long replyop) {
this.replyop = replyop;
}
public Long getEquipment() {
return this.equipment;
}
public void setEquipment(Long equipment) {
this.equipment = equipment;
}
public String getIscheck() {
return this.ischeck;
}
public void setIscheck(String ischeck) {
this.ischeck = ischeck;
}
public String getIsread() {
return this.isread;
}
public void setIsread(String isread) {
this.isread = isread;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -