zelong.shao

dao|biz实体创建

Showing 32 changed files with 1441 additions and 3 deletions
package com.fedex.connect.common.dao.bi;
import com.fedex.connect.common.model.bi.PortclearEmailMapping;
import com.fedex.connect.common.model.bi.PortclearEmailMappingExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface PortclearEmailMappingMapper {
long countByExample(PortclearEmailMappingExample example);
int deleteByExample(PortclearEmailMappingExample example);
int deleteByPrimaryKey(Long id);
int insert(PortclearEmailMapping record);
int insertSelective(PortclearEmailMapping record);
List<PortclearEmailMapping> selectByExample(PortclearEmailMappingExample example);
PortclearEmailMapping selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PortclearEmailMapping record, @Param("example") PortclearEmailMappingExample example);
int updateByExample(@Param("record") PortclearEmailMapping record, @Param("example") PortclearEmailMappingExample example);
int updateByPrimaryKeySelective(PortclearEmailMapping record);
int updateByPrimaryKey(PortclearEmailMapping record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.Attachment;
import com.fedex.connect.common.model.biz.AttachmentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface AttachmentMapper {
long countByExample(AttachmentExample example);
int deleteByExample(AttachmentExample example);
int deleteByPrimaryKey(Long id);
int insert(Attachment record);
int insertSelective(Attachment record);
List<Attachment> selectByExample(AttachmentExample example);
Attachment selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") Attachment record, @Param("example") AttachmentExample example);
int updateByExample(@Param("record") Attachment record, @Param("example") AttachmentExample example);
int updateByPrimaryKeySelective(Attachment record);
int updateByPrimaryKey(Attachment record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.CeInfo;
import com.fedex.connect.common.model.biz.CeInfoExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CeInfoMapper {
long countByExample(CeInfoExample example);
int deleteByExample(CeInfoExample example);
int deleteByPrimaryKey(Long id);
int insert(CeInfo record);
int insertSelective(CeInfo record);
List<CeInfo> selectByExample(CeInfoExample example);
CeInfo selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CeInfo record, @Param("example") CeInfoExample example);
int updateByExample(@Param("record") CeInfo record, @Param("example") CeInfoExample example);
int updateByPrimaryKeySelective(CeInfo record);
int updateByPrimaryKey(CeInfo record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.Consignment;
import com.fedex.connect.common.model.biz.ConsignmentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface ConsignmentMapper {
long countByExample(ConsignmentExample example);
int deleteByExample(ConsignmentExample example);
int deleteByPrimaryKey(Long id);
int insert(Consignment record);
int insertSelective(Consignment record);
List<Consignment> selectByExample(ConsignmentExample example);
Consignment selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") Consignment record, @Param("example") ConsignmentExample example);
int updateByExample(@Param("record") Consignment record, @Param("example") ConsignmentExample example);
int updateByPrimaryKeySelective(Consignment record);
int updateByPrimaryKey(Consignment record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.Email;
import com.fedex.connect.common.model.biz.EmailExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface EmailMapper {
long countByExample(EmailExample example);
int deleteByExample(EmailExample example);
int deleteByPrimaryKey(Long id);
int insert(Email record);
int insertSelective(Email record);
List<Email> selectByExampleWithBLOBs(EmailExample example);
List<Email> selectByExample(EmailExample example);
Email selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") Email record, @Param("example") EmailExample example);
int updateByExampleWithBLOBs(@Param("record") Email record, @Param("example") EmailExample example);
int updateByExample(@Param("record") Email record, @Param("example") EmailExample example);
int updateByPrimaryKeySelective(Email record);
int updateByPrimaryKeyWithBLOBs(Email record);
int updateByPrimaryKey(Email record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.PushObDetail;
import com.fedex.connect.common.model.biz.PushObDetailExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PushObDetailMapper {
long countByExample(PushObDetailExample example);
int deleteByExample(PushObDetailExample example);
int deleteByPrimaryKey(Long id);
int insert(PushObDetail record);
int insertSelective(PushObDetail record);
List<PushObDetail> selectByExample(PushObDetailExample example);
PushObDetail selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PushObDetail record, @Param("example") PushObDetailExample example);
int updateByExample(@Param("record") PushObDetail record, @Param("example") PushObDetailExample example);
int updateByPrimaryKeySelective(PushObDetail record);
int updateByPrimaryKey(PushObDetail record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
import com.fedex.connect.common.model.biz.PushOb;
import com.fedex.connect.common.model.biz.PushObExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PushObMapper {
long countByExample(PushObExample example);
int deleteByExample(PushObExample example);
int deleteByPrimaryKey(Long id);
int insert(PushOb record);
int insertSelective(PushOb record);
List<PushOb> selectByExample(PushObExample example);
PushOb selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PushOb record, @Param("example") PushObExample example);
int updateByExample(@Param("record") PushOb record, @Param("example") PushObExample example);
int updateByPrimaryKeySelective(PushOb record);
int updateByPrimaryKey(PushOb record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.biz;
\ No newline at end of file
package com.fedex.connect.common.mapper.biz;
\ No newline at end of file
package com.fedex.connect.common.model.bi;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 口岸清关组邮箱mapping表
* TABLE: T_BI_PORTCLEAR_EMAIL_MAPPING
*/
public class PortclearEmailMapping implements Serializable {
/**
* ID,自动增长
*/
private Long id;
/**
* 口岸编码
*/
private String portCode;
/**
* 邮箱地址
*/
private String email;
/**
* 是否有效(1:有效[true]。0:无效[false]。)
*/
private Long status;
/**
* 创建时间
*/
private Date createTime;
/**
* 创建人ID,关联用户表ID
*/
private Long createUserId;
/**
* 创建人名称
*/
private String createUserName;
/**
* 修改时间
*/
private Date modifyTime;
/**
* 修改人ID,关联用户表ID
*/
private Long modifyUserId;
/**
* 修改人名称
*/
private String modifyUserName;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getPortCode() {
return portCode;
}
public void setPortCode(String portCode) {
this.portCode = portCode == null ? null : portCode.trim();
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email == null ? null : email.trim();
}
public Long getStatus() {
return status;
}
public void setStatus(Long status) {
this.status = status;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Long getCreateUserId() {
return createUserId;
}
public void setCreateUserId(Long createUserId) {
this.createUserId = createUserId;
}
public String getCreateUserName() {
return createUserName;
}
public void setCreateUserName(String createUserName) {
this.createUserName = createUserName == null ? null : createUserName.trim();
}
public Date getModifyTime() {
return modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getModifyUserId() {
return modifyUserId;
}
public void setModifyUserId(Long modifyUserId) {
this.modifyUserId = modifyUserId;
}
public String getModifyUserName() {
return modifyUserName;
}
public void setModifyUserName(String modifyUserName) {
this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", portCode=").append(portCode);
sb.append(", email=").append(email);
sb.append(", status=").append(status);
sb.append(", createTime=").append(createTime);
sb.append(", createUserId=").append(createUserId);
sb.append(", createUserName=").append(createUserName);
sb.append(", modifyTime=").append(modifyTime);
sb.append(", modifyUserId=").append(modifyUserId);
sb.append(", modifyUserName=").append(modifyUserName);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.fedex.connect.common.model.biz;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 附件表
* TABLE: T_BIZ_ATTACHMENT
*/
public class Attachment implements Serializable {
/**
* ID,自动增加
*/
private Long id;
/**
* 业务ID,目前该字段为运单表ID
*/
private Long bizId;
/**
* 业务类型ID。
关联数据字典表。指定字典目录CODE:ATTACHMENT_BIZ_TYPE
*/
private Long bizTypeId;
/**
* 业务类型名称(用户上传、系统生成)
*/
private String bizTypeName;
/**
* 用户上传文件名称
*/
private String sourceFileName;
/**
* 服务器文件名称
*/
private String fileName;
/**
* 服务器文件路径
*/
private String filePath;
/**
* 文件类型ID。关联数据字典表。指定字典目录CODE:ATTACHMENT_FILE_TYPE
*/
private Long fileTypeId;
/**
* 文件类型名称(压缩包、PDF)
*/
private String fileTypeName;
/**
* 状态(0:无效、1:有效)
*/
private Long status;
/**
* 创建时间
*/
private Date createTime;
/**
* 创建人ID,关联用户表ID
*/
private Long createUserId;
/**
* 创建人名称
*/
private String createUserName;
/**
* 修改时间
*/
private Date modifyTime;
/**
* 修改人ID,关联用户表ID
*/
private Long modifyUserId;
/**
* 修改人名称
*/
private String modifyUserName;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public Long getBizId() {
return bizId;
}
public void setBizId(Long bizId) {
this.bizId = bizId;
}
public Long getBizTypeId() {
return bizTypeId;
}
public void setBizTypeId(Long bizTypeId) {
this.bizTypeId = bizTypeId;
}
public String getBizTypeName() {
return bizTypeName;
}
public void setBizTypeName(String bizTypeName) {
this.bizTypeName = bizTypeName == null ? null : bizTypeName.trim();
}
public String getSourceFileName() {
return sourceFileName;
}
public void setSourceFileName(String sourceFileName) {
this.sourceFileName = sourceFileName == null ? null : sourceFileName.trim();
}
public String getFileName() {
return fileName;
}
public void setFileName(String fileName) {
this.fileName = fileName == null ? null : fileName.trim();
}
public String getFilePath() {
return filePath;
}
public void setFilePath(String filePath) {
this.filePath = filePath == null ? null : filePath.trim();
}
public Long getFileTypeId() {
return fileTypeId;
}
public void setFileTypeId(Long fileTypeId) {
this.fileTypeId = fileTypeId;
}
public String getFileTypeName() {
return fileTypeName;
}
public void setFileTypeName(String fileTypeName) {
this.fileTypeName = fileTypeName == null ? null : fileTypeName.trim();
}
public Long getStatus() {
return status;
}
public void setStatus(Long status) {
this.status = status;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Long getCreateUserId() {
return createUserId;
}
public void setCreateUserId(Long createUserId) {
this.createUserId = createUserId;
}
public String getCreateUserName() {
return createUserName;
}
public void setCreateUserName(String createUserName) {
this.createUserName = createUserName == null ? null : createUserName.trim();
}
public Date getModifyTime() {
return modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getModifyUserId() {
return modifyUserId;
}
public void setModifyUserId(Long modifyUserId) {
this.modifyUserId = modifyUserId;
}
public String getModifyUserName() {
return modifyUserName;
}
public void setModifyUserName(String modifyUserName) {
this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", bizId=").append(bizId);
sb.append(", bizTypeId=").append(bizTypeId);
sb.append(", bizTypeName=").append(bizTypeName);
sb.append(", sourceFileName=").append(sourceFileName);
sb.append(", fileName=").append(fileName);
sb.append(", filePath=").append(filePath);
sb.append(", fileTypeId=").append(fileTypeId);
sb.append(", fileTypeName=").append(fileTypeName);
sb.append(", status=").append(status);
sb.append(", createTime=").append(createTime);
sb.append(", createUserId=").append(createUserId);
sb.append(", createUserName=").append(createUserName);
sb.append(", modifyTime=").append(modifyTime);
sb.append(", modifyUserId=").append(modifyUserId);
sb.append(", modifyUserName=").append(modifyUserName);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.fedex.connect.common.model.biz;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 待发送邮件业务表
* TABLE: T_BIZ_EMAIL
*/
public class Email implements Serializable {
/**
* ID,主键自增
*/
private Long id;
/**
* 业务ID
*/
private Long bizId;
/**
* 业务编号(业务相关的编号:例如运单号)
*/
private String bizCode;
/**
* 收件人邮箱
*/
private String toAddress;
/**
* 抄送人邮箱
*/
private String ccAddress;
/**
* 邮件标题
*/
private String subject;
/**
* 邮件类型ID,关联数据字典表。指定字典目录CODE:EMAIL_TYPE
*/
private Long typeId;
/**
* 邮件类型名称
*/
private String typeName;
/**
* 邮件状态ID,关联数据字典表。指定字典目录CODE:EMAIL_STATUS
*/
private Long statusId;
/**
* 邮件状态名称
*/
private String statusName;
/**
* 发送次数(0-3次)
*/
private Long sendNum;
/**
* 邮件发送时间
*/
private Date sendTime;
/**
* 创建时间
*/
private Date createTime;
/**
* 创建人ID,关联用户表ID
*/
private Long createUserId;
/**
* 创建人名称
*/
private String createUserName;
/**
* 修改时间
*/
private Date modifyTime;
/**
* 修改人ID,关联用户表ID
*/
private Long modifyUserId;
/**
* 修改人名称
*/
private String modifyUserName;
/**
* 邮件内容
*/
private String body;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public Long getBizId() {
return bizId;
}
public void setBizId(Long bizId) {
this.bizId = bizId;
}
public String getBizCode() {
return bizCode;
}
public void setBizCode(String bizCode) {
this.bizCode = bizCode == null ? null : bizCode.trim();
}
public String getToAddress() {
return toAddress;
}
public void setToAddress(String toAddress) {
this.toAddress = toAddress == null ? null : toAddress.trim();
}
public String getCcAddress() {
return ccAddress;
}
public void setCcAddress(String ccAddress) {
this.ccAddress = ccAddress == null ? null : ccAddress.trim();
}
public String getSubject() {
return subject;
}
public void setSubject(String subject) {
this.subject = subject == null ? null : subject.trim();
}
public Long getTypeId() {
return typeId;
}
public void setTypeId(Long typeId) {
this.typeId = typeId;
}
public String getTypeName() {
return typeName;
}
public void setTypeName(String typeName) {
this.typeName = typeName == null ? null : typeName.trim();
}
public Long getStatusId() {
return statusId;
}
public void setStatusId(Long statusId) {
this.statusId = statusId;
}
public String getStatusName() {
return statusName;
}
public void setStatusName(String statusName) {
this.statusName = statusName == null ? null : statusName.trim();
}
public Long getSendNum() {
return sendNum;
}
public void setSendNum(Long sendNum) {
this.sendNum = sendNum;
}
public Date getSendTime() {
return sendTime;
}
public void setSendTime(Date sendTime) {
this.sendTime = sendTime;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Long getCreateUserId() {
return createUserId;
}
public void setCreateUserId(Long createUserId) {
this.createUserId = createUserId;
}
public String getCreateUserName() {
return createUserName;
}
public void setCreateUserName(String createUserName) {
this.createUserName = createUserName == null ? null : createUserName.trim();
}
public Date getModifyTime() {
return modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getModifyUserId() {
return modifyUserId;
}
public void setModifyUserId(Long modifyUserId) {
this.modifyUserId = modifyUserId;
}
public String getModifyUserName() {
return modifyUserName;
}
public void setModifyUserName(String modifyUserName) {
this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
}
public String getBody() {
return body;
}
public void setBody(String body) {
this.body = body == null ? null : body.trim();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", bizId=").append(bizId);
sb.append(", bizCode=").append(bizCode);
sb.append(", toAddress=").append(toAddress);
sb.append(", ccAddress=").append(ccAddress);
sb.append(", subject=").append(subject);
sb.append(", typeId=").append(typeId);
sb.append(", typeName=").append(typeName);
sb.append(", statusId=").append(statusId);
sb.append(", statusName=").append(statusName);
sb.append(", sendNum=").append(sendNum);
sb.append(", sendTime=").append(sendTime);
sb.append(", createTime=").append(createTime);
sb.append(", createUserId=").append(createUserId);
sb.append(", createUserName=").append(createUserName);
sb.append(", modifyTime=").append(modifyTime);
sb.append(", modifyUserId=").append(modifyUserId);
sb.append(", modifyUserName=").append(modifyUserName);
sb.append(", body=").append(body);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.fedex.connect.common.model.biz;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 推送进口文件主表
* TABLE: T_BIZ_PUSH_OB
*/
public class PushOb implements Serializable {
/**
* ID,自动增加
*/
private Long id;
/**
* 运单号
*/
private String consignmentCode;
/**
* 运单ID
*/
private Long consignmentId;
/**
* 推送时间
*/
private Date pushTime;
/**
* 推送状态ID。
关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS
*/
private Long statusId;
/**
* 推送状态名称(待推送、推送成功、推送失败)
*/
private String statusName;
/**
* 推送次数
*/
private Long pushNum;
/**
* 目标绝对路径
*/
private String filePath;
/**
* 备份绝对路径
*/
private String fileBackPath;
/**
* 压缩包文件名
*/
private String fileName;
/**
* 备注
*/
private String remark;
/**
* 创建时间
*/
private Date createTime;
/**
* 创建人ID,关联用户表ID
*/
private Long createUserId;
/**
* 创建人名称
*/
private String createUserName;
/**
* 修改时间
*/
private Date modifyTime;
/**
* 修改人ID,关联用户表ID
*/
private Long modifyUserId;
/**
* 修改人名称
*/
private String modifyUserName;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getConsignmentCode() {
return consignmentCode;
}
public void setConsignmentCode(String consignmentCode) {
this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
}
public Long getConsignmentId() {
return consignmentId;
}
public void setConsignmentId(Long consignmentId) {
this.consignmentId = consignmentId;
}
public Date getPushTime() {
return pushTime;
}
public void setPushTime(Date pushTime) {
this.pushTime = pushTime;
}
public Long getStatusId() {
return statusId;
}
public void setStatusId(Long statusId) {
this.statusId = statusId;
}
public String getStatusName() {
return statusName;
}
public void setStatusName(String statusName) {
this.statusName = statusName == null ? null : statusName.trim();
}
public Long getPushNum() {
return pushNum;
}
public void setPushNum(Long pushNum) {
this.pushNum = pushNum;
}
public String getFilePath() {
return filePath;
}
public void setFilePath(String filePath) {
this.filePath = filePath == null ? null : filePath.trim();
}
public String getFileBackPath() {
return fileBackPath;
}
public void setFileBackPath(String fileBackPath) {
this.fileBackPath = fileBackPath == null ? null : fileBackPath.trim();
}
public String getFileName() {
return fileName;
}
public void setFileName(String fileName) {
this.fileName = fileName == null ? null : fileName.trim();
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark == null ? null : remark.trim();
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Long getCreateUserId() {
return createUserId;
}
public void setCreateUserId(Long createUserId) {
this.createUserId = createUserId;
}
public String getCreateUserName() {
return createUserName;
}
public void setCreateUserName(String createUserName) {
this.createUserName = createUserName == null ? null : createUserName.trim();
}
public Date getModifyTime() {
return modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getModifyUserId() {
return modifyUserId;
}
public void setModifyUserId(Long modifyUserId) {
this.modifyUserId = modifyUserId;
}
public String getModifyUserName() {
return modifyUserName;
}
public void setModifyUserName(String modifyUserName) {
this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", consignmentCode=").append(consignmentCode);
sb.append(", consignmentId=").append(consignmentId);
sb.append(", pushTime=").append(pushTime);
sb.append(", statusId=").append(statusId);
sb.append(", statusName=").append(statusName);
sb.append(", pushNum=").append(pushNum);
sb.append(", filePath=").append(filePath);
sb.append(", fileBackPath=").append(fileBackPath);
sb.append(", fileName=").append(fileName);
sb.append(", remark=").append(remark);
sb.append(", createTime=").append(createTime);
sb.append(", createUserId=").append(createUserId);
sb.append(", createUserName=").append(createUserName);
sb.append(", modifyTime=").append(modifyTime);
sb.append(", modifyUserId=").append(modifyUserId);
sb.append(", modifyUserName=").append(modifyUserName);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.fedex.connect.common.model.biz;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 推送进口文件明细表
* TABLE: T_BIZ_PUSH_OB_DETAIL
*/
public class PushObDetail implements Serializable {
/**
* ID,自动增加
*/
private Long id;
/**
* 运单号
*/
private String consignmentCode;
/**
* 运单ID
*/
private Long consignmentId;
/**
* 推送状态ID。
关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS
*/
private Long statusId;
/**
* 推送状态名称(待推送、推送成功、推送失败)
*/
private String statusName;
/**
* 推送文件类型字典ID,关联数据字典表。指定字典目录CODE:PUSH_OB_FILE_TYPE
*/
private Long fileTypeId;
/**
* 推送文件类型名称(XXX、XXX)
*/
private String fileType;
/**
* 推送文件名
*/
private String fileName;
/**
* 推送进口文件主表ID
*/
private Long pushObId;
/**
* 推送时间
*/
private Date pushTime;
/**
* 备注
*/
private String remark;
/**
* 创建时间
*/
private Date createTime;
/**
* 创建人ID,关联用户表ID
*/
private Long createUserId;
/**
* 创建人名称
*/
private String createUserName;
/**
* 修改时间
*/
private Date modifyTime;
/**
* 修改人ID,关联用户表ID
*/
private Long modifyUserId;
/**
* 修改人名称
*/
private String modifyUserName;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getConsignmentCode() {
return consignmentCode;
}
public void setConsignmentCode(String consignmentCode) {
this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
}
public Long getConsignmentId() {
return consignmentId;
}
public void setConsignmentId(Long consignmentId) {
this.consignmentId = consignmentId;
}
public Long getStatusId() {
return statusId;
}
public void setStatusId(Long statusId) {
this.statusId = statusId;
}
public String getStatusName() {
return statusName;
}
public void setStatusName(String statusName) {
this.statusName = statusName == null ? null : statusName.trim();
}
public Long getFileTypeId() {
return fileTypeId;
}
public void setFileTypeId(Long fileTypeId) {
this.fileTypeId = fileTypeId;
}
public String getFileType() {
return fileType;
}
public void setFileType(String fileType) {
this.fileType = fileType == null ? null : fileType.trim();
}
public String getFileName() {
return fileName;
}
public void setFileName(String fileName) {
this.fileName = fileName == null ? null : fileName.trim();
}
public Long getPushObId() {
return pushObId;
}
public void setPushObId(Long pushObId) {
this.pushObId = pushObId;
}
public Date getPushTime() {
return pushTime;
}
public void setPushTime(Date pushTime) {
this.pushTime = pushTime;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark == null ? null : remark.trim();
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public Long getCreateUserId() {
return createUserId;
}
public void setCreateUserId(Long createUserId) {
this.createUserId = createUserId;
}
public String getCreateUserName() {
return createUserName;
}
public void setCreateUserName(String createUserName) {
this.createUserName = createUserName == null ? null : createUserName.trim();
}
public Date getModifyTime() {
return modifyTime;
}
public void setModifyTime(Date modifyTime) {
this.modifyTime = modifyTime;
}
public Long getModifyUserId() {
return modifyUserId;
}
public void setModifyUserId(Long modifyUserId) {
this.modifyUserId = modifyUserId;
}
public String getModifyUserName() {
return modifyUserName;
}
public void setModifyUserName(String modifyUserName) {
this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append(getClass().getSimpleName());
sb.append(" [");
sb.append("Hash = ").append(hashCode());
sb.append(", id=").append(id);
sb.append(", consignmentCode=").append(consignmentCode);
sb.append(", consignmentId=").append(consignmentId);
sb.append(", statusId=").append(statusId);
sb.append(", statusName=").append(statusName);
sb.append(", fileTypeId=").append(fileTypeId);
sb.append(", fileType=").append(fileType);
sb.append(", fileName=").append(fileName);
sb.append(", pushObId=").append(pushObId);
sb.append(", pushTime=").append(pushTime);
sb.append(", remark=").append(remark);
sb.append(", createTime=").append(createTime);
sb.append(", createUserId=").append(createUserId);
sb.append(", createUserName=").append(createUserName);
sb.append(", modifyTime=").append(modifyTime);
sb.append(", modifyUserId=").append(modifyUserId);
sb.append(", modifyUserName=").append(modifyUserName);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
package com.fedex.connect.common.model.biz;
\ No newline at end of file