tao.mo

Merge remote-tracking branch 'origin/master'

Showing 55 changed files with 2200 additions and 54 deletions
package com.fedex.connect.common.dao.base;
package com.fedex.connect.common.dao.bi;
import com.fedex.connect.common.model.base.DictionaryEntries;
import com.fedex.connect.common.model.base.DictionaryEntriesExample;
import com.fedex.connect.common.model.bi.DictionaryEntries;
import com.fedex.connect.common.model.bi.DictionaryEntriesExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
......
package com.fedex.connect.common.dao.base;
package com.fedex.connect.common.dao.bi;
import com.fedex.connect.common.model.base.Dictionary;
import com.fedex.connect.common.model.base.DictionaryExample;
import com.fedex.connect.common.model.bi.Dictionary;
import com.fedex.connect.common.model.bi.DictionaryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
......
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.dao.log;
import com.fedex.connect.common.model.log.EmailHistory;
import com.fedex.connect.common.model.log.EmailHistoryExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface EmailHistoryMapper {
long countByExample(EmailHistoryExample example);
int deleteByExample(EmailHistoryExample example);
int deleteByPrimaryKey(Long id);
int insert(EmailHistory record);
int insertSelective(EmailHistory record);
List<EmailHistory> selectByExampleWithBLOBs(EmailHistoryExample example);
List<EmailHistory> selectByExample(EmailHistoryExample example);
EmailHistory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") EmailHistory record, @Param("example") EmailHistoryExample example);
int updateByExampleWithBLOBs(@Param("record") EmailHistory record, @Param("example") EmailHistoryExample example);
int updateByExample(@Param("record") EmailHistory record, @Param("example") EmailHistoryExample example);
int updateByPrimaryKeySelective(EmailHistory record);
int updateByPrimaryKeyWithBLOBs(EmailHistory record);
int updateByPrimaryKey(EmailHistory record);
}
\ No newline at end of file
package com.fedex.connect.common.dao.log;
import com.fedex.connect.common.model.log.Operation;
import com.fedex.connect.common.model.log.OperationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OperationMapper {
long countByExample(OperationExample example);
int deleteByExample(OperationExample example);
int deleteByPrimaryKey(Long id);
int insert(Operation record);
int insertSelective(Operation record);
List<Operation> selectByExampleWithBLOBs(OperationExample example);
List<Operation> selectByExample(OperationExample example);
Operation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") Operation record, @Param("example") OperationExample example);
int updateByExampleWithBLOBs(@Param("record") Operation record, @Param("example") OperationExample example);
int updateByExample(@Param("record") Operation record, @Param("example") OperationExample example);
int updateByPrimaryKeySelective(Operation record);
int updateByPrimaryKeyWithBLOBs(Operation record);
int updateByPrimaryKey(Operation record);
}
\ No newline at end of file
......@@ -2,9 +2,10 @@ package com.fedex.connect.common.dao.sys;
import com.fedex.connect.common.model.sys.KafkaStorageHistory;
import com.fedex.connect.common.model.sys.KafkaStorageHistoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface KafkaStorageHistoryMapper {
long countByExample(KafkaStorageHistoryExample example);
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.fedex.connect.common.dao.base.DictionaryEntriesMapper">
<resultMap id="BaseResultMap" type="com.fedex.connect.common.model.base.DictionaryEntries">
<mapper namespace="com.fedex.connect.common.dao.bi.DictionaryEntriesMapper">
<resultMap id="BaseResultMap" type="com.fedex.connect.common.model.bi.DictionaryEntries">
<id column="ID" jdbcType="NUMERIC" property="id" />
<result column="CODE" jdbcType="VARCHAR" property="code" />
<result column="ENGLISH_NAME" jdbcType="VARCHAR" property="englishName" />
......@@ -85,7 +85,7 @@
EXT1, EXT2, EXT3, EXT4, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
MODIFY_USER_ID, MODIFY_USER_NAME
</sql>
<select id="selectByExample" parameterType="com.fedex.connect.common.model.base.DictionaryEntriesExample" resultMap="BaseResultMap">
<select id="selectByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryEntriesExample" resultMap="BaseResultMap">
<include refid="OracleDialectPrefix" />
select
<if test="distinct">
......@@ -112,13 +112,13 @@
delete from T_BI_DICTIONARY_ENTRIES
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.base.DictionaryEntriesExample">
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryEntriesExample">
delete from T_BI_DICTIONARY_ENTRIES
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</delete>
<insert id="insert" parameterType="com.fedex.connect.common.model.base.DictionaryEntries">
<insert id="insert" parameterType="com.fedex.connect.common.model.bi.DictionaryEntries">
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BI_DICTIONARY_ENTRIES.NEXTVAL FROM DUAL
</selectKey>
......@@ -137,7 +137,7 @@
#{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.fedex.connect.common.model.base.DictionaryEntries">
<insert id="insertSelective" parameterType="com.fedex.connect.common.model.bi.DictionaryEntries">
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BI_DICTIONARY_ENTRIES.NEXTVAL FROM DUAL
</selectKey>
......@@ -257,7 +257,7 @@
</if>
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.base.DictionaryEntriesExample" resultType="java.lang.Long">
<select id="countByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryEntriesExample" resultType="java.lang.Long">
select count(*) from T_BI_DICTIONARY_ENTRIES
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
......@@ -353,7 +353,7 @@
<include refid="Update_By_Example_Where_Clause" />
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.base.DictionaryEntries">
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.bi.DictionaryEntries">
update T_BI_DICTIONARY_ENTRIES
<set>
<if test="code != null">
......@@ -413,7 +413,7 @@
</set>
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.base.DictionaryEntries">
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.bi.DictionaryEntries">
update T_BI_DICTIONARY_ENTRIES
set CODE = #{code,jdbcType=VARCHAR},
ENGLISH_NAME = #{englishName,jdbcType=VARCHAR},
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.fedex.connect.common.dao.base.DictionaryMapper">
<resultMap id="BaseResultMap" type="com.fedex.connect.common.model.base.Dictionary">
<mapper namespace="com.fedex.connect.common.dao.bi.DictionaryMapper">
<resultMap id="BaseResultMap" type="com.fedex.connect.common.model.bi.Dictionary">
<id column="ID" jdbcType="NUMERIC" property="id" />
<result column="CODE" jdbcType="VARCHAR" property="code" />
<result column="ENGLISH_NAME" jdbcType="VARCHAR" property="englishName" />
......@@ -81,7 +81,7 @@
ID, CODE, ENGLISH_NAME, DESCRIPTION, STATUS, PARENT_ID, EXT1, EXT2, EXT3, EXT4, CREATE_TIME,
CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME
</sql>
<select id="selectByExample" parameterType="com.fedex.connect.common.model.base.DictionaryExample" resultMap="BaseResultMap">
<select id="selectByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryExample" resultMap="BaseResultMap">
<include refid="OracleDialectPrefix" />
select
<if test="distinct">
......@@ -108,13 +108,13 @@
delete from T_BI_DICTIONARY
where ID = #{id,jdbcType=NUMERIC}
</delete>
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.base.DictionaryExample">
<delete id="deleteByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryExample">
delete from T_BI_DICTIONARY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
</if>
</delete>
<insert id="insert" parameterType="com.fedex.connect.common.model.base.Dictionary">
<insert id="insert" parameterType="com.fedex.connect.common.model.bi.Dictionary">
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BI_DICTIONARY.NEXTVAL FROM DUAL
</selectKey>
......@@ -131,7 +131,7 @@
#{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}
)
</insert>
<insert id="insertSelective" parameterType="com.fedex.connect.common.model.base.Dictionary">
<insert id="insertSelective" parameterType="com.fedex.connect.common.model.bi.Dictionary">
<selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
SELECT SEQ_T_BI_DICTIONARY.NEXTVAL FROM DUAL
</selectKey>
......@@ -233,7 +233,7 @@
</if>
</trim>
</insert>
<select id="countByExample" parameterType="com.fedex.connect.common.model.base.DictionaryExample" resultType="java.lang.Long">
<select id="countByExample" parameterType="com.fedex.connect.common.model.bi.DictionaryExample" resultType="java.lang.Long">
select count(*) from T_BI_DICTIONARY
<if test="_parameter != null">
<include refid="Example_Where_Clause" />
......@@ -317,7 +317,7 @@
<include refid="Update_By_Example_Where_Clause" />
</if>
</update>
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.base.Dictionary">
<update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.bi.Dictionary">
update T_BI_DICTIONARY
<set>
<if test="code != null">
......@@ -368,7 +368,7 @@
</set>
where ID = #{id,jdbcType=NUMERIC}
</update>
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.base.Dictionary">
<update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.bi.Dictionary">
update T_BI_DICTIONARY
set CODE = #{code,jdbcType=VARCHAR},
ENGLISH_NAME = #{englishName,jdbcType=VARCHAR},
......
package com.fedex.connect.common.mapper.biz;
\ No newline at end of file
package com.fedex.connect.common.model.base;
package com.fedex.connect.common.model.bi;
import java.io.Serializable;
import java.util.Date;
......
package com.fedex.connect.common.model.base;
package com.fedex.connect.common.model.bi;
import java.io.Serializable;
import java.util.Date;
......
package com.fedex.connect.common.model.base;
package com.fedex.connect.common.model.bi;
import java.util.ArrayList;
import java.util.Date;
......
package com.fedex.connect.common.model.base;
package com.fedex.connect.common.model.bi;
import java.util.ArrayList;
import java.util.Date;
......
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
package com.fedex.connect.common.model.log;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 邮件发送历史日志表
* TABLE: T_LOG_EMAIL_HISTORY
*/
public class EmailHistory 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.log;
import java.io.Serializable;
import java.util.Date;
/**
* DESC: 操作日志
* TABLE: T_LOG_OPERATION
*/
public class Operation implements Serializable {
/**
* ID
*/
private Long id;
/**
* 操作人id
*/
private Long userId;
/**
* 操作人名称
*/
private String userName;
/**
* 操作模块
*/
private String module;
/**
* 操作描述
*/
private String describe;
/**
* 操作时间
*/
private Date createTime;
/**
* 请求路径
*/
private String url;
/**
* 请求参数
*/
private String requestParameters;
/**
* 操作结果
*/
private String result;
/**
* 状态 0-不展示 1-展示
*/
private Long status;
/**
* 备注
*/
private String remark;
private static final long serialVersionUID = 1L;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public Long getUserId() {
return userId;
}
public void setUserId(Long userId) {
this.userId = userId;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName == null ? null : userName.trim();
}
public String getModule() {
return module;
}
public void setModule(String module) {
this.module = module == null ? null : module.trim();
}
public String getDescribe() {
return describe;
}
public void setDescribe(String describe) {
this.describe = describe == null ? null : describe.trim();
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url == null ? null : url.trim();
}
public String getRequestParameters() {
return requestParameters;
}
public void setRequestParameters(String requestParameters) {
this.requestParameters = requestParameters == null ? null : requestParameters.trim();
}
public String getResult() {
return result;
}
public void setResult(String result) {
this.result = result == null ? null : result.trim();
}
public Long getStatus() {
return status;
}
public void setStatus(Long status) {
this.status = status;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark == null ? null : remark.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(", userId=").append(userId);
sb.append(", userName=").append(userName);
sb.append(", module=").append(module);
sb.append(", describe=").append(describe);
sb.append(", createTime=").append(createTime);
sb.append(", url=").append(url);
sb.append(", requestParameters=").append(requestParameters);
sb.append(", result=").append(result);
sb.append(", status=").append(status);
sb.append(", remark=").append(remark);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
return sb.toString();
}
}
\ No newline at end of file
......@@ -4,12 +4,12 @@ import java.io.Serializable;
import java.util.Date;
/**
* DESC: kafka数据历史
* TABLE: T_KAFKA_STORAGE_HISTORY
* DESC: KAFKA临时
* TABLE: T_SYS_KAFKA_TEMPORARY_STORAGE
*/
public class KafkaStorageHistory implements Serializable {
/**
* ID,自动增加
* ID,主键自增
*/
private Long id;
......@@ -49,9 +49,14 @@ public class KafkaStorageHistory implements Serializable {
private Long frequency;
/**
* 数据状态(0:待处理,1:已处理,2:处理失败)
* KAFKA消息状态ID,关联数据字典表。指定字典目录CODE:KAFKA_MSG_STATUS
*/
private Long status;
private Long statusId;
/**
* KAFKA消息状态NAME
*/
private String statusName;
/**
* 备注,记录错误信息
......@@ -59,11 +64,36 @@ public class KafkaStorageHistory implements Serializable {
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;
/**
* 消息体(Json字符串)
*/
private String data;
......@@ -134,12 +164,20 @@ public class KafkaStorageHistory implements Serializable {
this.frequency = frequency;
}
public Long getStatus() {
return status;
public Long getStatusId() {
return statusId;
}
public void setStatusId(Long statusId) {
this.statusId = statusId;
}
public String getStatusName() {
return statusName;
}
public void setStatus(Long status) {
this.status = status;
public void setStatusName(String statusName) {
this.statusName = statusName == null ? null : statusName.trim();
}
public String getRemark() {
......@@ -158,6 +196,46 @@ public class KafkaStorageHistory implements Serializable {
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 getData() {
return data;
}
......@@ -180,9 +258,15 @@ public class KafkaStorageHistory implements Serializable {
sb.append(", sendTime=").append(sendTime);
sb.append(", consignmentCode=").append(consignmentCode);
sb.append(", frequency=").append(frequency);
sb.append(", status=").append(status);
sb.append(", statusId=").append(statusId);
sb.append(", statusName=").append(statusName);
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(", data=").append(data);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
......
......@@ -4,12 +4,12 @@ import java.io.Serializable;
import java.util.Date;
/**
* DESC: kafka数据临时
* TABLE: T_KAFKA_TEMPORARY_STORAGE
* DESC: KAFKA数据历史
* TABLE: T_SYS_KAFKA_STORAGE_HISTORY
*/
public class KafkaTemporaryStorage implements Serializable {
/**
* ID,自动增加
* ID,主键自增
*/
private Long id;
......@@ -49,9 +49,14 @@ public class KafkaTemporaryStorage implements Serializable {
private Long frequency;
/**
* 数据状态(0:待处理,1:已处理,2:处理失败)
* KAFKA消息状态ID,关联数据字典表。指定字典目录CODE:KAFKA_MSG_STATUS
*/
private Long status;
private Long statusId;
/**
* KAFKA消息状态NAME
*/
private String statusName;
/**
* 备注,记录错误信息
......@@ -59,11 +64,36 @@ public class KafkaTemporaryStorage implements Serializable {
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;
/**
* 消息体(Json字符串)
*/
private String data;
......@@ -134,12 +164,20 @@ public class KafkaTemporaryStorage implements Serializable {
this.frequency = frequency;
}
public Long getStatus() {
return status;
public Long getStatusId() {
return statusId;
}
public void setStatusId(Long statusId) {
this.statusId = statusId;
}
public String getStatusName() {
return statusName;
}
public void setStatus(Long status) {
this.status = status;
public void setStatusName(String statusName) {
this.statusName = statusName == null ? null : statusName.trim();
}
public String getRemark() {
......@@ -158,6 +196,46 @@ public class KafkaTemporaryStorage implements Serializable {
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 getData() {
return data;
}
......@@ -180,9 +258,15 @@ public class KafkaTemporaryStorage implements Serializable {
sb.append(", sendTime=").append(sendTime);
sb.append(", consignmentCode=").append(consignmentCode);
sb.append(", frequency=").append(frequency);
sb.append(", status=").append(status);
sb.append(", statusId=").append(statusId);
sb.append(", statusName=").append(statusName);
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(", data=").append(data);
sb.append(", serialVersionUID=").append(serialVersionUID);
sb.append("]");
......