📄 enent_record_transfering.java
字号:
package GDPE.customer.EnterpriseTransfering;
import levin.base.*;
import java.util.*;
public class EnEnt_Record_Transfering extends EnBase
{
/**编号 id**/
private int id;
/**企业编号 iEnterpriseId**/
private int iEnterpriseId;
/**企业名称 chEnterpriseName**/
private String chEnterpriseName="";
/**转移始工号 chFromUserId**/
private String chFromUserId="";
/**转移始姓名 chFromUserName**/
private String chFromUserName="";
/**转移终工号 chToUserId**/
private String chToUserId="";
/**转移终姓名 chToUserName**/
private String chToUserName="";
/**转移人工号 chTransferUserId**/
private String chTransferUserId;
/**转移人姓名 chTransferUserName**/
private String chTransferUserName="";
/**转移时间 dtTransferTime**/
private String dtTransferTime="";
/**服务开始时间 **/
private String dtTransferBeginTime="";
/**服务结束时间 **/
private String dtTransferEndTime="";
/**转移次数 e**/
private int chTimes=1;
private String chStation="";
private String chStationCode="";
private String chSeatCode="";
public EnEnt_Record_Transfering()
{
}
public void validCheck() throws Exception
{
}
public int getId()
{
return this.id;
}
public void setId(int id)
{
this.id=id;
}
public int getIEnterpriseId()
{
return this.iEnterpriseId;
}
public void setIEnterpriseId(int iEnterpriseId)
{
this.iEnterpriseId=iEnterpriseId;
}
public String getChEnterpriseName()
{
return this.chEnterpriseName;
}
public void setChEnterpriseName(String chEnterpriseName)
{
this.chEnterpriseName=chEnterpriseName;
}
public String getChFromUserId()
{
return this.chFromUserId;
}
public void setChFromUserId(String chFromUserId)
{
this.chFromUserId=chFromUserId;
}
public String getChFromUserName()
{
return this.chFromUserName;
}
public void setChFromUserName(String chFromUserName)
{
this.chFromUserName=chFromUserName;
}
public String getChToUserId()
{
return this.chToUserId;
}
public void setChToUserId(String chToUserId)
{
this.chToUserId=chToUserId;
}
public String getChToUserName()
{
return this.chToUserName;
}
public void setChToUserName(String chToUserName)
{
this.chToUserName=chToUserName;
}
public String getChTransferUserId()
{
return this.chTransferUserId;
}
public void setChTransferUserId(String chTransferUserId)
{
this.chTransferUserId=chTransferUserId;
}
public String getChTransferUserName()
{
return this.chTransferUserName;
}
public void setChTransferUserName(String chTransferUserName)
{
this.chTransferUserName=chTransferUserName;
}
public String getDtTransferTime()
{
return this.dtTransferTime;
}
public void setDtTransferTime(String dtTransferTime)
{
this.dtTransferTime=dtTransferTime;
}
public String getDtTransferBeginTime()
{
return this.dtTransferBeginTime;
}
public void setDtTransferBeginTime(String dtTransferBeginTime)
{
this.dtTransferBeginTime=dtTransferBeginTime;
}
public String getDtTransferEndTime()
{
return this.dtTransferEndTime;
}
public void setDtTransferEndTime(String dtTransferEndTime)
{
this.dtTransferEndTime=dtTransferEndTime;
}
public int getChTimes()
{
return this.chTimes;
}
public void setChTimes(int chTimes)
{
this.chTimes=chTimes;
}
public String getChSeatCode()
{
return this.chSeatCode;
}
public void setChSeatCode(String chSeatCode)
{
this.chSeatCode=chSeatCode;
}
public String getChStationCode()
{
return this.chStationCode;
}
public void setChStationCode(String chStationCode)
{
this.chStationCode=chStationCode;
}
public String getChStation()
{
return this.chStation;
}
public void setChStation(String chStation)
{
this.chStation=chStation;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -