710 lines
12 KiB
Plaintext
710 lines
12 KiB
Plaintext
package com.nationalelectric.greenH5.po;
|
|
|
|
import org.hibernate.validator.constraints.NotBlank;
|
|
import java.util.Date;
|
|
|
|
/**
|
|
* GreenApplyList
|
|
* @author dell
|
|
*/
|
|
//@Deprecated
|
|
public class GreenApplyList implements java.io.Serializable {
|
|
|
|
/**
|
|
* 序列化
|
|
*/
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
/**
|
|
*主键ID
|
|
*/
|
|
|
|
private Long id;
|
|
|
|
/**
|
|
*用户ID
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String userId;
|
|
|
|
/**
|
|
*申请事项详情ID
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private Long detailId;
|
|
|
|
/**
|
|
*申请类型 01餐券申请 02访客预约 03员工卡申请 04临
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String applyType;
|
|
|
|
/**
|
|
*申请类型名称
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String applyTypeName;
|
|
|
|
/**
|
|
*申请详情1
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String applyInfo1;
|
|
|
|
/**
|
|
*申请详情2
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String applyInfo2;
|
|
|
|
/**
|
|
*申请详情3
|
|
*/
|
|
|
|
private String applyInfo3;
|
|
|
|
/**
|
|
*申请详情4
|
|
*/
|
|
|
|
private String applyInfo4;
|
|
|
|
/**
|
|
*一级审批部门id
|
|
*/
|
|
|
|
private String firstApproval;
|
|
|
|
/**
|
|
*一级审批时间
|
|
*/
|
|
|
|
private String firstApproveTime;
|
|
|
|
/**
|
|
*一级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String firstStatus;
|
|
|
|
/**
|
|
*二级审批部门id
|
|
*/
|
|
|
|
private String secondApproval;
|
|
|
|
/**
|
|
*二级审批时间
|
|
*/
|
|
|
|
private String secondApproveTime;
|
|
|
|
/**
|
|
*二级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String secondStatus;
|
|
|
|
/**
|
|
*三级审批部门id
|
|
*/
|
|
|
|
private String thirdApproval;
|
|
|
|
/**
|
|
*三级审批时间
|
|
*/
|
|
|
|
private String thirdApproveTime;
|
|
|
|
/**
|
|
*三级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String thirdStatus;
|
|
|
|
/**
|
|
*四级审批部门id
|
|
*/
|
|
|
|
private String fourthApproval;
|
|
|
|
/**
|
|
*四级审批时间
|
|
*/
|
|
|
|
private String fourthApproveTime;
|
|
|
|
/**
|
|
*四级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String fourthStatus;
|
|
|
|
/**
|
|
*五级审批部门id
|
|
*/
|
|
|
|
private String fifthApproval;
|
|
|
|
/**
|
|
*五级审批时间
|
|
*/
|
|
|
|
private String fifthApproveTime;
|
|
|
|
/**
|
|
*五级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String fifthStatus;
|
|
|
|
/**
|
|
*六级审批部门id
|
|
*/
|
|
|
|
private String sixthApproval;
|
|
|
|
/**
|
|
*六级审批时间
|
|
*/
|
|
|
|
private String sixthApproveTime;
|
|
|
|
/**
|
|
*六级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String sixthStatus;
|
|
|
|
/**
|
|
*七级审批部门id
|
|
*/
|
|
|
|
private String seventhApproval;
|
|
|
|
/**
|
|
*七级审批时间
|
|
*/
|
|
|
|
private String seventhApproveTime;
|
|
|
|
/**
|
|
*七级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String seventhStatus;
|
|
|
|
/**
|
|
*八级审批部门id
|
|
*/
|
|
|
|
private String eighthApproval;
|
|
|
|
/**
|
|
*八级审批时间
|
|
*/
|
|
|
|
private String eighthApproveTime;
|
|
|
|
/**
|
|
*八级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String eighthStatus;
|
|
|
|
/**
|
|
*九级审批部门id
|
|
*/
|
|
|
|
private String ninthApproval;
|
|
|
|
/**
|
|
*九级审批时间
|
|
*/
|
|
|
|
private String ninthApproveTime;
|
|
|
|
/**
|
|
*九级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String ninthStatus;
|
|
|
|
/**
|
|
*十级审批部门id
|
|
*/
|
|
|
|
private String tenthApproval;
|
|
|
|
/**
|
|
*十级审批时间
|
|
*/
|
|
|
|
private String tenthApproveTime;
|
|
|
|
/**
|
|
*十级审批状态0未处理1同意2拒绝
|
|
*/
|
|
|
|
private String tenthStatus;
|
|
|
|
/**
|
|
*申请时间
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String applyTime;
|
|
|
|
/**
|
|
*评价状态 0未评价 1已评价
|
|
*/
|
|
|
|
private String commentStatus;
|
|
|
|
/**
|
|
*创建者
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String creator;
|
|
|
|
/**
|
|
*修改者
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String modifier;
|
|
|
|
/**
|
|
*创建时间
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private Date gmtCreated;
|
|
|
|
/**
|
|
*修改时间
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private Date gmtModified;
|
|
|
|
/**
|
|
*是否删除YN默认N
|
|
*/
|
|
@NotBlank(message="不能为空")
|
|
private String isDeleted;
|
|
/*
|
|
* 领导审批id
|
|
*/
|
|
private String leadId;
|
|
|
|
private String identityAuth;
|
|
|
|
private String currentStatus;
|
|
|
|
private String appointmentType;
|
|
|
|
|
|
|
|
public String getAppointmentType() {
|
|
return appointmentType;
|
|
}
|
|
|
|
public void setAppointmentType(String appointmentType) {
|
|
this.appointmentType = appointmentType;
|
|
}
|
|
|
|
public String getLeadId() {
|
|
return leadId;
|
|
}
|
|
|
|
public String getCurrentStatus() {
|
|
return currentStatus;
|
|
}
|
|
|
|
public void setCurrentStatus(String currentStatus) {
|
|
this.currentStatus = currentStatus;
|
|
}
|
|
|
|
public void setLeadId(String leadId) {
|
|
this.leadId = leadId;
|
|
}
|
|
|
|
public Long getId() {
|
|
return id;
|
|
}
|
|
|
|
public void setId(Long id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getUserId() {
|
|
return userId;
|
|
}
|
|
|
|
public void setUserId(String userId) {
|
|
this.userId = userId;
|
|
}
|
|
|
|
public Long getDetailId() {
|
|
return detailId;
|
|
}
|
|
|
|
public void setDetailId(Long detailId) {
|
|
this.detailId = detailId;
|
|
}
|
|
|
|
public String getApplyType() {
|
|
return applyType;
|
|
}
|
|
|
|
public void setApplyType(String applyType) {
|
|
this.applyType = applyType;
|
|
}
|
|
|
|
public String getApplyTypeName() {
|
|
return applyTypeName;
|
|
}
|
|
|
|
public void setApplyTypeName(String applyTypeName) {
|
|
this.applyTypeName = applyTypeName;
|
|
}
|
|
|
|
public String getApplyInfo1() {
|
|
return applyInfo1;
|
|
}
|
|
|
|
public void setApplyInfo1(String applyInfo1) {
|
|
this.applyInfo1 = applyInfo1;
|
|
}
|
|
|
|
public String getApplyInfo2() {
|
|
return applyInfo2;
|
|
}
|
|
|
|
public void setApplyInfo2(String applyInfo2) {
|
|
this.applyInfo2 = applyInfo2;
|
|
}
|
|
|
|
public String getApplyInfo3() {
|
|
return applyInfo3;
|
|
}
|
|
|
|
public void setApplyInfo3(String applyInfo3) {
|
|
this.applyInfo3 = applyInfo3;
|
|
}
|
|
|
|
public String getApplyInfo4() {
|
|
return applyInfo4;
|
|
}
|
|
|
|
public void setApplyInfo4(String applyInfo4) {
|
|
this.applyInfo4 = applyInfo4;
|
|
}
|
|
|
|
public String getFirstApproval() {
|
|
return firstApproval;
|
|
}
|
|
|
|
public void setFirstApproval(String firstApproval) {
|
|
this.firstApproval = firstApproval;
|
|
}
|
|
|
|
public String getFirstApproveTime() {
|
|
return firstApproveTime;
|
|
}
|
|
|
|
public void setFirstApproveTime(String firstApproveTime) {
|
|
this.firstApproveTime = firstApproveTime;
|
|
}
|
|
|
|
public String getFirstStatus() {
|
|
return firstStatus;
|
|
}
|
|
|
|
public void setFirstStatus(String firstStatus) {
|
|
this.firstStatus = firstStatus;
|
|
}
|
|
|
|
public String getSecondApproval() {
|
|
return secondApproval;
|
|
}
|
|
|
|
public void setSecondApproval(String secondApproval) {
|
|
this.secondApproval = secondApproval;
|
|
}
|
|
|
|
public String getSecondApproveTime() {
|
|
return secondApproveTime;
|
|
}
|
|
|
|
public void setSecondApproveTime(String secondApproveTime) {
|
|
this.secondApproveTime = secondApproveTime;
|
|
}
|
|
|
|
public String getSecondStatus() {
|
|
return secondStatus;
|
|
}
|
|
|
|
public void setSecondStatus(String secondStatus) {
|
|
this.secondStatus = secondStatus;
|
|
}
|
|
|
|
public String getThirdApproval() {
|
|
return thirdApproval;
|
|
}
|
|
|
|
public void setThirdApproval(String thirdApproval) {
|
|
this.thirdApproval = thirdApproval;
|
|
}
|
|
|
|
public String getThirdApproveTime() {
|
|
return thirdApproveTime;
|
|
}
|
|
|
|
public void setThirdApproveTime(String thirdApproveTime) {
|
|
this.thirdApproveTime = thirdApproveTime;
|
|
}
|
|
|
|
public String getThirdStatus() {
|
|
return thirdStatus;
|
|
}
|
|
|
|
public void setThirdStatus(String thirdStatus) {
|
|
this.thirdStatus = thirdStatus;
|
|
}
|
|
|
|
public String getFourthApproval() {
|
|
return fourthApproval;
|
|
}
|
|
|
|
public void setFourthApproval(String fourthApproval) {
|
|
this.fourthApproval = fourthApproval;
|
|
}
|
|
|
|
public String getFourthApproveTime() {
|
|
return fourthApproveTime;
|
|
}
|
|
|
|
public void setFourthApproveTime(String fourthApproveTime) {
|
|
this.fourthApproveTime = fourthApproveTime;
|
|
}
|
|
|
|
public String getFourthStatus() {
|
|
return fourthStatus;
|
|
}
|
|
|
|
public void setFourthStatus(String fourthStatus) {
|
|
this.fourthStatus = fourthStatus;
|
|
}
|
|
|
|
public String getFifthApproval() {
|
|
return fifthApproval;
|
|
}
|
|
|
|
public void setFifthApproval(String fifthApproval) {
|
|
this.fifthApproval = fifthApproval;
|
|
}
|
|
|
|
public String getFifthApproveTime() {
|
|
return fifthApproveTime;
|
|
}
|
|
|
|
public void setFifthApproveTime(String fifthApproveTime) {
|
|
this.fifthApproveTime = fifthApproveTime;
|
|
}
|
|
|
|
public String getFifthStatus() {
|
|
return fifthStatus;
|
|
}
|
|
|
|
public void setFifthStatus(String fifthStatus) {
|
|
this.fifthStatus = fifthStatus;
|
|
}
|
|
|
|
public String getSixthApproval() {
|
|
return sixthApproval;
|
|
}
|
|
|
|
public void setSixthApproval(String sixthApproval) {
|
|
this.sixthApproval = sixthApproval;
|
|
}
|
|
|
|
public String getSixthApproveTime() {
|
|
return sixthApproveTime;
|
|
}
|
|
|
|
public void setSixthApproveTime(String sixthApproveTime) {
|
|
this.sixthApproveTime = sixthApproveTime;
|
|
}
|
|
|
|
public String getSixthStatus() {
|
|
return sixthStatus;
|
|
}
|
|
|
|
public void setSixthStatus(String sixthStatus) {
|
|
this.sixthStatus = sixthStatus;
|
|
}
|
|
|
|
public String getSeventhApproval() {
|
|
return seventhApproval;
|
|
}
|
|
|
|
public void setSeventhApproval(String seventhApproval) {
|
|
this.seventhApproval = seventhApproval;
|
|
}
|
|
|
|
public String getSeventhApproveTime() {
|
|
return seventhApproveTime;
|
|
}
|
|
|
|
public void setSeventhApproveTime(String seventhApproveTime) {
|
|
this.seventhApproveTime = seventhApproveTime;
|
|
}
|
|
|
|
public String getSeventhStatus() {
|
|
return seventhStatus;
|
|
}
|
|
|
|
public void setSeventhStatus(String seventhStatus) {
|
|
this.seventhStatus = seventhStatus;
|
|
}
|
|
|
|
public String getEighthApproval() {
|
|
return eighthApproval;
|
|
}
|
|
|
|
public void setEighthApproval(String eighthApproval) {
|
|
this.eighthApproval = eighthApproval;
|
|
}
|
|
|
|
public String getEighthApproveTime() {
|
|
return eighthApproveTime;
|
|
}
|
|
|
|
public void setEighthApproveTime(String eighthApproveTime) {
|
|
this.eighthApproveTime = eighthApproveTime;
|
|
}
|
|
|
|
public String getEighthStatus() {
|
|
return eighthStatus;
|
|
}
|
|
|
|
public void setEighthStatus(String eighthStatus) {
|
|
this.eighthStatus = eighthStatus;
|
|
}
|
|
|
|
public String getNinthApproval() {
|
|
return ninthApproval;
|
|
}
|
|
|
|
public void setNinthApproval(String ninthApproval) {
|
|
this.ninthApproval = ninthApproval;
|
|
}
|
|
|
|
public String getNinthApproveTime() {
|
|
return ninthApproveTime;
|
|
}
|
|
|
|
public void setNinthApproveTime(String ninthApproveTime) {
|
|
this.ninthApproveTime = ninthApproveTime;
|
|
}
|
|
|
|
public String getNinthStatus() {
|
|
return ninthStatus;
|
|
}
|
|
|
|
public void setNinthStatus(String ninthStatus) {
|
|
this.ninthStatus = ninthStatus;
|
|
}
|
|
|
|
public String getTenthApproval() {
|
|
return tenthApproval;
|
|
}
|
|
|
|
public void setTenthApproval(String tenthApproval) {
|
|
this.tenthApproval = tenthApproval;
|
|
}
|
|
|
|
public String getTenthApproveTime() {
|
|
return tenthApproveTime;
|
|
}
|
|
|
|
public void setTenthApproveTime(String tenthApproveTime) {
|
|
this.tenthApproveTime = tenthApproveTime;
|
|
}
|
|
|
|
public String getTenthStatus() {
|
|
return tenthStatus;
|
|
}
|
|
|
|
public void setTenthStatus(String tenthStatus) {
|
|
this.tenthStatus = tenthStatus;
|
|
}
|
|
|
|
public String getApplyTime() {
|
|
return applyTime;
|
|
}
|
|
|
|
public void setApplyTime(String applyTime) {
|
|
this.applyTime = applyTime;
|
|
}
|
|
|
|
public String getCommentStatus() {
|
|
return commentStatus;
|
|
}
|
|
|
|
public void setCommentStatus(String commentStatus) {
|
|
this.commentStatus = commentStatus;
|
|
}
|
|
|
|
public String getCreator() {
|
|
return creator;
|
|
}
|
|
|
|
public void setCreator(String creator) {
|
|
this.creator = creator;
|
|
}
|
|
|
|
public String getModifier() {
|
|
return modifier;
|
|
}
|
|
|
|
public void setModifier(String modifier) {
|
|
this.modifier = modifier;
|
|
}
|
|
|
|
public Date getGmtCreated() {
|
|
return gmtCreated;
|
|
}
|
|
|
|
public void setGmtCreated(Date gmtCreated) {
|
|
this.gmtCreated = gmtCreated;
|
|
}
|
|
|
|
public Date getGmtModified() {
|
|
return gmtModified;
|
|
}
|
|
|
|
public void setGmtModified(Date gmtModified) {
|
|
this.gmtModified = gmtModified;
|
|
}
|
|
|
|
public String getIsDeleted() {
|
|
return isDeleted;
|
|
}
|
|
|
|
public void setIsDeleted(String isDeleted) {
|
|
this.isDeleted = isDeleted;
|
|
}
|
|
|
|
public String getIdentityAuth() {
|
|
return identityAuth;
|
|
}
|
|
|
|
public void setIdentityAuth(String identityAuth) {
|
|
this.identityAuth = identityAuth;
|
|
}
|
|
|
|
|
|
}
|