zelong.shao

dao|biz实体创建

Showing 32 changed files with 15123 additions and 166 deletions
1 +package com.fedex.connect.common.dao.bi;
2 +
3 +import com.fedex.connect.common.model.bi.PortclearEmailMapping;
4 +import com.fedex.connect.common.model.bi.PortclearEmailMappingExample;
5 +import org.apache.ibatis.annotations.Param;
6 +
7 +import java.util.List;
8 +
9 +public interface PortclearEmailMappingMapper {
10 + long countByExample(PortclearEmailMappingExample example);
11 +
12 + int deleteByExample(PortclearEmailMappingExample example);
13 +
14 + int deleteByPrimaryKey(Long id);
15 +
16 + int insert(PortclearEmailMapping record);
17 +
18 + int insertSelective(PortclearEmailMapping record);
19 +
20 + List<PortclearEmailMapping> selectByExample(PortclearEmailMappingExample example);
21 +
22 + PortclearEmailMapping selectByPrimaryKey(Long id);
23 +
24 + int updateByExampleSelective(@Param("record") PortclearEmailMapping record, @Param("example") PortclearEmailMappingExample example);
25 +
26 + int updateByExample(@Param("record") PortclearEmailMapping record, @Param("example") PortclearEmailMappingExample example);
27 +
28 + int updateByPrimaryKeySelective(PortclearEmailMapping record);
29 +
30 + int updateByPrimaryKey(PortclearEmailMapping record);
31 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.Attachment;
4 +import com.fedex.connect.common.model.biz.AttachmentExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface AttachmentMapper {
9 + long countByExample(AttachmentExample example);
10 +
11 + int deleteByExample(AttachmentExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(Attachment record);
16 +
17 + int insertSelective(Attachment record);
18 +
19 + List<Attachment> selectByExample(AttachmentExample example);
20 +
21 + Attachment selectByPrimaryKey(Long id);
22 +
23 + int updateByExampleSelective(@Param("record") Attachment record, @Param("example") AttachmentExample example);
24 +
25 + int updateByExample(@Param("record") Attachment record, @Param("example") AttachmentExample example);
26 +
27 + int updateByPrimaryKeySelective(Attachment record);
28 +
29 + int updateByPrimaryKey(Attachment record);
30 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.CeInfo;
4 +import com.fedex.connect.common.model.biz.CeInfoExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface CeInfoMapper {
9 + long countByExample(CeInfoExample example);
10 +
11 + int deleteByExample(CeInfoExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(CeInfo record);
16 +
17 + int insertSelective(CeInfo record);
18 +
19 + List<CeInfo> selectByExample(CeInfoExample example);
20 +
21 + CeInfo selectByPrimaryKey(Long id);
22 +
23 + int updateByExampleSelective(@Param("record") CeInfo record, @Param("example") CeInfoExample example);
24 +
25 + int updateByExample(@Param("record") CeInfo record, @Param("example") CeInfoExample example);
26 +
27 + int updateByPrimaryKeySelective(CeInfo record);
28 +
29 + int updateByPrimaryKey(CeInfo record);
30 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.Consignment;
4 +import com.fedex.connect.common.model.biz.ConsignmentExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface ConsignmentMapper {
9 + long countByExample(ConsignmentExample example);
10 +
11 + int deleteByExample(ConsignmentExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(Consignment record);
16 +
17 + int insertSelective(Consignment record);
18 +
19 + List<Consignment> selectByExample(ConsignmentExample example);
20 +
21 + Consignment selectByPrimaryKey(Long id);
22 +
23 + int updateByExampleSelective(@Param("record") Consignment record, @Param("example") ConsignmentExample example);
24 +
25 + int updateByExample(@Param("record") Consignment record, @Param("example") ConsignmentExample example);
26 +
27 + int updateByPrimaryKeySelective(Consignment record);
28 +
29 + int updateByPrimaryKey(Consignment record);
30 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.Email;
4 +import com.fedex.connect.common.model.biz.EmailExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface EmailMapper {
9 + long countByExample(EmailExample example);
10 +
11 + int deleteByExample(EmailExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(Email record);
16 +
17 + int insertSelective(Email record);
18 +
19 + List<Email> selectByExampleWithBLOBs(EmailExample example);
20 +
21 + List<Email> selectByExample(EmailExample example);
22 +
23 + Email selectByPrimaryKey(Long id);
24 +
25 + int updateByExampleSelective(@Param("record") Email record, @Param("example") EmailExample example);
26 +
27 + int updateByExampleWithBLOBs(@Param("record") Email record, @Param("example") EmailExample example);
28 +
29 + int updateByExample(@Param("record") Email record, @Param("example") EmailExample example);
30 +
31 + int updateByPrimaryKeySelective(Email record);
32 +
33 + int updateByPrimaryKeyWithBLOBs(Email record);
34 +
35 + int updateByPrimaryKey(Email record);
36 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.PushObDetail;
4 +import com.fedex.connect.common.model.biz.PushObDetailExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface PushObDetailMapper {
9 + long countByExample(PushObDetailExample example);
10 +
11 + int deleteByExample(PushObDetailExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(PushObDetail record);
16 +
17 + int insertSelective(PushObDetail record);
18 +
19 + List<PushObDetail> selectByExample(PushObDetailExample example);
20 +
21 + PushObDetail selectByPrimaryKey(Long id);
22 +
23 + int updateByExampleSelective(@Param("record") PushObDetail record, @Param("example") PushObDetailExample example);
24 +
25 + int updateByExample(@Param("record") PushObDetail record, @Param("example") PushObDetailExample example);
26 +
27 + int updateByPrimaryKeySelective(PushObDetail record);
28 +
29 + int updateByPrimaryKey(PushObDetail record);
30 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.dao.biz;
2 +
3 +import com.fedex.connect.common.model.biz.PushOb;
4 +import com.fedex.connect.common.model.biz.PushObExample;
5 +import java.util.List;
6 +import org.apache.ibatis.annotations.Param;
7 +
8 +public interface PushObMapper {
9 + long countByExample(PushObExample example);
10 +
11 + int deleteByExample(PushObExample example);
12 +
13 + int deleteByPrimaryKey(Long id);
14 +
15 + int insert(PushOb record);
16 +
17 + int insertSelective(PushOb record);
18 +
19 + List<PushOb> selectByExample(PushObExample example);
20 +
21 + PushOb selectByPrimaryKey(Long id);
22 +
23 + int updateByExampleSelective(@Param("record") PushOb record, @Param("example") PushObExample example);
24 +
25 + int updateByExample(@Param("record") PushOb record, @Param("example") PushObExample example);
26 +
27 + int updateByPrimaryKeySelective(PushOb record);
28 +
29 + int updateByPrimaryKey(PushOb record);
30 +}
...\ No newline at end of file ...\ No newline at end of file
1 -package com.fedex.connect.common.dao.biz;
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.bi.PortclearEmailMappingMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.bi.PortclearEmailMapping">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="PORT_CODE" jdbcType="VARCHAR" property="portCode" />
7 + <result column="EMAIL" jdbcType="VARCHAR" property="email" />
8 + <result column="STATUS" jdbcType="NUMERIC" property="status" />
9 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
10 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
11 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
12 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
13 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
14 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
15 + </resultMap>
16 + <sql id="Example_Where_Clause">
17 + <where>
18 + <foreach collection="oredCriteria" item="criteria" separator="or">
19 + <if test="criteria.valid">
20 + <trim prefix="(" prefixOverrides="and" suffix=")">
21 + <foreach collection="criteria.criteria" item="criterion">
22 + <choose>
23 + <when test="criterion.noValue">
24 + and ${criterion.condition}
25 + </when>
26 + <when test="criterion.singleValue">
27 + and ${criterion.condition} #{criterion.value}
28 + </when>
29 + <when test="criterion.betweenValue">
30 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
31 + </when>
32 + <when test="criterion.listValue">
33 + and ${criterion.condition}
34 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
35 + #{listItem}
36 + </foreach>
37 + </when>
38 + </choose>
39 + </foreach>
40 + </trim>
41 + </if>
42 + </foreach>
43 + </where>
44 + </sql>
45 + <sql id="Update_By_Example_Where_Clause">
46 + <where>
47 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
48 + <if test="criteria.valid">
49 + <trim prefix="(" prefixOverrides="and" suffix=")">
50 + <foreach collection="criteria.criteria" item="criterion">
51 + <choose>
52 + <when test="criterion.noValue">
53 + and ${criterion.condition}
54 + </when>
55 + <when test="criterion.singleValue">
56 + and ${criterion.condition} #{criterion.value}
57 + </when>
58 + <when test="criterion.betweenValue">
59 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
60 + </when>
61 + <when test="criterion.listValue">
62 + and ${criterion.condition}
63 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
64 + #{listItem}
65 + </foreach>
66 + </when>
67 + </choose>
68 + </foreach>
69 + </trim>
70 + </if>
71 + </foreach>
72 + </where>
73 + </sql>
74 + <sql id="Base_Column_List">
75 + ID, PORT_CODE, EMAIL, STATUS, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
76 + MODIFY_USER_ID, MODIFY_USER_NAME
77 + </sql>
78 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMappingExample" resultMap="BaseResultMap">
79 + <include refid="OracleDialectPrefix" />
80 + select
81 + <if test="distinct">
82 + distinct
83 + </if>
84 + 'true' as QUERYID,
85 + <include refid="Base_Column_List" />
86 + from T_BI_PORTCLEAR_EMAIL_MAPPING
87 + <if test="_parameter != null">
88 + <include refid="Example_Where_Clause" />
89 + </if>
90 + <if test="orderByClause != null">
91 + order by ${orderByClause}
92 + </if>
93 + <include refid="OracleDialectSuffix" />
94 + </select>
95 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
96 + select
97 + <include refid="Base_Column_List" />
98 + from T_BI_PORTCLEAR_EMAIL_MAPPING
99 + where ID = #{id,jdbcType=NUMERIC}
100 + </select>
101 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
102 + delete from T_BI_PORTCLEAR_EMAIL_MAPPING
103 + where ID = #{id,jdbcType=NUMERIC}
104 + </delete>
105 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMappingExample">
106 + delete from T_BI_PORTCLEAR_EMAIL_MAPPING
107 + <if test="_parameter != null">
108 + <include refid="Example_Where_Clause" />
109 + </if>
110 + </delete>
111 + <insert id="insert" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMapping">
112 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
113 + SELECT SEQ_T_BI_PORTCLEAR_EMAIL_MAPPING.NEXTVAL FROM DUAL
114 + </selectKey>
115 + insert into T_BI_PORTCLEAR_EMAIL_MAPPING (ID, PORT_CODE, EMAIL,
116 + STATUS, CREATE_TIME, CREATE_USER_ID,
117 + CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
118 + MODIFY_USER_NAME)
119 + values (#{id,jdbcType=NUMERIC}, #{portCode,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR},
120 + #{status,jdbcType=NUMERIC}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC},
121 + #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC},
122 + #{modifyUserName,jdbcType=VARCHAR})
123 + </insert>
124 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMapping">
125 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
126 + SELECT SEQ_T_BI_PORTCLEAR_EMAIL_MAPPING.NEXTVAL FROM DUAL
127 + </selectKey>
128 + insert into T_BI_PORTCLEAR_EMAIL_MAPPING
129 + <trim prefix="(" suffix=")" suffixOverrides=",">
130 + ID,
131 + <if test="portCode != null">
132 + PORT_CODE,
133 + </if>
134 + <if test="email != null">
135 + EMAIL,
136 + </if>
137 + <if test="status != null">
138 + STATUS,
139 + </if>
140 + <if test="createTime != null">
141 + CREATE_TIME,
142 + </if>
143 + <if test="createUserId != null">
144 + CREATE_USER_ID,
145 + </if>
146 + <if test="createUserName != null">
147 + CREATE_USER_NAME,
148 + </if>
149 + <if test="modifyTime != null">
150 + MODIFY_TIME,
151 + </if>
152 + <if test="modifyUserId != null">
153 + MODIFY_USER_ID,
154 + </if>
155 + <if test="modifyUserName != null">
156 + MODIFY_USER_NAME,
157 + </if>
158 + </trim>
159 + <trim prefix="values (" suffix=")" suffixOverrides=",">
160 + #{id,jdbcType=NUMERIC},
161 + <if test="portCode != null">
162 + #{portCode,jdbcType=VARCHAR},
163 + </if>
164 + <if test="email != null">
165 + #{email,jdbcType=VARCHAR},
166 + </if>
167 + <if test="status != null">
168 + #{status,jdbcType=NUMERIC},
169 + </if>
170 + <if test="createTime != null">
171 + #{createTime,jdbcType=TIMESTAMP},
172 + </if>
173 + <if test="createUserId != null">
174 + #{createUserId,jdbcType=NUMERIC},
175 + </if>
176 + <if test="createUserName != null">
177 + #{createUserName,jdbcType=VARCHAR},
178 + </if>
179 + <if test="modifyTime != null">
180 + #{modifyTime,jdbcType=TIMESTAMP},
181 + </if>
182 + <if test="modifyUserId != null">
183 + #{modifyUserId,jdbcType=NUMERIC},
184 + </if>
185 + <if test="modifyUserName != null">
186 + #{modifyUserName,jdbcType=VARCHAR},
187 + </if>
188 + </trim>
189 + </insert>
190 + <select id="countByExample" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMappingExample" resultType="java.lang.Long">
191 + select count(*) from T_BI_PORTCLEAR_EMAIL_MAPPING
192 + <if test="_parameter != null">
193 + <include refid="Example_Where_Clause" />
194 + </if>
195 + </select>
196 + <update id="updateByExampleSelective" parameterType="map">
197 + update T_BI_PORTCLEAR_EMAIL_MAPPING
198 + <set>
199 + <if test="record.id != null">
200 + ID = #{record.id,jdbcType=NUMERIC},
201 + </if>
202 + <if test="record.portCode != null">
203 + PORT_CODE = #{record.portCode,jdbcType=VARCHAR},
204 + </if>
205 + <if test="record.email != null">
206 + EMAIL = #{record.email,jdbcType=VARCHAR},
207 + </if>
208 + <if test="record.status != null">
209 + STATUS = #{record.status,jdbcType=NUMERIC},
210 + </if>
211 + <if test="record.createTime != null">
212 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
213 + </if>
214 + <if test="record.createUserId != null">
215 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
216 + </if>
217 + <if test="record.createUserName != null">
218 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
219 + </if>
220 + <if test="record.modifyTime != null">
221 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
222 + </if>
223 + <if test="record.modifyUserId != null">
224 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
225 + </if>
226 + <if test="record.modifyUserName != null">
227 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
228 + </if>
229 + </set>
230 + <if test="_parameter != null">
231 + <include refid="Update_By_Example_Where_Clause" />
232 + </if>
233 + </update>
234 + <update id="updateByExample" parameterType="map">
235 + update T_BI_PORTCLEAR_EMAIL_MAPPING
236 + set ID = #{record.id,jdbcType=NUMERIC},
237 + PORT_CODE = #{record.portCode,jdbcType=VARCHAR},
238 + EMAIL = #{record.email,jdbcType=VARCHAR},
239 + STATUS = #{record.status,jdbcType=NUMERIC},
240 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
241 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
242 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
243 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
244 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
245 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}
246 + <if test="_parameter != null">
247 + <include refid="Update_By_Example_Where_Clause" />
248 + </if>
249 + </update>
250 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMapping">
251 + update T_BI_PORTCLEAR_EMAIL_MAPPING
252 + <set>
253 + <if test="portCode != null">
254 + PORT_CODE = #{portCode,jdbcType=VARCHAR},
255 + </if>
256 + <if test="email != null">
257 + EMAIL = #{email,jdbcType=VARCHAR},
258 + </if>
259 + <if test="status != null">
260 + STATUS = #{status,jdbcType=NUMERIC},
261 + </if>
262 + <if test="createTime != null">
263 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
264 + </if>
265 + <if test="createUserId != null">
266 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
267 + </if>
268 + <if test="createUserName != null">
269 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
270 + </if>
271 + <if test="modifyTime != null">
272 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
273 + </if>
274 + <if test="modifyUserId != null">
275 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
276 + </if>
277 + <if test="modifyUserName != null">
278 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
279 + </if>
280 + </set>
281 + where ID = #{id,jdbcType=NUMERIC}
282 + </update>
283 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.bi.PortclearEmailMapping">
284 + update T_BI_PORTCLEAR_EMAIL_MAPPING
285 + set PORT_CODE = #{portCode,jdbcType=VARCHAR},
286 + EMAIL = #{email,jdbcType=VARCHAR},
287 + STATUS = #{status,jdbcType=NUMERIC},
288 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
289 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
290 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
291 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
292 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
293 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}
294 + where ID = #{id,jdbcType=NUMERIC}
295 + </update>
296 + <sql id="OracleDialectPrefix">
297 + <if test="limitStart != null and limitStart>=0">
298 + select * from ( select row_.*, rownum rownum_ from (
299 + </if>
300 + </sql>
301 + <sql id="OracleDialectSuffix">
302 + <if test="limitStart != null and limitStart>=0">
303 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
304 + </if>
305 + </sql>
306 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.AttachmentMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.Attachment">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="BIZ_ID" jdbcType="NUMERIC" property="bizId" />
7 + <result column="BIZ_TYPE_ID" jdbcType="NUMERIC" property="bizTypeId" />
8 + <result column="BIZ_TYPE_NAME" jdbcType="VARCHAR" property="bizTypeName" />
9 + <result column="SOURCE_FILE_NAME" jdbcType="VARCHAR" property="sourceFileName" />
10 + <result column="FILE_NAME" jdbcType="VARCHAR" property="fileName" />
11 + <result column="FILE_PATH" jdbcType="VARCHAR" property="filePath" />
12 + <result column="FILE_TYPE_ID" jdbcType="NUMERIC" property="fileTypeId" />
13 + <result column="FILE_TYPE_NAME" jdbcType="VARCHAR" property="fileTypeName" />
14 + <result column="STATUS" jdbcType="NUMERIC" property="status" />
15 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
16 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
17 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
18 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
19 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
20 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
21 + </resultMap>
22 + <sql id="Example_Where_Clause">
23 + <where>
24 + <foreach collection="oredCriteria" item="criteria" separator="or">
25 + <if test="criteria.valid">
26 + <trim prefix="(" prefixOverrides="and" suffix=")">
27 + <foreach collection="criteria.criteria" item="criterion">
28 + <choose>
29 + <when test="criterion.noValue">
30 + and ${criterion.condition}
31 + </when>
32 + <when test="criterion.singleValue">
33 + and ${criterion.condition} #{criterion.value}
34 + </when>
35 + <when test="criterion.betweenValue">
36 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
37 + </when>
38 + <when test="criterion.listValue">
39 + and ${criterion.condition}
40 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
41 + #{listItem}
42 + </foreach>
43 + </when>
44 + </choose>
45 + </foreach>
46 + </trim>
47 + </if>
48 + </foreach>
49 + </where>
50 + </sql>
51 + <sql id="Update_By_Example_Where_Clause">
52 + <where>
53 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
54 + <if test="criteria.valid">
55 + <trim prefix="(" prefixOverrides="and" suffix=")">
56 + <foreach collection="criteria.criteria" item="criterion">
57 + <choose>
58 + <when test="criterion.noValue">
59 + and ${criterion.condition}
60 + </when>
61 + <when test="criterion.singleValue">
62 + and ${criterion.condition} #{criterion.value}
63 + </when>
64 + <when test="criterion.betweenValue">
65 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
66 + </when>
67 + <when test="criterion.listValue">
68 + and ${criterion.condition}
69 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
70 + #{listItem}
71 + </foreach>
72 + </when>
73 + </choose>
74 + </foreach>
75 + </trim>
76 + </if>
77 + </foreach>
78 + </where>
79 + </sql>
80 + <sql id="Base_Column_List">
81 + ID, BIZ_ID, BIZ_TYPE_ID, BIZ_TYPE_NAME, SOURCE_FILE_NAME, FILE_NAME, FILE_PATH, FILE_TYPE_ID,
82 + FILE_TYPE_NAME, STATUS, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
83 + MODIFY_USER_ID, MODIFY_USER_NAME
84 + </sql>
85 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.AttachmentExample" resultMap="BaseResultMap">
86 + <include refid="OracleDialectPrefix" />
87 + select
88 + <if test="distinct">
89 + distinct
90 + </if>
91 + 'true' as QUERYID,
92 + <include refid="Base_Column_List" />
93 + from T_BIZ_ATTACHMENT
94 + <if test="_parameter != null">
95 + <include refid="Example_Where_Clause" />
96 + </if>
97 + <if test="orderByClause != null">
98 + order by ${orderByClause}
99 + </if>
100 + <include refid="OracleDialectSuffix" />
101 + </select>
102 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
103 + select
104 + <include refid="Base_Column_List" />
105 + from T_BIZ_ATTACHMENT
106 + where ID = #{id,jdbcType=NUMERIC}
107 + </select>
108 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
109 + delete from T_BIZ_ATTACHMENT
110 + where ID = #{id,jdbcType=NUMERIC}
111 + </delete>
112 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.AttachmentExample">
113 + delete from T_BIZ_ATTACHMENT
114 + <if test="_parameter != null">
115 + <include refid="Example_Where_Clause" />
116 + </if>
117 + </delete>
118 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.Attachment">
119 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
120 + SELECT SEQ_T_BIZ_ATTACHMENT.NEXTVAL FROM DUAL
121 + </selectKey>
122 + insert into T_BIZ_ATTACHMENT (ID, BIZ_ID, BIZ_TYPE_ID,
123 + BIZ_TYPE_NAME, SOURCE_FILE_NAME, FILE_NAME,
124 + FILE_PATH, FILE_TYPE_ID, FILE_TYPE_NAME,
125 + STATUS, CREATE_TIME, CREATE_USER_ID,
126 + CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
127 + MODIFY_USER_NAME)
128 + values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizTypeId,jdbcType=NUMERIC},
129 + #{bizTypeName,jdbcType=VARCHAR}, #{sourceFileName,jdbcType=VARCHAR}, #{fileName,jdbcType=VARCHAR},
130 + #{filePath,jdbcType=VARCHAR}, #{fileTypeId,jdbcType=NUMERIC}, #{fileTypeName,jdbcType=VARCHAR},
131 + #{status,jdbcType=NUMERIC}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC},
132 + #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC},
133 + #{modifyUserName,jdbcType=VARCHAR})
134 + </insert>
135 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.Attachment">
136 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
137 + SELECT SEQ_T_BIZ_ATTACHMENT.NEXTVAL FROM DUAL
138 + </selectKey>
139 + insert into T_BIZ_ATTACHMENT
140 + <trim prefix="(" suffix=")" suffixOverrides=",">
141 + ID,
142 + <if test="bizId != null">
143 + BIZ_ID,
144 + </if>
145 + <if test="bizTypeId != null">
146 + BIZ_TYPE_ID,
147 + </if>
148 + <if test="bizTypeName != null">
149 + BIZ_TYPE_NAME,
150 + </if>
151 + <if test="sourceFileName != null">
152 + SOURCE_FILE_NAME,
153 + </if>
154 + <if test="fileName != null">
155 + FILE_NAME,
156 + </if>
157 + <if test="filePath != null">
158 + FILE_PATH,
159 + </if>
160 + <if test="fileTypeId != null">
161 + FILE_TYPE_ID,
162 + </if>
163 + <if test="fileTypeName != null">
164 + FILE_TYPE_NAME,
165 + </if>
166 + <if test="status != null">
167 + STATUS,
168 + </if>
169 + <if test="createTime != null">
170 + CREATE_TIME,
171 + </if>
172 + <if test="createUserId != null">
173 + CREATE_USER_ID,
174 + </if>
175 + <if test="createUserName != null">
176 + CREATE_USER_NAME,
177 + </if>
178 + <if test="modifyTime != null">
179 + MODIFY_TIME,
180 + </if>
181 + <if test="modifyUserId != null">
182 + MODIFY_USER_ID,
183 + </if>
184 + <if test="modifyUserName != null">
185 + MODIFY_USER_NAME,
186 + </if>
187 + </trim>
188 + <trim prefix="values (" suffix=")" suffixOverrides=",">
189 + #{id,jdbcType=NUMERIC},
190 + <if test="bizId != null">
191 + #{bizId,jdbcType=NUMERIC},
192 + </if>
193 + <if test="bizTypeId != null">
194 + #{bizTypeId,jdbcType=NUMERIC},
195 + </if>
196 + <if test="bizTypeName != null">
197 + #{bizTypeName,jdbcType=VARCHAR},
198 + </if>
199 + <if test="sourceFileName != null">
200 + #{sourceFileName,jdbcType=VARCHAR},
201 + </if>
202 + <if test="fileName != null">
203 + #{fileName,jdbcType=VARCHAR},
204 + </if>
205 + <if test="filePath != null">
206 + #{filePath,jdbcType=VARCHAR},
207 + </if>
208 + <if test="fileTypeId != null">
209 + #{fileTypeId,jdbcType=NUMERIC},
210 + </if>
211 + <if test="fileTypeName != null">
212 + #{fileTypeName,jdbcType=VARCHAR},
213 + </if>
214 + <if test="status != null">
215 + #{status,jdbcType=NUMERIC},
216 + </if>
217 + <if test="createTime != null">
218 + #{createTime,jdbcType=TIMESTAMP},
219 + </if>
220 + <if test="createUserId != null">
221 + #{createUserId,jdbcType=NUMERIC},
222 + </if>
223 + <if test="createUserName != null">
224 + #{createUserName,jdbcType=VARCHAR},
225 + </if>
226 + <if test="modifyTime != null">
227 + #{modifyTime,jdbcType=TIMESTAMP},
228 + </if>
229 + <if test="modifyUserId != null">
230 + #{modifyUserId,jdbcType=NUMERIC},
231 + </if>
232 + <if test="modifyUserName != null">
233 + #{modifyUserName,jdbcType=VARCHAR},
234 + </if>
235 + </trim>
236 + </insert>
237 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.AttachmentExample" resultType="java.lang.Long">
238 + select count(*) from T_BIZ_ATTACHMENT
239 + <if test="_parameter != null">
240 + <include refid="Example_Where_Clause" />
241 + </if>
242 + </select>
243 + <update id="updateByExampleSelective" parameterType="map">
244 + update T_BIZ_ATTACHMENT
245 + <set>
246 + <if test="record.id != null">
247 + ID = #{record.id,jdbcType=NUMERIC},
248 + </if>
249 + <if test="record.bizId != null">
250 + BIZ_ID = #{record.bizId,jdbcType=NUMERIC},
251 + </if>
252 + <if test="record.bizTypeId != null">
253 + BIZ_TYPE_ID = #{record.bizTypeId,jdbcType=NUMERIC},
254 + </if>
255 + <if test="record.bizTypeName != null">
256 + BIZ_TYPE_NAME = #{record.bizTypeName,jdbcType=VARCHAR},
257 + </if>
258 + <if test="record.sourceFileName != null">
259 + SOURCE_FILE_NAME = #{record.sourceFileName,jdbcType=VARCHAR},
260 + </if>
261 + <if test="record.fileName != null">
262 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
263 + </if>
264 + <if test="record.filePath != null">
265 + FILE_PATH = #{record.filePath,jdbcType=VARCHAR},
266 + </if>
267 + <if test="record.fileTypeId != null">
268 + FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC},
269 + </if>
270 + <if test="record.fileTypeName != null">
271 + FILE_TYPE_NAME = #{record.fileTypeName,jdbcType=VARCHAR},
272 + </if>
273 + <if test="record.status != null">
274 + STATUS = #{record.status,jdbcType=NUMERIC},
275 + </if>
276 + <if test="record.createTime != null">
277 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
278 + </if>
279 + <if test="record.createUserId != null">
280 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
281 + </if>
282 + <if test="record.createUserName != null">
283 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
284 + </if>
285 + <if test="record.modifyTime != null">
286 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
287 + </if>
288 + <if test="record.modifyUserId != null">
289 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
290 + </if>
291 + <if test="record.modifyUserName != null">
292 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
293 + </if>
294 + </set>
295 + <if test="_parameter != null">
296 + <include refid="Update_By_Example_Where_Clause" />
297 + </if>
298 + </update>
299 + <update id="updateByExample" parameterType="map">
300 + update T_BIZ_ATTACHMENT
301 + set ID = #{record.id,jdbcType=NUMERIC},
302 + BIZ_ID = #{record.bizId,jdbcType=NUMERIC},
303 + BIZ_TYPE_ID = #{record.bizTypeId,jdbcType=NUMERIC},
304 + BIZ_TYPE_NAME = #{record.bizTypeName,jdbcType=VARCHAR},
305 + SOURCE_FILE_NAME = #{record.sourceFileName,jdbcType=VARCHAR},
306 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
307 + FILE_PATH = #{record.filePath,jdbcType=VARCHAR},
308 + FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC},
309 + FILE_TYPE_NAME = #{record.fileTypeName,jdbcType=VARCHAR},
310 + STATUS = #{record.status,jdbcType=NUMERIC},
311 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
312 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
313 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
314 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
315 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
316 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}
317 + <if test="_parameter != null">
318 + <include refid="Update_By_Example_Where_Clause" />
319 + </if>
320 + </update>
321 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.Attachment">
322 + update T_BIZ_ATTACHMENT
323 + <set>
324 + <if test="bizId != null">
325 + BIZ_ID = #{bizId,jdbcType=NUMERIC},
326 + </if>
327 + <if test="bizTypeId != null">
328 + BIZ_TYPE_ID = #{bizTypeId,jdbcType=NUMERIC},
329 + </if>
330 + <if test="bizTypeName != null">
331 + BIZ_TYPE_NAME = #{bizTypeName,jdbcType=VARCHAR},
332 + </if>
333 + <if test="sourceFileName != null">
334 + SOURCE_FILE_NAME = #{sourceFileName,jdbcType=VARCHAR},
335 + </if>
336 + <if test="fileName != null">
337 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
338 + </if>
339 + <if test="filePath != null">
340 + FILE_PATH = #{filePath,jdbcType=VARCHAR},
341 + </if>
342 + <if test="fileTypeId != null">
343 + FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC},
344 + </if>
345 + <if test="fileTypeName != null">
346 + FILE_TYPE_NAME = #{fileTypeName,jdbcType=VARCHAR},
347 + </if>
348 + <if test="status != null">
349 + STATUS = #{status,jdbcType=NUMERIC},
350 + </if>
351 + <if test="createTime != null">
352 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
353 + </if>
354 + <if test="createUserId != null">
355 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
356 + </if>
357 + <if test="createUserName != null">
358 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
359 + </if>
360 + <if test="modifyTime != null">
361 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
362 + </if>
363 + <if test="modifyUserId != null">
364 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
365 + </if>
366 + <if test="modifyUserName != null">
367 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
368 + </if>
369 + </set>
370 + where ID = #{id,jdbcType=NUMERIC}
371 + </update>
372 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.Attachment">
373 + update T_BIZ_ATTACHMENT
374 + set BIZ_ID = #{bizId,jdbcType=NUMERIC},
375 + BIZ_TYPE_ID = #{bizTypeId,jdbcType=NUMERIC},
376 + BIZ_TYPE_NAME = #{bizTypeName,jdbcType=VARCHAR},
377 + SOURCE_FILE_NAME = #{sourceFileName,jdbcType=VARCHAR},
378 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
379 + FILE_PATH = #{filePath,jdbcType=VARCHAR},
380 + FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC},
381 + FILE_TYPE_NAME = #{fileTypeName,jdbcType=VARCHAR},
382 + STATUS = #{status,jdbcType=NUMERIC},
383 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
384 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
385 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
386 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
387 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
388 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}
389 + where ID = #{id,jdbcType=NUMERIC}
390 + </update>
391 + <sql id="OracleDialectPrefix">
392 + <if test="limitStart != null and limitStart>=0">
393 + select * from ( select row_.*, rownum rownum_ from (
394 + </if>
395 + </sql>
396 + <sql id="OracleDialectSuffix">
397 + <if test="limitStart != null and limitStart>=0">
398 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
399 + </if>
400 + </sql>
401 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.CeInfoMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.CeInfo">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
7 + <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" />
8 + <result column="SHIP_DATE" jdbcType="TIMESTAMP" property="shipDate" />
9 + <result column="SHIPPER_COUNTRY" jdbcType="VARCHAR" property="shipperCountry" />
10 + <result column="RECIPIENT_COUNTRY" jdbcType="VARCHAR" property="recipientCountry" />
11 + <result column="DEST_IATA_CODE" jdbcType="VARCHAR" property="destIataCode" />
12 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
13 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
14 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
15 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
16 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
17 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
18 + <result column="COUNT_ORIGIN" jdbcType="VARCHAR" property="countOrigin" />
19 + <result column="DESTINATION_COUNTRY" jdbcType="VARCHAR" property="destinationCountry" />
20 + <result column="CUSTOMS_CURRENCY" jdbcType="VARCHAR" property="customsCurrency" />
21 + <result column="CUSTOMS_VALUE" jdbcType="NUMERIC" property="customsValue" />
22 + <result column="WEIGHT" jdbcType="NUMERIC" property="weight" />
23 + <result column="WEIGHTUNIT" jdbcType="NUMERIC" property="weightunit" />
24 + <result column="SCANDATE" jdbcType="TIMESTAMP" property="scandate" />
25 + <result column="SHIPPER_CONTACT_NAME" jdbcType="VARCHAR" property="shipperContactName" />
26 + <result column="SHIPPER_PHONE" jdbcType="VARCHAR" property="shipperPhone" />
27 + <result column="SHIPPER_ACCOUNT" jdbcType="VARCHAR" property="shipperAccount" />
28 + <result column="SHIPPER_COMPANY" jdbcType="VARCHAR" property="shipperCompany" />
29 + <result column="SHIPPER_ADDR_LINE1" jdbcType="VARCHAR" property="shipperAddrLine1" />
30 + <result column="SHIPPER_ADDR_LINE2" jdbcType="VARCHAR" property="shipperAddrLine2" />
31 + <result column="SHIPPER_CITY" jdbcType="VARCHAR" property="shipperCity" />
32 + <result column="SHIPPER_EMAIL" jdbcType="VARCHAR" property="shipperEmail" />
33 + <result column="RECIPIENT_CONTACT_NAME" jdbcType="VARCHAR" property="recipientContactName" />
34 + <result column="RECIPIENT_PHONE" jdbcType="VARCHAR" property="recipientPhone" />
35 + <result column="RECIPIENT_COMPANY" jdbcType="VARCHAR" property="recipientCompany" />
36 + <result column="RECIPIENT_ADDR_LINE1" jdbcType="VARCHAR" property="recipientAddrLine1" />
37 + <result column="RECIPIENT_ADDR_LINE2" jdbcType="VARCHAR" property="recipientAddrLine2" />
38 + <result column="RECIPIENT_ADDR_LINE3" jdbcType="VARCHAR" property="recipientAddrLine3" />
39 + <result column="RECIPIENT_CITY" jdbcType="VARCHAR" property="recipientCity" />
40 + </resultMap>
41 + <sql id="Example_Where_Clause">
42 + <where>
43 + <foreach collection="oredCriteria" item="criteria" separator="or">
44 + <if test="criteria.valid">
45 + <trim prefix="(" prefixOverrides="and" suffix=")">
46 + <foreach collection="criteria.criteria" item="criterion">
47 + <choose>
48 + <when test="criterion.noValue">
49 + and ${criterion.condition}
50 + </when>
51 + <when test="criterion.singleValue">
52 + and ${criterion.condition} #{criterion.value}
53 + </when>
54 + <when test="criterion.betweenValue">
55 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
56 + </when>
57 + <when test="criterion.listValue">
58 + and ${criterion.condition}
59 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
60 + #{listItem}
61 + </foreach>
62 + </when>
63 + </choose>
64 + </foreach>
65 + </trim>
66 + </if>
67 + </foreach>
68 + </where>
69 + </sql>
70 + <sql id="Update_By_Example_Where_Clause">
71 + <where>
72 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
73 + <if test="criteria.valid">
74 + <trim prefix="(" prefixOverrides="and" suffix=")">
75 + <foreach collection="criteria.criteria" item="criterion">
76 + <choose>
77 + <when test="criterion.noValue">
78 + and ${criterion.condition}
79 + </when>
80 + <when test="criterion.singleValue">
81 + and ${criterion.condition} #{criterion.value}
82 + </when>
83 + <when test="criterion.betweenValue">
84 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
85 + </when>
86 + <when test="criterion.listValue">
87 + and ${criterion.condition}
88 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
89 + #{listItem}
90 + </foreach>
91 + </when>
92 + </choose>
93 + </foreach>
94 + </trim>
95 + </if>
96 + </foreach>
97 + </where>
98 + </sql>
99 + <sql id="Base_Column_List">
100 + ID, CONSIGNMENT_CODE, SEND_TIME, SHIP_DATE, SHIPPER_COUNTRY, RECIPIENT_COUNTRY, DEST_IATA_CODE,
101 + CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME,
102 + COUNT_ORIGIN, DESTINATION_COUNTRY, CUSTOMS_CURRENCY, CUSTOMS_VALUE, WEIGHT, WEIGHTUNIT,
103 + SCANDATE, SHIPPER_CONTACT_NAME, SHIPPER_PHONE, SHIPPER_ACCOUNT, SHIPPER_COMPANY,
104 + SHIPPER_ADDR_LINE1, SHIPPER_ADDR_LINE2, SHIPPER_CITY, SHIPPER_EMAIL, RECIPIENT_CONTACT_NAME,
105 + RECIPIENT_PHONE, RECIPIENT_COMPANY, RECIPIENT_ADDR_LINE1, RECIPIENT_ADDR_LINE2, RECIPIENT_ADDR_LINE3,
106 + RECIPIENT_CITY
107 + </sql>
108 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultMap="BaseResultMap">
109 + <include refid="OracleDialectPrefix" />
110 + select
111 + <if test="distinct">
112 + distinct
113 + </if>
114 + 'true' as QUERYID,
115 + <include refid="Base_Column_List" />
116 + from T_BIZ_CE_INFO
117 + <if test="_parameter != null">
118 + <include refid="Example_Where_Clause" />
119 + </if>
120 + <if test="orderByClause != null">
121 + order by ${orderByClause}
122 + </if>
123 + <include refid="OracleDialectSuffix" />
124 + </select>
125 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
126 + select
127 + <include refid="Base_Column_List" />
128 + from T_BIZ_CE_INFO
129 + where ID = #{id,jdbcType=NUMERIC}
130 + </select>
131 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
132 + delete from T_BIZ_CE_INFO
133 + where ID = #{id,jdbcType=NUMERIC}
134 + </delete>
135 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample">
136 + delete from T_BIZ_CE_INFO
137 + <if test="_parameter != null">
138 + <include refid="Example_Where_Clause" />
139 + </if>
140 + </delete>
141 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.CeInfo">
142 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
143 + SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
144 + </selectKey>
145 + insert into T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME,
146 + SHIP_DATE, SHIPPER_COUNTRY, RECIPIENT_COUNTRY,
147 + DEST_IATA_CODE, CREATE_TIME, CREATE_USER_ID,
148 + CREATE_USER_NAME, MODIFY_TIME, MODIFY_USER_ID,
149 + MODIFY_USER_NAME, COUNT_ORIGIN, DESTINATION_COUNTRY,
150 + CUSTOMS_CURRENCY, CUSTOMS_VALUE, WEIGHT,
151 + WEIGHTUNIT, SCANDATE, SHIPPER_CONTACT_NAME,
152 + SHIPPER_PHONE, SHIPPER_ACCOUNT, SHIPPER_COMPANY,
153 + SHIPPER_ADDR_LINE1, SHIPPER_ADDR_LINE2, SHIPPER_CITY,
154 + SHIPPER_EMAIL, RECIPIENT_CONTACT_NAME, RECIPIENT_PHONE,
155 + RECIPIENT_COMPANY, RECIPIENT_ADDR_LINE1, RECIPIENT_ADDR_LINE2,
156 + RECIPIENT_ADDR_LINE3, RECIPIENT_CITY)
157 + values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{sendTime,jdbcType=TIMESTAMP},
158 + #{shipDate,jdbcType=TIMESTAMP}, #{shipperCountry,jdbcType=VARCHAR}, #{recipientCountry,jdbcType=VARCHAR},
159 + #{destIataCode,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC},
160 + #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC},
161 + #{modifyUserName,jdbcType=VARCHAR}, #{countOrigin,jdbcType=VARCHAR}, #{destinationCountry,jdbcType=VARCHAR},
162 + #{customsCurrency,jdbcType=VARCHAR}, #{customsValue,jdbcType=NUMERIC}, #{weight,jdbcType=NUMERIC},
163 + #{weightunit,jdbcType=NUMERIC}, #{scandate,jdbcType=TIMESTAMP}, #{shipperContactName,jdbcType=VARCHAR},
164 + #{shipperPhone,jdbcType=VARCHAR}, #{shipperAccount,jdbcType=VARCHAR}, #{shipperCompany,jdbcType=VARCHAR},
165 + #{shipperAddrLine1,jdbcType=VARCHAR}, #{shipperAddrLine2,jdbcType=VARCHAR}, #{shipperCity,jdbcType=VARCHAR},
166 + #{shipperEmail,jdbcType=VARCHAR}, #{recipientContactName,jdbcType=VARCHAR}, #{recipientPhone,jdbcType=VARCHAR},
167 + #{recipientCompany,jdbcType=VARCHAR}, #{recipientAddrLine1,jdbcType=VARCHAR}, #{recipientAddrLine2,jdbcType=VARCHAR},
168 + #{recipientAddrLine3,jdbcType=VARCHAR}, #{recipientCity,jdbcType=VARCHAR})
169 + </insert>
170 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.CeInfo">
171 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
172 + SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
173 + </selectKey>
174 + insert into T_BIZ_CE_INFO
175 + <trim prefix="(" suffix=")" suffixOverrides=",">
176 + ID,
177 + <if test="consignmentCode != null">
178 + CONSIGNMENT_CODE,
179 + </if>
180 + <if test="sendTime != null">
181 + SEND_TIME,
182 + </if>
183 + <if test="shipDate != null">
184 + SHIP_DATE,
185 + </if>
186 + <if test="shipperCountry != null">
187 + SHIPPER_COUNTRY,
188 + </if>
189 + <if test="recipientCountry != null">
190 + RECIPIENT_COUNTRY,
191 + </if>
192 + <if test="destIataCode != null">
193 + DEST_IATA_CODE,
194 + </if>
195 + <if test="createTime != null">
196 + CREATE_TIME,
197 + </if>
198 + <if test="createUserId != null">
199 + CREATE_USER_ID,
200 + </if>
201 + <if test="createUserName != null">
202 + CREATE_USER_NAME,
203 + </if>
204 + <if test="modifyTime != null">
205 + MODIFY_TIME,
206 + </if>
207 + <if test="modifyUserId != null">
208 + MODIFY_USER_ID,
209 + </if>
210 + <if test="modifyUserName != null">
211 + MODIFY_USER_NAME,
212 + </if>
213 + <if test="countOrigin != null">
214 + COUNT_ORIGIN,
215 + </if>
216 + <if test="destinationCountry != null">
217 + DESTINATION_COUNTRY,
218 + </if>
219 + <if test="customsCurrency != null">
220 + CUSTOMS_CURRENCY,
221 + </if>
222 + <if test="customsValue != null">
223 + CUSTOMS_VALUE,
224 + </if>
225 + <if test="weight != null">
226 + WEIGHT,
227 + </if>
228 + <if test="weightunit != null">
229 + WEIGHTUNIT,
230 + </if>
231 + <if test="scandate != null">
232 + SCANDATE,
233 + </if>
234 + <if test="shipperContactName != null">
235 + SHIPPER_CONTACT_NAME,
236 + </if>
237 + <if test="shipperPhone != null">
238 + SHIPPER_PHONE,
239 + </if>
240 + <if test="shipperAccount != null">
241 + SHIPPER_ACCOUNT,
242 + </if>
243 + <if test="shipperCompany != null">
244 + SHIPPER_COMPANY,
245 + </if>
246 + <if test="shipperAddrLine1 != null">
247 + SHIPPER_ADDR_LINE1,
248 + </if>
249 + <if test="shipperAddrLine2 != null">
250 + SHIPPER_ADDR_LINE2,
251 + </if>
252 + <if test="shipperCity != null">
253 + SHIPPER_CITY,
254 + </if>
255 + <if test="shipperEmail != null">
256 + SHIPPER_EMAIL,
257 + </if>
258 + <if test="recipientContactName != null">
259 + RECIPIENT_CONTACT_NAME,
260 + </if>
261 + <if test="recipientPhone != null">
262 + RECIPIENT_PHONE,
263 + </if>
264 + <if test="recipientCompany != null">
265 + RECIPIENT_COMPANY,
266 + </if>
267 + <if test="recipientAddrLine1 != null">
268 + RECIPIENT_ADDR_LINE1,
269 + </if>
270 + <if test="recipientAddrLine2 != null">
271 + RECIPIENT_ADDR_LINE2,
272 + </if>
273 + <if test="recipientAddrLine3 != null">
274 + RECIPIENT_ADDR_LINE3,
275 + </if>
276 + <if test="recipientCity != null">
277 + RECIPIENT_CITY,
278 + </if>
279 + </trim>
280 + <trim prefix="values (" suffix=")" suffixOverrides=",">
281 + #{id,jdbcType=NUMERIC},
282 + <if test="consignmentCode != null">
283 + #{consignmentCode,jdbcType=VARCHAR},
284 + </if>
285 + <if test="sendTime != null">
286 + #{sendTime,jdbcType=TIMESTAMP},
287 + </if>
288 + <if test="shipDate != null">
289 + #{shipDate,jdbcType=TIMESTAMP},
290 + </if>
291 + <if test="shipperCountry != null">
292 + #{shipperCountry,jdbcType=VARCHAR},
293 + </if>
294 + <if test="recipientCountry != null">
295 + #{recipientCountry,jdbcType=VARCHAR},
296 + </if>
297 + <if test="destIataCode != null">
298 + #{destIataCode,jdbcType=VARCHAR},
299 + </if>
300 + <if test="createTime != null">
301 + #{createTime,jdbcType=TIMESTAMP},
302 + </if>
303 + <if test="createUserId != null">
304 + #{createUserId,jdbcType=NUMERIC},
305 + </if>
306 + <if test="createUserName != null">
307 + #{createUserName,jdbcType=VARCHAR},
308 + </if>
309 + <if test="modifyTime != null">
310 + #{modifyTime,jdbcType=TIMESTAMP},
311 + </if>
312 + <if test="modifyUserId != null">
313 + #{modifyUserId,jdbcType=NUMERIC},
314 + </if>
315 + <if test="modifyUserName != null">
316 + #{modifyUserName,jdbcType=VARCHAR},
317 + </if>
318 + <if test="countOrigin != null">
319 + #{countOrigin,jdbcType=VARCHAR},
320 + </if>
321 + <if test="destinationCountry != null">
322 + #{destinationCountry,jdbcType=VARCHAR},
323 + </if>
324 + <if test="customsCurrency != null">
325 + #{customsCurrency,jdbcType=VARCHAR},
326 + </if>
327 + <if test="customsValue != null">
328 + #{customsValue,jdbcType=NUMERIC},
329 + </if>
330 + <if test="weight != null">
331 + #{weight,jdbcType=NUMERIC},
332 + </if>
333 + <if test="weightunit != null">
334 + #{weightunit,jdbcType=NUMERIC},
335 + </if>
336 + <if test="scandate != null">
337 + #{scandate,jdbcType=TIMESTAMP},
338 + </if>
339 + <if test="shipperContactName != null">
340 + #{shipperContactName,jdbcType=VARCHAR},
341 + </if>
342 + <if test="shipperPhone != null">
343 + #{shipperPhone,jdbcType=VARCHAR},
344 + </if>
345 + <if test="shipperAccount != null">
346 + #{shipperAccount,jdbcType=VARCHAR},
347 + </if>
348 + <if test="shipperCompany != null">
349 + #{shipperCompany,jdbcType=VARCHAR},
350 + </if>
351 + <if test="shipperAddrLine1 != null">
352 + #{shipperAddrLine1,jdbcType=VARCHAR},
353 + </if>
354 + <if test="shipperAddrLine2 != null">
355 + #{shipperAddrLine2,jdbcType=VARCHAR},
356 + </if>
357 + <if test="shipperCity != null">
358 + #{shipperCity,jdbcType=VARCHAR},
359 + </if>
360 + <if test="shipperEmail != null">
361 + #{shipperEmail,jdbcType=VARCHAR},
362 + </if>
363 + <if test="recipientContactName != null">
364 + #{recipientContactName,jdbcType=VARCHAR},
365 + </if>
366 + <if test="recipientPhone != null">
367 + #{recipientPhone,jdbcType=VARCHAR},
368 + </if>
369 + <if test="recipientCompany != null">
370 + #{recipientCompany,jdbcType=VARCHAR},
371 + </if>
372 + <if test="recipientAddrLine1 != null">
373 + #{recipientAddrLine1,jdbcType=VARCHAR},
374 + </if>
375 + <if test="recipientAddrLine2 != null">
376 + #{recipientAddrLine2,jdbcType=VARCHAR},
377 + </if>
378 + <if test="recipientAddrLine3 != null">
379 + #{recipientAddrLine3,jdbcType=VARCHAR},
380 + </if>
381 + <if test="recipientCity != null">
382 + #{recipientCity,jdbcType=VARCHAR},
383 + </if>
384 + </trim>
385 + </insert>
386 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultType="java.lang.Long">
387 + select count(*) from T_BIZ_CE_INFO
388 + <if test="_parameter != null">
389 + <include refid="Example_Where_Clause" />
390 + </if>
391 + </select>
392 + <update id="updateByExampleSelective" parameterType="map">
393 + update T_BIZ_CE_INFO
394 + <set>
395 + <if test="record.id != null">
396 + ID = #{record.id,jdbcType=NUMERIC},
397 + </if>
398 + <if test="record.consignmentCode != null">
399 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
400 + </if>
401 + <if test="record.sendTime != null">
402 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
403 + </if>
404 + <if test="record.shipDate != null">
405 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
406 + </if>
407 + <if test="record.shipperCountry != null">
408 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
409 + </if>
410 + <if test="record.recipientCountry != null">
411 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
412 + </if>
413 + <if test="record.destIataCode != null">
414 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
415 + </if>
416 + <if test="record.createTime != null">
417 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
418 + </if>
419 + <if test="record.createUserId != null">
420 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
421 + </if>
422 + <if test="record.createUserName != null">
423 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
424 + </if>
425 + <if test="record.modifyTime != null">
426 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
427 + </if>
428 + <if test="record.modifyUserId != null">
429 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
430 + </if>
431 + <if test="record.modifyUserName != null">
432 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
433 + </if>
434 + <if test="record.countOrigin != null">
435 + COUNT_ORIGIN = #{record.countOrigin,jdbcType=VARCHAR},
436 + </if>
437 + <if test="record.destinationCountry != null">
438 + DESTINATION_COUNTRY = #{record.destinationCountry,jdbcType=VARCHAR},
439 + </if>
440 + <if test="record.customsCurrency != null">
441 + CUSTOMS_CURRENCY = #{record.customsCurrency,jdbcType=VARCHAR},
442 + </if>
443 + <if test="record.customsValue != null">
444 + CUSTOMS_VALUE = #{record.customsValue,jdbcType=NUMERIC},
445 + </if>
446 + <if test="record.weight != null">
447 + WEIGHT = #{record.weight,jdbcType=NUMERIC},
448 + </if>
449 + <if test="record.weightunit != null">
450 + WEIGHTUNIT = #{record.weightunit,jdbcType=NUMERIC},
451 + </if>
452 + <if test="record.scandate != null">
453 + SCANDATE = #{record.scandate,jdbcType=TIMESTAMP},
454 + </if>
455 + <if test="record.shipperContactName != null">
456 + SHIPPER_CONTACT_NAME = #{record.shipperContactName,jdbcType=VARCHAR},
457 + </if>
458 + <if test="record.shipperPhone != null">
459 + SHIPPER_PHONE = #{record.shipperPhone,jdbcType=VARCHAR},
460 + </if>
461 + <if test="record.shipperAccount != null">
462 + SHIPPER_ACCOUNT = #{record.shipperAccount,jdbcType=VARCHAR},
463 + </if>
464 + <if test="record.shipperCompany != null">
465 + SHIPPER_COMPANY = #{record.shipperCompany,jdbcType=VARCHAR},
466 + </if>
467 + <if test="record.shipperAddrLine1 != null">
468 + SHIPPER_ADDR_LINE1 = #{record.shipperAddrLine1,jdbcType=VARCHAR},
469 + </if>
470 + <if test="record.shipperAddrLine2 != null">
471 + SHIPPER_ADDR_LINE2 = #{record.shipperAddrLine2,jdbcType=VARCHAR},
472 + </if>
473 + <if test="record.shipperCity != null">
474 + SHIPPER_CITY = #{record.shipperCity,jdbcType=VARCHAR},
475 + </if>
476 + <if test="record.shipperEmail != null">
477 + SHIPPER_EMAIL = #{record.shipperEmail,jdbcType=VARCHAR},
478 + </if>
479 + <if test="record.recipientContactName != null">
480 + RECIPIENT_CONTACT_NAME = #{record.recipientContactName,jdbcType=VARCHAR},
481 + </if>
482 + <if test="record.recipientPhone != null">
483 + RECIPIENT_PHONE = #{record.recipientPhone,jdbcType=VARCHAR},
484 + </if>
485 + <if test="record.recipientCompany != null">
486 + RECIPIENT_COMPANY = #{record.recipientCompany,jdbcType=VARCHAR},
487 + </if>
488 + <if test="record.recipientAddrLine1 != null">
489 + RECIPIENT_ADDR_LINE1 = #{record.recipientAddrLine1,jdbcType=VARCHAR},
490 + </if>
491 + <if test="record.recipientAddrLine2 != null">
492 + RECIPIENT_ADDR_LINE2 = #{record.recipientAddrLine2,jdbcType=VARCHAR},
493 + </if>
494 + <if test="record.recipientAddrLine3 != null">
495 + RECIPIENT_ADDR_LINE3 = #{record.recipientAddrLine3,jdbcType=VARCHAR},
496 + </if>
497 + <if test="record.recipientCity != null">
498 + RECIPIENT_CITY = #{record.recipientCity,jdbcType=VARCHAR},
499 + </if>
500 + </set>
501 + <if test="_parameter != null">
502 + <include refid="Update_By_Example_Where_Clause" />
503 + </if>
504 + </update>
505 + <update id="updateByExample" parameterType="map">
506 + update T_BIZ_CE_INFO
507 + set ID = #{record.id,jdbcType=NUMERIC},
508 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
509 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
510 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
511 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
512 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
513 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
514 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
515 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
516 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
517 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
518 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
519 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
520 + COUNT_ORIGIN = #{record.countOrigin,jdbcType=VARCHAR},
521 + DESTINATION_COUNTRY = #{record.destinationCountry,jdbcType=VARCHAR},
522 + CUSTOMS_CURRENCY = #{record.customsCurrency,jdbcType=VARCHAR},
523 + CUSTOMS_VALUE = #{record.customsValue,jdbcType=NUMERIC},
524 + WEIGHT = #{record.weight,jdbcType=NUMERIC},
525 + WEIGHTUNIT = #{record.weightunit,jdbcType=NUMERIC},
526 + SCANDATE = #{record.scandate,jdbcType=TIMESTAMP},
527 + SHIPPER_CONTACT_NAME = #{record.shipperContactName,jdbcType=VARCHAR},
528 + SHIPPER_PHONE = #{record.shipperPhone,jdbcType=VARCHAR},
529 + SHIPPER_ACCOUNT = #{record.shipperAccount,jdbcType=VARCHAR},
530 + SHIPPER_COMPANY = #{record.shipperCompany,jdbcType=VARCHAR},
531 + SHIPPER_ADDR_LINE1 = #{record.shipperAddrLine1,jdbcType=VARCHAR},
532 + SHIPPER_ADDR_LINE2 = #{record.shipperAddrLine2,jdbcType=VARCHAR},
533 + SHIPPER_CITY = #{record.shipperCity,jdbcType=VARCHAR},
534 + SHIPPER_EMAIL = #{record.shipperEmail,jdbcType=VARCHAR},
535 + RECIPIENT_CONTACT_NAME = #{record.recipientContactName,jdbcType=VARCHAR},
536 + RECIPIENT_PHONE = #{record.recipientPhone,jdbcType=VARCHAR},
537 + RECIPIENT_COMPANY = #{record.recipientCompany,jdbcType=VARCHAR},
538 + RECIPIENT_ADDR_LINE1 = #{record.recipientAddrLine1,jdbcType=VARCHAR},
539 + RECIPIENT_ADDR_LINE2 = #{record.recipientAddrLine2,jdbcType=VARCHAR},
540 + RECIPIENT_ADDR_LINE3 = #{record.recipientAddrLine3,jdbcType=VARCHAR},
541 + RECIPIENT_CITY = #{record.recipientCity,jdbcType=VARCHAR}
542 + <if test="_parameter != null">
543 + <include refid="Update_By_Example_Where_Clause" />
544 + </if>
545 + </update>
546 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.CeInfo">
547 + update T_BIZ_CE_INFO
548 + <set>
549 + <if test="consignmentCode != null">
550 + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
551 + </if>
552 + <if test="sendTime != null">
553 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
554 + </if>
555 + <if test="shipDate != null">
556 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
557 + </if>
558 + <if test="shipperCountry != null">
559 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
560 + </if>
561 + <if test="recipientCountry != null">
562 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
563 + </if>
564 + <if test="destIataCode != null">
565 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
566 + </if>
567 + <if test="createTime != null">
568 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
569 + </if>
570 + <if test="createUserId != null">
571 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
572 + </if>
573 + <if test="createUserName != null">
574 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
575 + </if>
576 + <if test="modifyTime != null">
577 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
578 + </if>
579 + <if test="modifyUserId != null">
580 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
581 + </if>
582 + <if test="modifyUserName != null">
583 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
584 + </if>
585 + <if test="countOrigin != null">
586 + COUNT_ORIGIN = #{countOrigin,jdbcType=VARCHAR},
587 + </if>
588 + <if test="destinationCountry != null">
589 + DESTINATION_COUNTRY = #{destinationCountry,jdbcType=VARCHAR},
590 + </if>
591 + <if test="customsCurrency != null">
592 + CUSTOMS_CURRENCY = #{customsCurrency,jdbcType=VARCHAR},
593 + </if>
594 + <if test="customsValue != null">
595 + CUSTOMS_VALUE = #{customsValue,jdbcType=NUMERIC},
596 + </if>
597 + <if test="weight != null">
598 + WEIGHT = #{weight,jdbcType=NUMERIC},
599 + </if>
600 + <if test="weightunit != null">
601 + WEIGHTUNIT = #{weightunit,jdbcType=NUMERIC},
602 + </if>
603 + <if test="scandate != null">
604 + SCANDATE = #{scandate,jdbcType=TIMESTAMP},
605 + </if>
606 + <if test="shipperContactName != null">
607 + SHIPPER_CONTACT_NAME = #{shipperContactName,jdbcType=VARCHAR},
608 + </if>
609 + <if test="shipperPhone != null">
610 + SHIPPER_PHONE = #{shipperPhone,jdbcType=VARCHAR},
611 + </if>
612 + <if test="shipperAccount != null">
613 + SHIPPER_ACCOUNT = #{shipperAccount,jdbcType=VARCHAR},
614 + </if>
615 + <if test="shipperCompany != null">
616 + SHIPPER_COMPANY = #{shipperCompany,jdbcType=VARCHAR},
617 + </if>
618 + <if test="shipperAddrLine1 != null">
619 + SHIPPER_ADDR_LINE1 = #{shipperAddrLine1,jdbcType=VARCHAR},
620 + </if>
621 + <if test="shipperAddrLine2 != null">
622 + SHIPPER_ADDR_LINE2 = #{shipperAddrLine2,jdbcType=VARCHAR},
623 + </if>
624 + <if test="shipperCity != null">
625 + SHIPPER_CITY = #{shipperCity,jdbcType=VARCHAR},
626 + </if>
627 + <if test="shipperEmail != null">
628 + SHIPPER_EMAIL = #{shipperEmail,jdbcType=VARCHAR},
629 + </if>
630 + <if test="recipientContactName != null">
631 + RECIPIENT_CONTACT_NAME = #{recipientContactName,jdbcType=VARCHAR},
632 + </if>
633 + <if test="recipientPhone != null">
634 + RECIPIENT_PHONE = #{recipientPhone,jdbcType=VARCHAR},
635 + </if>
636 + <if test="recipientCompany != null">
637 + RECIPIENT_COMPANY = #{recipientCompany,jdbcType=VARCHAR},
638 + </if>
639 + <if test="recipientAddrLine1 != null">
640 + RECIPIENT_ADDR_LINE1 = #{recipientAddrLine1,jdbcType=VARCHAR},
641 + </if>
642 + <if test="recipientAddrLine2 != null">
643 + RECIPIENT_ADDR_LINE2 = #{recipientAddrLine2,jdbcType=VARCHAR},
644 + </if>
645 + <if test="recipientAddrLine3 != null">
646 + RECIPIENT_ADDR_LINE3 = #{recipientAddrLine3,jdbcType=VARCHAR},
647 + </if>
648 + <if test="recipientCity != null">
649 + RECIPIENT_CITY = #{recipientCity,jdbcType=VARCHAR},
650 + </if>
651 + </set>
652 + where ID = #{id,jdbcType=NUMERIC}
653 + </update>
654 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.CeInfo">
655 + update T_BIZ_CE_INFO
656 + set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
657 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
658 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
659 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
660 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
661 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
662 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
663 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
664 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
665 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
666 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
667 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
668 + COUNT_ORIGIN = #{countOrigin,jdbcType=VARCHAR},
669 + DESTINATION_COUNTRY = #{destinationCountry,jdbcType=VARCHAR},
670 + CUSTOMS_CURRENCY = #{customsCurrency,jdbcType=VARCHAR},
671 + CUSTOMS_VALUE = #{customsValue,jdbcType=NUMERIC},
672 + WEIGHT = #{weight,jdbcType=NUMERIC},
673 + WEIGHTUNIT = #{weightunit,jdbcType=NUMERIC},
674 + SCANDATE = #{scandate,jdbcType=TIMESTAMP},
675 + SHIPPER_CONTACT_NAME = #{shipperContactName,jdbcType=VARCHAR},
676 + SHIPPER_PHONE = #{shipperPhone,jdbcType=VARCHAR},
677 + SHIPPER_ACCOUNT = #{shipperAccount,jdbcType=VARCHAR},
678 + SHIPPER_COMPANY = #{shipperCompany,jdbcType=VARCHAR},
679 + SHIPPER_ADDR_LINE1 = #{shipperAddrLine1,jdbcType=VARCHAR},
680 + SHIPPER_ADDR_LINE2 = #{shipperAddrLine2,jdbcType=VARCHAR},
681 + SHIPPER_CITY = #{shipperCity,jdbcType=VARCHAR},
682 + SHIPPER_EMAIL = #{shipperEmail,jdbcType=VARCHAR},
683 + RECIPIENT_CONTACT_NAME = #{recipientContactName,jdbcType=VARCHAR},
684 + RECIPIENT_PHONE = #{recipientPhone,jdbcType=VARCHAR},
685 + RECIPIENT_COMPANY = #{recipientCompany,jdbcType=VARCHAR},
686 + RECIPIENT_ADDR_LINE1 = #{recipientAddrLine1,jdbcType=VARCHAR},
687 + RECIPIENT_ADDR_LINE2 = #{recipientAddrLine2,jdbcType=VARCHAR},
688 + RECIPIENT_ADDR_LINE3 = #{recipientAddrLine3,jdbcType=VARCHAR},
689 + RECIPIENT_CITY = #{recipientCity,jdbcType=VARCHAR}
690 + where ID = #{id,jdbcType=NUMERIC}
691 + </update>
692 + <sql id="OracleDialectPrefix">
693 + <if test="limitStart != null and limitStart&gt;=0">
694 + select * from ( select row_.*, rownum rownum_ from (
695 + </if>
696 + </sql>
697 + <sql id="OracleDialectSuffix">
698 + <if test="limitStart != null and limitStart&gt;=0">
699 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
700 + </if>
701 + </sql>
702 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.CeInfo">
703 + <id column="ID" jdbcType="NUMERIC" property="id" />
704 + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
705 + <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" />
706 + <result column="SHIP_DATE" jdbcType="TIMESTAMP" property="shipDate" />
707 + <result column="SHIPPER_COUNTRY" jdbcType="VARCHAR" property="shipperCountry" />
708 + <result column="RECIPIENT_COUNTRY" jdbcType="VARCHAR" property="recipientCountry" />
709 + <result column="DEST_IATA_CODE" jdbcType="VARCHAR" property="destIataCode" />
710 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
711 + </resultMap>
712 + <sql id="Example_Where_Clause">
713 + <where>
714 + <foreach collection="oredCriteria" item="criteria" separator="or">
715 + <if test="criteria.valid">
716 + <trim prefix="(" prefixOverrides="and" suffix=")">
717 + <foreach collection="criteria.criteria" item="criterion">
718 + <choose>
719 + <when test="criterion.noValue">
720 + and ${criterion.condition}
721 + </when>
722 + <when test="criterion.singleValue">
723 + and ${criterion.condition} #{criterion.value}
724 + </when>
725 + <when test="criterion.betweenValue">
726 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
727 + </when>
728 + <when test="criterion.listValue">
729 + and ${criterion.condition}
730 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
731 + #{listItem}
732 + </foreach>
733 + </when>
734 + </choose>
735 + </foreach>
736 + </trim>
737 + </if>
738 + </foreach>
739 + </where>
740 + </sql>
741 + <sql id="Update_By_Example_Where_Clause">
742 + <where>
743 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
744 + <if test="criteria.valid">
745 + <trim prefix="(" prefixOverrides="and" suffix=")">
746 + <foreach collection="criteria.criteria" item="criterion">
747 + <choose>
748 + <when test="criterion.noValue">
749 + and ${criterion.condition}
750 + </when>
751 + <when test="criterion.singleValue">
752 + and ${criterion.condition} #{criterion.value}
753 + </when>
754 + <when test="criterion.betweenValue">
755 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
756 + </when>
757 + <when test="criterion.listValue">
758 + and ${criterion.condition}
759 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
760 + #{listItem}
761 + </foreach>
762 + </when>
763 + </choose>
764 + </foreach>
765 + </trim>
766 + </if>
767 + </foreach>
768 + </where>
769 + </sql>
770 + <sql id="Base_Column_List">
771 + ID, CONSIGNMENT_CODE, SEND_TIME, SHIP_DATE, SHIPPER_COUNTRY, RECIPIENT_COUNTRY, DEST_IATA_CODE,
772 + CREATE_TIME
773 + </sql>
774 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultMap="BaseResultMap">
775 + <include refid="OracleDialectPrefix" />
776 + select
777 + <if test="distinct">
778 + distinct
779 + </if>
780 + 'true' as QUERYID,
781 + <include refid="Base_Column_List" />
782 + from T_BIZ_CE_INFO
783 + <if test="_parameter != null">
784 + <include refid="Example_Where_Clause" />
785 + </if>
786 + <if test="orderByClause != null">
787 + order by ${orderByClause}
788 + </if>
789 + <include refid="OracleDialectSuffix" />
790 + </select>
791 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
792 + select
793 + <include refid="Base_Column_List" />
794 + from T_BIZ_CE_INFO
795 + where ID = #{id,jdbcType=NUMERIC}
796 + </select>
797 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
798 + delete from T_BIZ_CE_INFO
799 + where ID = #{id,jdbcType=NUMERIC}
800 + </delete>
801 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample">
802 + delete from T_BIZ_CE_INFO
803 + <if test="_parameter != null">
804 + <include refid="Example_Where_Clause" />
805 + </if>
806 + </delete>
807 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.CeInfo">
808 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
809 + SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
810 + </selectKey>
811 + insert into T_BIZ_CE_INFO (ID, CONSIGNMENT_CODE, SEND_TIME,
812 + SHIP_DATE, SHIPPER_COUNTRY, RECIPIENT_COUNTRY,
813 + DEST_IATA_CODE, CREATE_TIME)
814 + values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{sendTime,jdbcType=TIMESTAMP},
815 + #{shipDate,jdbcType=TIMESTAMP}, #{shipperCountry,jdbcType=VARCHAR}, #{recipientCountry,jdbcType=VARCHAR},
816 + #{destIataCode,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
817 + </insert>
818 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.CeInfo">
819 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
820 + SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL
821 + </selectKey>
822 + insert into T_BIZ_CE_INFO
823 + <trim prefix="(" suffix=")" suffixOverrides=",">
824 + ID,
825 + <if test="consignmentCode != null">
826 + CONSIGNMENT_CODE,
827 + </if>
828 + <if test="sendTime != null">
829 + SEND_TIME,
830 + </if>
831 + <if test="shipDate != null">
832 + SHIP_DATE,
833 + </if>
834 + <if test="shipperCountry != null">
835 + SHIPPER_COUNTRY,
836 + </if>
837 + <if test="recipientCountry != null">
838 + RECIPIENT_COUNTRY,
839 + </if>
840 + <if test="destIataCode != null">
841 + DEST_IATA_CODE,
842 + </if>
843 + <if test="createTime != null">
844 + CREATE_TIME,
845 + </if>
846 + </trim>
847 + <trim prefix="values (" suffix=")" suffixOverrides=",">
848 + #{id,jdbcType=NUMERIC},
849 + <if test="consignmentCode != null">
850 + #{consignmentCode,jdbcType=VARCHAR},
851 + </if>
852 + <if test="sendTime != null">
853 + #{sendTime,jdbcType=TIMESTAMP},
854 + </if>
855 + <if test="shipDate != null">
856 + #{shipDate,jdbcType=TIMESTAMP},
857 + </if>
858 + <if test="shipperCountry != null">
859 + #{shipperCountry,jdbcType=VARCHAR},
860 + </if>
861 + <if test="recipientCountry != null">
862 + #{recipientCountry,jdbcType=VARCHAR},
863 + </if>
864 + <if test="destIataCode != null">
865 + #{destIataCode,jdbcType=VARCHAR},
866 + </if>
867 + <if test="createTime != null">
868 + #{createTime,jdbcType=TIMESTAMP},
869 + </if>
870 + </trim>
871 + </insert>
872 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.CeInfoExample" resultType="java.lang.Long">
873 + select count(*) from T_BIZ_CE_INFO
874 + <if test="_parameter != null">
875 + <include refid="Example_Where_Clause" />
876 + </if>
877 + </select>
878 + <update id="updateByExampleSelective" parameterType="map">
879 + update T_BIZ_CE_INFO
880 + <set>
881 + <if test="record.id != null">
882 + ID = #{record.id,jdbcType=NUMERIC},
883 + </if>
884 + <if test="record.consignmentCode != null">
885 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
886 + </if>
887 + <if test="record.sendTime != null">
888 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
889 + </if>
890 + <if test="record.shipDate != null">
891 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
892 + </if>
893 + <if test="record.shipperCountry != null">
894 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
895 + </if>
896 + <if test="record.recipientCountry != null">
897 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
898 + </if>
899 + <if test="record.destIataCode != null">
900 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
901 + </if>
902 + <if test="record.createTime != null">
903 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
904 + </if>
905 + </set>
906 + <if test="_parameter != null">
907 + <include refid="Update_By_Example_Where_Clause" />
908 + </if>
909 + </update>
910 + <update id="updateByExample" parameterType="map">
911 + update T_BIZ_CE_INFO
912 + set ID = #{record.id,jdbcType=NUMERIC},
913 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
914 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
915 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
916 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
917 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
918 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
919 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP}
920 + <if test="_parameter != null">
921 + <include refid="Update_By_Example_Where_Clause" />
922 + </if>
923 + </update>
924 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.CeInfo">
925 + update T_BIZ_CE_INFO
926 + <set>
927 + <if test="consignmentCode != null">
928 + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
929 + </if>
930 + <if test="sendTime != null">
931 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
932 + </if>
933 + <if test="shipDate != null">
934 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
935 + </if>
936 + <if test="shipperCountry != null">
937 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
938 + </if>
939 + <if test="recipientCountry != null">
940 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
941 + </if>
942 + <if test="destIataCode != null">
943 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
944 + </if>
945 + <if test="createTime != null">
946 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
947 + </if>
948 + </set>
949 + where ID = #{id,jdbcType=NUMERIC}
950 + </update>
951 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.CeInfo">
952 + update T_BIZ_CE_INFO
953 + set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
954 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
955 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
956 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
957 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
958 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
959 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP}
960 + where ID = #{id,jdbcType=NUMERIC}
961 + </update>
962 + <sql id="OracleDialectPrefix">
963 + <if test="limitStart != null and limitStart&gt;=0">
964 + select * from ( select row_.*, rownum rownum_ from (
965 + </if>
966 + </sql>
967 + <sql id="OracleDialectSuffix">
968 + <if test="limitStart != null and limitStart&gt;=0">
969 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
970 + </if>
971 + </sql>
972 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.ConsignmentMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.Consignment">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
7 + <result column="SHIP_DATE" jdbcType="TIMESTAMP" property="shipDate" />
8 + <result column="SHIPPER_COUNTRY" jdbcType="VARCHAR" property="shipperCountry" />
9 + <result column="RECIPIENT_COUNTRY" jdbcType="VARCHAR" property="recipientCountry" />
10 + <result column="DEST_IATA_CODE" jdbcType="VARCHAR" property="destIataCode" />
11 + <result column="COUNT_ORIGIN" jdbcType="VARCHAR" property="countOrigin" />
12 + <result column="DESTINATION_COUNTRY" jdbcType="VARCHAR" property="destinationCountry" />
13 + <result column="CUSTOMS_CURRENCY" jdbcType="VARCHAR" property="customsCurrency" />
14 + <result column="CUSTOMS_VALUE" jdbcType="NUMERIC" property="customsValue" />
15 + <result column="WEIGHT" jdbcType="NUMERIC" property="weight" />
16 + <result column="WEIGHTUNIT" jdbcType="NUMERIC" property="weightunit" />
17 + <result column="SCANDATE" jdbcType="TIMESTAMP" property="scandate" />
18 + <result column="SHIPPER_CONTACT_NAME" jdbcType="VARCHAR" property="shipperContactName" />
19 + <result column="SHIPPER_PHONE" jdbcType="VARCHAR" property="shipperPhone" />
20 + <result column="SHIPPER_ACCOUNT" jdbcType="VARCHAR" property="shipperAccount" />
21 + <result column="SHIPPER_COMPANY" jdbcType="VARCHAR" property="shipperCompany" />
22 + <result column="SHIPPER_ADDR_LINE1" jdbcType="VARCHAR" property="shipperAddrLine1" />
23 + <result column="SHIPPER_ADDR_LINE2" jdbcType="VARCHAR" property="shipperAddrLine2" />
24 + <result column="SHIPPER_CITY" jdbcType="VARCHAR" property="shipperCity" />
25 + <result column="SHIPPER_EMAIL" jdbcType="VARCHAR" property="shipperEmail" />
26 + <result column="RECIPIENT_CONTACT_NAME" jdbcType="VARCHAR" property="recipientContactName" />
27 + <result column="RECIPIENT_PHONE" jdbcType="VARCHAR" property="recipientPhone" />
28 + <result column="RECIPIENT_COMPANY" jdbcType="VARCHAR" property="recipientCompany" />
29 + <result column="RECIPIENT_ADDR_LINE1" jdbcType="VARCHAR" property="recipientAddrLine1" />
30 + <result column="RECIPIENT_ADDR_LINE2" jdbcType="VARCHAR" property="recipientAddrLine2" />
31 + <result column="RECIPIENT_ADDR_LINE3" jdbcType="VARCHAR" property="recipientAddrLine3" />
32 + <result column="RECIPIENT_CITY" jdbcType="VARCHAR" property="recipientCity" />
33 + <result column="FIRST_COMMIT_TIME" jdbcType="TIMESTAMP" property="firstCommitTime" />
34 + <result column="FIRST_SUBMITTER_ID" jdbcType="NUMERIC" property="firstSubmitterId" />
35 + <result column="FIRST_SUBMITTER" jdbcType="VARCHAR" property="firstSubmitter" />
36 + <result column="COMMIT_TIME" jdbcType="TIMESTAMP" property="commitTime" />
37 + <result column="SUBMITTER_ID" jdbcType="NUMERIC" property="submitterId" />
38 + <result column="SUBMITTER" jdbcType="VARCHAR" property="submitter" />
39 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
40 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
41 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
42 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
43 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
44 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
45 + <result column="CE_INFO_ID" jdbcType="NUMERIC" property="ceInfoId" />
46 + </resultMap>
47 + <sql id="Example_Where_Clause">
48 + <where>
49 + <foreach collection="oredCriteria" item="criteria" separator="or">
50 + <if test="criteria.valid">
51 + <trim prefix="(" prefixOverrides="and" suffix=")">
52 + <foreach collection="criteria.criteria" item="criterion">
53 + <choose>
54 + <when test="criterion.noValue">
55 + and ${criterion.condition}
56 + </when>
57 + <when test="criterion.singleValue">
58 + and ${criterion.condition} #{criterion.value}
59 + </when>
60 + <when test="criterion.betweenValue">
61 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
62 + </when>
63 + <when test="criterion.listValue">
64 + and ${criterion.condition}
65 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
66 + #{listItem}
67 + </foreach>
68 + </when>
69 + </choose>
70 + </foreach>
71 + </trim>
72 + </if>
73 + </foreach>
74 + </where>
75 + </sql>
76 + <sql id="Update_By_Example_Where_Clause">
77 + <where>
78 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
79 + <if test="criteria.valid">
80 + <trim prefix="(" prefixOverrides="and" suffix=")">
81 + <foreach collection="criteria.criteria" item="criterion">
82 + <choose>
83 + <when test="criterion.noValue">
84 + and ${criterion.condition}
85 + </when>
86 + <when test="criterion.singleValue">
87 + and ${criterion.condition} #{criterion.value}
88 + </when>
89 + <when test="criterion.betweenValue">
90 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
91 + </when>
92 + <when test="criterion.listValue">
93 + and ${criterion.condition}
94 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
95 + #{listItem}
96 + </foreach>
97 + </when>
98 + </choose>
99 + </foreach>
100 + </trim>
101 + </if>
102 + </foreach>
103 + </where>
104 + </sql>
105 + <sql id="Base_Column_List">
106 + ID, CONSIGNMENT_CODE, SHIP_DATE, SHIPPER_COUNTRY, RECIPIENT_COUNTRY, DEST_IATA_CODE,
107 + COUNT_ORIGIN, DESTINATION_COUNTRY, CUSTOMS_CURRENCY, CUSTOMS_VALUE, WEIGHT, WEIGHTUNIT,
108 + SCANDATE, SHIPPER_CONTACT_NAME, SHIPPER_PHONE, SHIPPER_ACCOUNT, SHIPPER_COMPANY,
109 + SHIPPER_ADDR_LINE1, SHIPPER_ADDR_LINE2, SHIPPER_CITY, SHIPPER_EMAIL, RECIPIENT_CONTACT_NAME,
110 + RECIPIENT_PHONE, RECIPIENT_COMPANY, RECIPIENT_ADDR_LINE1, RECIPIENT_ADDR_LINE2, RECIPIENT_ADDR_LINE3,
111 + RECIPIENT_CITY, FIRST_COMMIT_TIME, FIRST_SUBMITTER_ID, FIRST_SUBMITTER, COMMIT_TIME,
112 + SUBMITTER_ID, SUBMITTER, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
113 + MODIFY_USER_ID, MODIFY_USER_NAME, CE_INFO_ID
114 + </sql>
115 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.ConsignmentExample" resultMap="BaseResultMap">
116 + <include refid="OracleDialectPrefix" />
117 + select
118 + <if test="distinct">
119 + distinct
120 + </if>
121 + 'true' as QUERYID,
122 + <include refid="Base_Column_List" />
123 + from T_BIZ_CONSIGNMENT
124 + <if test="_parameter != null">
125 + <include refid="Example_Where_Clause" />
126 + </if>
127 + <if test="orderByClause != null">
128 + order by ${orderByClause}
129 + </if>
130 + <include refid="OracleDialectSuffix" />
131 + </select>
132 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
133 + select
134 + <include refid="Base_Column_List" />
135 + from T_BIZ_CONSIGNMENT
136 + where ID = #{id,jdbcType=NUMERIC}
137 + </select>
138 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
139 + delete from T_BIZ_CONSIGNMENT
140 + where ID = #{id,jdbcType=NUMERIC}
141 + </delete>
142 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.ConsignmentExample">
143 + delete from T_BIZ_CONSIGNMENT
144 + <if test="_parameter != null">
145 + <include refid="Example_Where_Clause" />
146 + </if>
147 + </delete>
148 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.Consignment">
149 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
150 + SELECT SEQ_T_BIZ_CONSIGNMENT.NEXTVAL FROM DUAL
151 + </selectKey>
152 + insert into T_BIZ_CONSIGNMENT (ID, CONSIGNMENT_CODE, SHIP_DATE,
153 + SHIPPER_COUNTRY, RECIPIENT_COUNTRY, DEST_IATA_CODE,
154 + COUNT_ORIGIN, DESTINATION_COUNTRY, CUSTOMS_CURRENCY,
155 + CUSTOMS_VALUE, WEIGHT, WEIGHTUNIT,
156 + SCANDATE, SHIPPER_CONTACT_NAME, SHIPPER_PHONE,
157 + SHIPPER_ACCOUNT, SHIPPER_COMPANY, SHIPPER_ADDR_LINE1,
158 + SHIPPER_ADDR_LINE2, SHIPPER_CITY, SHIPPER_EMAIL,
159 + RECIPIENT_CONTACT_NAME, RECIPIENT_PHONE, RECIPIENT_COMPANY,
160 + RECIPIENT_ADDR_LINE1, RECIPIENT_ADDR_LINE2,
161 + RECIPIENT_ADDR_LINE3, RECIPIENT_CITY, FIRST_COMMIT_TIME,
162 + FIRST_SUBMITTER_ID, FIRST_SUBMITTER, COMMIT_TIME,
163 + SUBMITTER_ID, SUBMITTER, CREATE_TIME,
164 + CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
165 + MODIFY_USER_ID, MODIFY_USER_NAME, CE_INFO_ID
166 + )
167 + values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{shipDate,jdbcType=TIMESTAMP},
168 + #{shipperCountry,jdbcType=VARCHAR}, #{recipientCountry,jdbcType=VARCHAR}, #{destIataCode,jdbcType=VARCHAR},
169 + #{countOrigin,jdbcType=VARCHAR}, #{destinationCountry,jdbcType=VARCHAR}, #{customsCurrency,jdbcType=VARCHAR},
170 + #{customsValue,jdbcType=NUMERIC}, #{weight,jdbcType=NUMERIC}, #{weightunit,jdbcType=NUMERIC},
171 + #{scandate,jdbcType=TIMESTAMP}, #{shipperContactName,jdbcType=VARCHAR}, #{shipperPhone,jdbcType=VARCHAR},
172 + #{shipperAccount,jdbcType=VARCHAR}, #{shipperCompany,jdbcType=VARCHAR}, #{shipperAddrLine1,jdbcType=VARCHAR},
173 + #{shipperAddrLine2,jdbcType=VARCHAR}, #{shipperCity,jdbcType=VARCHAR}, #{shipperEmail,jdbcType=VARCHAR},
174 + #{recipientContactName,jdbcType=VARCHAR}, #{recipientPhone,jdbcType=VARCHAR}, #{recipientCompany,jdbcType=VARCHAR},
175 + #{recipientAddrLine1,jdbcType=VARCHAR}, #{recipientAddrLine2,jdbcType=VARCHAR},
176 + #{recipientAddrLine3,jdbcType=VARCHAR}, #{recipientCity,jdbcType=VARCHAR}, #{firstCommitTime,jdbcType=TIMESTAMP},
177 + #{firstSubmitterId,jdbcType=NUMERIC}, #{firstSubmitter,jdbcType=VARCHAR}, #{commitTime,jdbcType=TIMESTAMP},
178 + #{submitterId,jdbcType=NUMERIC}, #{submitter,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
179 + #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
180 + #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR}, #{ceInfoId,jdbcType=NUMERIC}
181 + )
182 + </insert>
183 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.Consignment">
184 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
185 + SELECT SEQ_T_BIZ_CONSIGNMENT.NEXTVAL FROM DUAL
186 + </selectKey>
187 + insert into T_BIZ_CONSIGNMENT
188 + <trim prefix="(" suffix=")" suffixOverrides=",">
189 + ID,
190 + <if test="consignmentCode != null">
191 + CONSIGNMENT_CODE,
192 + </if>
193 + <if test="shipDate != null">
194 + SHIP_DATE,
195 + </if>
196 + <if test="shipperCountry != null">
197 + SHIPPER_COUNTRY,
198 + </if>
199 + <if test="recipientCountry != null">
200 + RECIPIENT_COUNTRY,
201 + </if>
202 + <if test="destIataCode != null">
203 + DEST_IATA_CODE,
204 + </if>
205 + <if test="countOrigin != null">
206 + COUNT_ORIGIN,
207 + </if>
208 + <if test="destinationCountry != null">
209 + DESTINATION_COUNTRY,
210 + </if>
211 + <if test="customsCurrency != null">
212 + CUSTOMS_CURRENCY,
213 + </if>
214 + <if test="customsValue != null">
215 + CUSTOMS_VALUE,
216 + </if>
217 + <if test="weight != null">
218 + WEIGHT,
219 + </if>
220 + <if test="weightunit != null">
221 + WEIGHTUNIT,
222 + </if>
223 + <if test="scandate != null">
224 + SCANDATE,
225 + </if>
226 + <if test="shipperContactName != null">
227 + SHIPPER_CONTACT_NAME,
228 + </if>
229 + <if test="shipperPhone != null">
230 + SHIPPER_PHONE,
231 + </if>
232 + <if test="shipperAccount != null">
233 + SHIPPER_ACCOUNT,
234 + </if>
235 + <if test="shipperCompany != null">
236 + SHIPPER_COMPANY,
237 + </if>
238 + <if test="shipperAddrLine1 != null">
239 + SHIPPER_ADDR_LINE1,
240 + </if>
241 + <if test="shipperAddrLine2 != null">
242 + SHIPPER_ADDR_LINE2,
243 + </if>
244 + <if test="shipperCity != null">
245 + SHIPPER_CITY,
246 + </if>
247 + <if test="shipperEmail != null">
248 + SHIPPER_EMAIL,
249 + </if>
250 + <if test="recipientContactName != null">
251 + RECIPIENT_CONTACT_NAME,
252 + </if>
253 + <if test="recipientPhone != null">
254 + RECIPIENT_PHONE,
255 + </if>
256 + <if test="recipientCompany != null">
257 + RECIPIENT_COMPANY,
258 + </if>
259 + <if test="recipientAddrLine1 != null">
260 + RECIPIENT_ADDR_LINE1,
261 + </if>
262 + <if test="recipientAddrLine2 != null">
263 + RECIPIENT_ADDR_LINE2,
264 + </if>
265 + <if test="recipientAddrLine3 != null">
266 + RECIPIENT_ADDR_LINE3,
267 + </if>
268 + <if test="recipientCity != null">
269 + RECIPIENT_CITY,
270 + </if>
271 + <if test="firstCommitTime != null">
272 + FIRST_COMMIT_TIME,
273 + </if>
274 + <if test="firstSubmitterId != null">
275 + FIRST_SUBMITTER_ID,
276 + </if>
277 + <if test="firstSubmitter != null">
278 + FIRST_SUBMITTER,
279 + </if>
280 + <if test="commitTime != null">
281 + COMMIT_TIME,
282 + </if>
283 + <if test="submitterId != null">
284 + SUBMITTER_ID,
285 + </if>
286 + <if test="submitter != null">
287 + SUBMITTER,
288 + </if>
289 + <if test="createTime != null">
290 + CREATE_TIME,
291 + </if>
292 + <if test="createUserId != null">
293 + CREATE_USER_ID,
294 + </if>
295 + <if test="createUserName != null">
296 + CREATE_USER_NAME,
297 + </if>
298 + <if test="modifyTime != null">
299 + MODIFY_TIME,
300 + </if>
301 + <if test="modifyUserId != null">
302 + MODIFY_USER_ID,
303 + </if>
304 + <if test="modifyUserName != null">
305 + MODIFY_USER_NAME,
306 + </if>
307 + <if test="ceInfoId != null">
308 + CE_INFO_ID,
309 + </if>
310 + </trim>
311 + <trim prefix="values (" suffix=")" suffixOverrides=",">
312 + #{id,jdbcType=NUMERIC},
313 + <if test="consignmentCode != null">
314 + #{consignmentCode,jdbcType=VARCHAR},
315 + </if>
316 + <if test="shipDate != null">
317 + #{shipDate,jdbcType=TIMESTAMP},
318 + </if>
319 + <if test="shipperCountry != null">
320 + #{shipperCountry,jdbcType=VARCHAR},
321 + </if>
322 + <if test="recipientCountry != null">
323 + #{recipientCountry,jdbcType=VARCHAR},
324 + </if>
325 + <if test="destIataCode != null">
326 + #{destIataCode,jdbcType=VARCHAR},
327 + </if>
328 + <if test="countOrigin != null">
329 + #{countOrigin,jdbcType=VARCHAR},
330 + </if>
331 + <if test="destinationCountry != null">
332 + #{destinationCountry,jdbcType=VARCHAR},
333 + </if>
334 + <if test="customsCurrency != null">
335 + #{customsCurrency,jdbcType=VARCHAR},
336 + </if>
337 + <if test="customsValue != null">
338 + #{customsValue,jdbcType=NUMERIC},
339 + </if>
340 + <if test="weight != null">
341 + #{weight,jdbcType=NUMERIC},
342 + </if>
343 + <if test="weightunit != null">
344 + #{weightunit,jdbcType=NUMERIC},
345 + </if>
346 + <if test="scandate != null">
347 + #{scandate,jdbcType=TIMESTAMP},
348 + </if>
349 + <if test="shipperContactName != null">
350 + #{shipperContactName,jdbcType=VARCHAR},
351 + </if>
352 + <if test="shipperPhone != null">
353 + #{shipperPhone,jdbcType=VARCHAR},
354 + </if>
355 + <if test="shipperAccount != null">
356 + #{shipperAccount,jdbcType=VARCHAR},
357 + </if>
358 + <if test="shipperCompany != null">
359 + #{shipperCompany,jdbcType=VARCHAR},
360 + </if>
361 + <if test="shipperAddrLine1 != null">
362 + #{shipperAddrLine1,jdbcType=VARCHAR},
363 + </if>
364 + <if test="shipperAddrLine2 != null">
365 + #{shipperAddrLine2,jdbcType=VARCHAR},
366 + </if>
367 + <if test="shipperCity != null">
368 + #{shipperCity,jdbcType=VARCHAR},
369 + </if>
370 + <if test="shipperEmail != null">
371 + #{shipperEmail,jdbcType=VARCHAR},
372 + </if>
373 + <if test="recipientContactName != null">
374 + #{recipientContactName,jdbcType=VARCHAR},
375 + </if>
376 + <if test="recipientPhone != null">
377 + #{recipientPhone,jdbcType=VARCHAR},
378 + </if>
379 + <if test="recipientCompany != null">
380 + #{recipientCompany,jdbcType=VARCHAR},
381 + </if>
382 + <if test="recipientAddrLine1 != null">
383 + #{recipientAddrLine1,jdbcType=VARCHAR},
384 + </if>
385 + <if test="recipientAddrLine2 != null">
386 + #{recipientAddrLine2,jdbcType=VARCHAR},
387 + </if>
388 + <if test="recipientAddrLine3 != null">
389 + #{recipientAddrLine3,jdbcType=VARCHAR},
390 + </if>
391 + <if test="recipientCity != null">
392 + #{recipientCity,jdbcType=VARCHAR},
393 + </if>
394 + <if test="firstCommitTime != null">
395 + #{firstCommitTime,jdbcType=TIMESTAMP},
396 + </if>
397 + <if test="firstSubmitterId != null">
398 + #{firstSubmitterId,jdbcType=NUMERIC},
399 + </if>
400 + <if test="firstSubmitter != null">
401 + #{firstSubmitter,jdbcType=VARCHAR},
402 + </if>
403 + <if test="commitTime != null">
404 + #{commitTime,jdbcType=TIMESTAMP},
405 + </if>
406 + <if test="submitterId != null">
407 + #{submitterId,jdbcType=NUMERIC},
408 + </if>
409 + <if test="submitter != null">
410 + #{submitter,jdbcType=VARCHAR},
411 + </if>
412 + <if test="createTime != null">
413 + #{createTime,jdbcType=TIMESTAMP},
414 + </if>
415 + <if test="createUserId != null">
416 + #{createUserId,jdbcType=NUMERIC},
417 + </if>
418 + <if test="createUserName != null">
419 + #{createUserName,jdbcType=VARCHAR},
420 + </if>
421 + <if test="modifyTime != null">
422 + #{modifyTime,jdbcType=TIMESTAMP},
423 + </if>
424 + <if test="modifyUserId != null">
425 + #{modifyUserId,jdbcType=NUMERIC},
426 + </if>
427 + <if test="modifyUserName != null">
428 + #{modifyUserName,jdbcType=VARCHAR},
429 + </if>
430 + <if test="ceInfoId != null">
431 + #{ceInfoId,jdbcType=NUMERIC},
432 + </if>
433 + </trim>
434 + </insert>
435 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.ConsignmentExample" resultType="java.lang.Long">
436 + select count(*) from T_BIZ_CONSIGNMENT
437 + <if test="_parameter != null">
438 + <include refid="Example_Where_Clause" />
439 + </if>
440 + </select>
441 + <update id="updateByExampleSelective" parameterType="map">
442 + update T_BIZ_CONSIGNMENT
443 + <set>
444 + <if test="record.id != null">
445 + ID = #{record.id,jdbcType=NUMERIC},
446 + </if>
447 + <if test="record.consignmentCode != null">
448 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
449 + </if>
450 + <if test="record.shipDate != null">
451 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
452 + </if>
453 + <if test="record.shipperCountry != null">
454 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
455 + </if>
456 + <if test="record.recipientCountry != null">
457 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
458 + </if>
459 + <if test="record.destIataCode != null">
460 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
461 + </if>
462 + <if test="record.countOrigin != null">
463 + COUNT_ORIGIN = #{record.countOrigin,jdbcType=VARCHAR},
464 + </if>
465 + <if test="record.destinationCountry != null">
466 + DESTINATION_COUNTRY = #{record.destinationCountry,jdbcType=VARCHAR},
467 + </if>
468 + <if test="record.customsCurrency != null">
469 + CUSTOMS_CURRENCY = #{record.customsCurrency,jdbcType=VARCHAR},
470 + </if>
471 + <if test="record.customsValue != null">
472 + CUSTOMS_VALUE = #{record.customsValue,jdbcType=NUMERIC},
473 + </if>
474 + <if test="record.weight != null">
475 + WEIGHT = #{record.weight,jdbcType=NUMERIC},
476 + </if>
477 + <if test="record.weightunit != null">
478 + WEIGHTUNIT = #{record.weightunit,jdbcType=NUMERIC},
479 + </if>
480 + <if test="record.scandate != null">
481 + SCANDATE = #{record.scandate,jdbcType=TIMESTAMP},
482 + </if>
483 + <if test="record.shipperContactName != null">
484 + SHIPPER_CONTACT_NAME = #{record.shipperContactName,jdbcType=VARCHAR},
485 + </if>
486 + <if test="record.shipperPhone != null">
487 + SHIPPER_PHONE = #{record.shipperPhone,jdbcType=VARCHAR},
488 + </if>
489 + <if test="record.shipperAccount != null">
490 + SHIPPER_ACCOUNT = #{record.shipperAccount,jdbcType=VARCHAR},
491 + </if>
492 + <if test="record.shipperCompany != null">
493 + SHIPPER_COMPANY = #{record.shipperCompany,jdbcType=VARCHAR},
494 + </if>
495 + <if test="record.shipperAddrLine1 != null">
496 + SHIPPER_ADDR_LINE1 = #{record.shipperAddrLine1,jdbcType=VARCHAR},
497 + </if>
498 + <if test="record.shipperAddrLine2 != null">
499 + SHIPPER_ADDR_LINE2 = #{record.shipperAddrLine2,jdbcType=VARCHAR},
500 + </if>
501 + <if test="record.shipperCity != null">
502 + SHIPPER_CITY = #{record.shipperCity,jdbcType=VARCHAR},
503 + </if>
504 + <if test="record.shipperEmail != null">
505 + SHIPPER_EMAIL = #{record.shipperEmail,jdbcType=VARCHAR},
506 + </if>
507 + <if test="record.recipientContactName != null">
508 + RECIPIENT_CONTACT_NAME = #{record.recipientContactName,jdbcType=VARCHAR},
509 + </if>
510 + <if test="record.recipientPhone != null">
511 + RECIPIENT_PHONE = #{record.recipientPhone,jdbcType=VARCHAR},
512 + </if>
513 + <if test="record.recipientCompany != null">
514 + RECIPIENT_COMPANY = #{record.recipientCompany,jdbcType=VARCHAR},
515 + </if>
516 + <if test="record.recipientAddrLine1 != null">
517 + RECIPIENT_ADDR_LINE1 = #{record.recipientAddrLine1,jdbcType=VARCHAR},
518 + </if>
519 + <if test="record.recipientAddrLine2 != null">
520 + RECIPIENT_ADDR_LINE2 = #{record.recipientAddrLine2,jdbcType=VARCHAR},
521 + </if>
522 + <if test="record.recipientAddrLine3 != null">
523 + RECIPIENT_ADDR_LINE3 = #{record.recipientAddrLine3,jdbcType=VARCHAR},
524 + </if>
525 + <if test="record.recipientCity != null">
526 + RECIPIENT_CITY = #{record.recipientCity,jdbcType=VARCHAR},
527 + </if>
528 + <if test="record.firstCommitTime != null">
529 + FIRST_COMMIT_TIME = #{record.firstCommitTime,jdbcType=TIMESTAMP},
530 + </if>
531 + <if test="record.firstSubmitterId != null">
532 + FIRST_SUBMITTER_ID = #{record.firstSubmitterId,jdbcType=NUMERIC},
533 + </if>
534 + <if test="record.firstSubmitter != null">
535 + FIRST_SUBMITTER = #{record.firstSubmitter,jdbcType=VARCHAR},
536 + </if>
537 + <if test="record.commitTime != null">
538 + COMMIT_TIME = #{record.commitTime,jdbcType=TIMESTAMP},
539 + </if>
540 + <if test="record.submitterId != null">
541 + SUBMITTER_ID = #{record.submitterId,jdbcType=NUMERIC},
542 + </if>
543 + <if test="record.submitter != null">
544 + SUBMITTER = #{record.submitter,jdbcType=VARCHAR},
545 + </if>
546 + <if test="record.createTime != null">
547 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
548 + </if>
549 + <if test="record.createUserId != null">
550 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
551 + </if>
552 + <if test="record.createUserName != null">
553 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
554 + </if>
555 + <if test="record.modifyTime != null">
556 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
557 + </if>
558 + <if test="record.modifyUserId != null">
559 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
560 + </if>
561 + <if test="record.modifyUserName != null">
562 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
563 + </if>
564 + <if test="record.ceInfoId != null">
565 + CE_INFO_ID = #{record.ceInfoId,jdbcType=NUMERIC},
566 + </if>
567 + </set>
568 + <if test="_parameter != null">
569 + <include refid="Update_By_Example_Where_Clause" />
570 + </if>
571 + </update>
572 + <update id="updateByExample" parameterType="map">
573 + update T_BIZ_CONSIGNMENT
574 + set ID = #{record.id,jdbcType=NUMERIC},
575 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
576 + SHIP_DATE = #{record.shipDate,jdbcType=TIMESTAMP},
577 + SHIPPER_COUNTRY = #{record.shipperCountry,jdbcType=VARCHAR},
578 + RECIPIENT_COUNTRY = #{record.recipientCountry,jdbcType=VARCHAR},
579 + DEST_IATA_CODE = #{record.destIataCode,jdbcType=VARCHAR},
580 + COUNT_ORIGIN = #{record.countOrigin,jdbcType=VARCHAR},
581 + DESTINATION_COUNTRY = #{record.destinationCountry,jdbcType=VARCHAR},
582 + CUSTOMS_CURRENCY = #{record.customsCurrency,jdbcType=VARCHAR},
583 + CUSTOMS_VALUE = #{record.customsValue,jdbcType=NUMERIC},
584 + WEIGHT = #{record.weight,jdbcType=NUMERIC},
585 + WEIGHTUNIT = #{record.weightunit,jdbcType=NUMERIC},
586 + SCANDATE = #{record.scandate,jdbcType=TIMESTAMP},
587 + SHIPPER_CONTACT_NAME = #{record.shipperContactName,jdbcType=VARCHAR},
588 + SHIPPER_PHONE = #{record.shipperPhone,jdbcType=VARCHAR},
589 + SHIPPER_ACCOUNT = #{record.shipperAccount,jdbcType=VARCHAR},
590 + SHIPPER_COMPANY = #{record.shipperCompany,jdbcType=VARCHAR},
591 + SHIPPER_ADDR_LINE1 = #{record.shipperAddrLine1,jdbcType=VARCHAR},
592 + SHIPPER_ADDR_LINE2 = #{record.shipperAddrLine2,jdbcType=VARCHAR},
593 + SHIPPER_CITY = #{record.shipperCity,jdbcType=VARCHAR},
594 + SHIPPER_EMAIL = #{record.shipperEmail,jdbcType=VARCHAR},
595 + RECIPIENT_CONTACT_NAME = #{record.recipientContactName,jdbcType=VARCHAR},
596 + RECIPIENT_PHONE = #{record.recipientPhone,jdbcType=VARCHAR},
597 + RECIPIENT_COMPANY = #{record.recipientCompany,jdbcType=VARCHAR},
598 + RECIPIENT_ADDR_LINE1 = #{record.recipientAddrLine1,jdbcType=VARCHAR},
599 + RECIPIENT_ADDR_LINE2 = #{record.recipientAddrLine2,jdbcType=VARCHAR},
600 + RECIPIENT_ADDR_LINE3 = #{record.recipientAddrLine3,jdbcType=VARCHAR},
601 + RECIPIENT_CITY = #{record.recipientCity,jdbcType=VARCHAR},
602 + FIRST_COMMIT_TIME = #{record.firstCommitTime,jdbcType=TIMESTAMP},
603 + FIRST_SUBMITTER_ID = #{record.firstSubmitterId,jdbcType=NUMERIC},
604 + FIRST_SUBMITTER = #{record.firstSubmitter,jdbcType=VARCHAR},
605 + COMMIT_TIME = #{record.commitTime,jdbcType=TIMESTAMP},
606 + SUBMITTER_ID = #{record.submitterId,jdbcType=NUMERIC},
607 + SUBMITTER = #{record.submitter,jdbcType=VARCHAR},
608 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
609 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
610 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
611 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
612 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
613 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
614 + CE_INFO_ID = #{record.ceInfoId,jdbcType=NUMERIC}
615 + <if test="_parameter != null">
616 + <include refid="Update_By_Example_Where_Clause" />
617 + </if>
618 + </update>
619 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.Consignment">
620 + update T_BIZ_CONSIGNMENT
621 + <set>
622 + <if test="consignmentCode != null">
623 + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
624 + </if>
625 + <if test="shipDate != null">
626 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
627 + </if>
628 + <if test="shipperCountry != null">
629 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
630 + </if>
631 + <if test="recipientCountry != null">
632 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
633 + </if>
634 + <if test="destIataCode != null">
635 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
636 + </if>
637 + <if test="countOrigin != null">
638 + COUNT_ORIGIN = #{countOrigin,jdbcType=VARCHAR},
639 + </if>
640 + <if test="destinationCountry != null">
641 + DESTINATION_COUNTRY = #{destinationCountry,jdbcType=VARCHAR},
642 + </if>
643 + <if test="customsCurrency != null">
644 + CUSTOMS_CURRENCY = #{customsCurrency,jdbcType=VARCHAR},
645 + </if>
646 + <if test="customsValue != null">
647 + CUSTOMS_VALUE = #{customsValue,jdbcType=NUMERIC},
648 + </if>
649 + <if test="weight != null">
650 + WEIGHT = #{weight,jdbcType=NUMERIC},
651 + </if>
652 + <if test="weightunit != null">
653 + WEIGHTUNIT = #{weightunit,jdbcType=NUMERIC},
654 + </if>
655 + <if test="scandate != null">
656 + SCANDATE = #{scandate,jdbcType=TIMESTAMP},
657 + </if>
658 + <if test="shipperContactName != null">
659 + SHIPPER_CONTACT_NAME = #{shipperContactName,jdbcType=VARCHAR},
660 + </if>
661 + <if test="shipperPhone != null">
662 + SHIPPER_PHONE = #{shipperPhone,jdbcType=VARCHAR},
663 + </if>
664 + <if test="shipperAccount != null">
665 + SHIPPER_ACCOUNT = #{shipperAccount,jdbcType=VARCHAR},
666 + </if>
667 + <if test="shipperCompany != null">
668 + SHIPPER_COMPANY = #{shipperCompany,jdbcType=VARCHAR},
669 + </if>
670 + <if test="shipperAddrLine1 != null">
671 + SHIPPER_ADDR_LINE1 = #{shipperAddrLine1,jdbcType=VARCHAR},
672 + </if>
673 + <if test="shipperAddrLine2 != null">
674 + SHIPPER_ADDR_LINE2 = #{shipperAddrLine2,jdbcType=VARCHAR},
675 + </if>
676 + <if test="shipperCity != null">
677 + SHIPPER_CITY = #{shipperCity,jdbcType=VARCHAR},
678 + </if>
679 + <if test="shipperEmail != null">
680 + SHIPPER_EMAIL = #{shipperEmail,jdbcType=VARCHAR},
681 + </if>
682 + <if test="recipientContactName != null">
683 + RECIPIENT_CONTACT_NAME = #{recipientContactName,jdbcType=VARCHAR},
684 + </if>
685 + <if test="recipientPhone != null">
686 + RECIPIENT_PHONE = #{recipientPhone,jdbcType=VARCHAR},
687 + </if>
688 + <if test="recipientCompany != null">
689 + RECIPIENT_COMPANY = #{recipientCompany,jdbcType=VARCHAR},
690 + </if>
691 + <if test="recipientAddrLine1 != null">
692 + RECIPIENT_ADDR_LINE1 = #{recipientAddrLine1,jdbcType=VARCHAR},
693 + </if>
694 + <if test="recipientAddrLine2 != null">
695 + RECIPIENT_ADDR_LINE2 = #{recipientAddrLine2,jdbcType=VARCHAR},
696 + </if>
697 + <if test="recipientAddrLine3 != null">
698 + RECIPIENT_ADDR_LINE3 = #{recipientAddrLine3,jdbcType=VARCHAR},
699 + </if>
700 + <if test="recipientCity != null">
701 + RECIPIENT_CITY = #{recipientCity,jdbcType=VARCHAR},
702 + </if>
703 + <if test="firstCommitTime != null">
704 + FIRST_COMMIT_TIME = #{firstCommitTime,jdbcType=TIMESTAMP},
705 + </if>
706 + <if test="firstSubmitterId != null">
707 + FIRST_SUBMITTER_ID = #{firstSubmitterId,jdbcType=NUMERIC},
708 + </if>
709 + <if test="firstSubmitter != null">
710 + FIRST_SUBMITTER = #{firstSubmitter,jdbcType=VARCHAR},
711 + </if>
712 + <if test="commitTime != null">
713 + COMMIT_TIME = #{commitTime,jdbcType=TIMESTAMP},
714 + </if>
715 + <if test="submitterId != null">
716 + SUBMITTER_ID = #{submitterId,jdbcType=NUMERIC},
717 + </if>
718 + <if test="submitter != null">
719 + SUBMITTER = #{submitter,jdbcType=VARCHAR},
720 + </if>
721 + <if test="createTime != null">
722 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
723 + </if>
724 + <if test="createUserId != null">
725 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
726 + </if>
727 + <if test="createUserName != null">
728 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
729 + </if>
730 + <if test="modifyTime != null">
731 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
732 + </if>
733 + <if test="modifyUserId != null">
734 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
735 + </if>
736 + <if test="modifyUserName != null">
737 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
738 + </if>
739 + <if test="ceInfoId != null">
740 + CE_INFO_ID = #{ceInfoId,jdbcType=NUMERIC},
741 + </if>
742 + </set>
743 + where ID = #{id,jdbcType=NUMERIC}
744 + </update>
745 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.Consignment">
746 + update T_BIZ_CONSIGNMENT
747 + set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
748 + SHIP_DATE = #{shipDate,jdbcType=TIMESTAMP},
749 + SHIPPER_COUNTRY = #{shipperCountry,jdbcType=VARCHAR},
750 + RECIPIENT_COUNTRY = #{recipientCountry,jdbcType=VARCHAR},
751 + DEST_IATA_CODE = #{destIataCode,jdbcType=VARCHAR},
752 + COUNT_ORIGIN = #{countOrigin,jdbcType=VARCHAR},
753 + DESTINATION_COUNTRY = #{destinationCountry,jdbcType=VARCHAR},
754 + CUSTOMS_CURRENCY = #{customsCurrency,jdbcType=VARCHAR},
755 + CUSTOMS_VALUE = #{customsValue,jdbcType=NUMERIC},
756 + WEIGHT = #{weight,jdbcType=NUMERIC},
757 + WEIGHTUNIT = #{weightunit,jdbcType=NUMERIC},
758 + SCANDATE = #{scandate,jdbcType=TIMESTAMP},
759 + SHIPPER_CONTACT_NAME = #{shipperContactName,jdbcType=VARCHAR},
760 + SHIPPER_PHONE = #{shipperPhone,jdbcType=VARCHAR},
761 + SHIPPER_ACCOUNT = #{shipperAccount,jdbcType=VARCHAR},
762 + SHIPPER_COMPANY = #{shipperCompany,jdbcType=VARCHAR},
763 + SHIPPER_ADDR_LINE1 = #{shipperAddrLine1,jdbcType=VARCHAR},
764 + SHIPPER_ADDR_LINE2 = #{shipperAddrLine2,jdbcType=VARCHAR},
765 + SHIPPER_CITY = #{shipperCity,jdbcType=VARCHAR},
766 + SHIPPER_EMAIL = #{shipperEmail,jdbcType=VARCHAR},
767 + RECIPIENT_CONTACT_NAME = #{recipientContactName,jdbcType=VARCHAR},
768 + RECIPIENT_PHONE = #{recipientPhone,jdbcType=VARCHAR},
769 + RECIPIENT_COMPANY = #{recipientCompany,jdbcType=VARCHAR},
770 + RECIPIENT_ADDR_LINE1 = #{recipientAddrLine1,jdbcType=VARCHAR},
771 + RECIPIENT_ADDR_LINE2 = #{recipientAddrLine2,jdbcType=VARCHAR},
772 + RECIPIENT_ADDR_LINE3 = #{recipientAddrLine3,jdbcType=VARCHAR},
773 + RECIPIENT_CITY = #{recipientCity,jdbcType=VARCHAR},
774 + FIRST_COMMIT_TIME = #{firstCommitTime,jdbcType=TIMESTAMP},
775 + FIRST_SUBMITTER_ID = #{firstSubmitterId,jdbcType=NUMERIC},
776 + FIRST_SUBMITTER = #{firstSubmitter,jdbcType=VARCHAR},
777 + COMMIT_TIME = #{commitTime,jdbcType=TIMESTAMP},
778 + SUBMITTER_ID = #{submitterId,jdbcType=NUMERIC},
779 + SUBMITTER = #{submitter,jdbcType=VARCHAR},
780 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
781 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
782 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
783 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
784 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
785 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
786 + CE_INFO_ID = #{ceInfoId,jdbcType=NUMERIC}
787 + where ID = #{id,jdbcType=NUMERIC}
788 + </update>
789 + <sql id="OracleDialectPrefix">
790 + <if test="limitStart != null and limitStart>=0">
791 + select * from ( select row_.*, rownum rownum_ from (
792 + </if>
793 + </sql>
794 + <sql id="OracleDialectSuffix">
795 + <if test="limitStart != null and limitStart>=0">
796 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
797 + </if>
798 + </sql>
799 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.EmailMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.Email">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="BIZ_ID" jdbcType="NUMERIC" property="bizId" />
7 + <result column="BIZ_CODE" jdbcType="VARCHAR" property="bizCode" />
8 + <result column="TO_ADDRESS" jdbcType="VARCHAR" property="toAddress" />
9 + <result column="CC_ADDRESS" jdbcType="VARCHAR" property="ccAddress" />
10 + <result column="SUBJECT" jdbcType="VARCHAR" property="subject" />
11 + <result column="TYPE_ID" jdbcType="NUMERIC" property="typeId" />
12 + <result column="TYPE_NAME" jdbcType="VARCHAR" property="typeName" />
13 + <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" />
14 + <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" />
15 + <result column="SEND_NUM" jdbcType="NUMERIC" property="sendNum" />
16 + <result column="SEND_TIME" jdbcType="TIMESTAMP" property="sendTime" />
17 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
18 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
19 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
20 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
21 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
22 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
23 + </resultMap>
24 + <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.fedex.connect.common.model.biz.Email">
25 + <result column="BODY" jdbcType="CLOB" property="body" />
26 + </resultMap>
27 + <sql id="Example_Where_Clause">
28 + <where>
29 + <foreach collection="oredCriteria" item="criteria" separator="or">
30 + <if test="criteria.valid">
31 + <trim prefix="(" prefixOverrides="and" suffix=")">
32 + <foreach collection="criteria.criteria" item="criterion">
33 + <choose>
34 + <when test="criterion.noValue">
35 + and ${criterion.condition}
36 + </when>
37 + <when test="criterion.singleValue">
38 + and ${criterion.condition} #{criterion.value}
39 + </when>
40 + <when test="criterion.betweenValue">
41 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
42 + </when>
43 + <when test="criterion.listValue">
44 + and ${criterion.condition}
45 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
46 + #{listItem}
47 + </foreach>
48 + </when>
49 + </choose>
50 + </foreach>
51 + </trim>
52 + </if>
53 + </foreach>
54 + </where>
55 + </sql>
56 + <sql id="Update_By_Example_Where_Clause">
57 + <where>
58 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
59 + <if test="criteria.valid">
60 + <trim prefix="(" prefixOverrides="and" suffix=")">
61 + <foreach collection="criteria.criteria" item="criterion">
62 + <choose>
63 + <when test="criterion.noValue">
64 + and ${criterion.condition}
65 + </when>
66 + <when test="criterion.singleValue">
67 + and ${criterion.condition} #{criterion.value}
68 + </when>
69 + <when test="criterion.betweenValue">
70 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
71 + </when>
72 + <when test="criterion.listValue">
73 + and ${criterion.condition}
74 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
75 + #{listItem}
76 + </foreach>
77 + </when>
78 + </choose>
79 + </foreach>
80 + </trim>
81 + </if>
82 + </foreach>
83 + </where>
84 + </sql>
85 + <sql id="Base_Column_List">
86 + ID, BIZ_ID, BIZ_CODE, TO_ADDRESS, CC_ADDRESS, SUBJECT, TYPE_ID, TYPE_NAME, STATUS_ID,
87 + STATUS_NAME, SEND_NUM, SEND_TIME, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME,
88 + MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME
89 + </sql>
90 + <sql id="Blob_Column_List">
91 + BODY
92 + </sql>
93 + <select id="selectByExampleWithBLOBs" parameterType="com.fedex.connect.common.model.biz.EmailExample" resultMap="ResultMapWithBLOBs">
94 + select
95 + <if test="distinct">
96 + distinct
97 + </if>
98 + 'true' as QUERYID,
99 + <include refid="Base_Column_List" />
100 + ,
101 + <include refid="Blob_Column_List" />
102 + from T_BIZ_EMAIL
103 + <if test="_parameter != null">
104 + <include refid="Example_Where_Clause" />
105 + </if>
106 + <if test="orderByClause != null">
107 + order by ${orderByClause}
108 + </if>
109 + </select>
110 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.EmailExample" resultMap="BaseResultMap">
111 + <include refid="OracleDialectPrefix" />
112 + select
113 + <if test="distinct">
114 + distinct
115 + </if>
116 + 'true' as QUERYID,
117 + <include refid="Base_Column_List" />
118 + from T_BIZ_EMAIL
119 + <if test="_parameter != null">
120 + <include refid="Example_Where_Clause" />
121 + </if>
122 + <if test="orderByClause != null">
123 + order by ${orderByClause}
124 + </if>
125 + <include refid="OracleDialectSuffix" />
126 + </select>
127 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="ResultMapWithBLOBs">
128 + select
129 + <include refid="Base_Column_List" />
130 + ,
131 + <include refid="Blob_Column_List" />
132 + from T_BIZ_EMAIL
133 + where ID = #{id,jdbcType=NUMERIC}
134 + </select>
135 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
136 + delete from T_BIZ_EMAIL
137 + where ID = #{id,jdbcType=NUMERIC}
138 + </delete>
139 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.EmailExample">
140 + delete from T_BIZ_EMAIL
141 + <if test="_parameter != null">
142 + <include refid="Example_Where_Clause" />
143 + </if>
144 + </delete>
145 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.Email">
146 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
147 + SELECT SEQ_T_BIZ_EMAIL.NEXTVAL FROM DUAL
148 + </selectKey>
149 + insert into T_BIZ_EMAIL (ID, BIZ_ID, BIZ_CODE,
150 + TO_ADDRESS, CC_ADDRESS, SUBJECT,
151 + TYPE_ID, TYPE_NAME, STATUS_ID,
152 + STATUS_NAME, SEND_NUM, SEND_TIME,
153 + CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME,
154 + MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME,
155 + BODY)
156 + values (#{id,jdbcType=NUMERIC}, #{bizId,jdbcType=NUMERIC}, #{bizCode,jdbcType=VARCHAR},
157 + #{toAddress,jdbcType=VARCHAR}, #{ccAddress,jdbcType=VARCHAR}, #{subject,jdbcType=VARCHAR},
158 + #{typeId,jdbcType=NUMERIC}, #{typeName,jdbcType=VARCHAR}, #{statusId,jdbcType=NUMERIC},
159 + #{statusName,jdbcType=VARCHAR}, #{sendNum,jdbcType=NUMERIC}, #{sendTime,jdbcType=TIMESTAMP},
160 + #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR},
161 + #{modifyTime,jdbcType=TIMESTAMP}, #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR},
162 + #{body,jdbcType=CLOB})
163 + </insert>
164 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.Email">
165 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
166 + SELECT SEQ_T_BIZ_EMAIL.NEXTVAL FROM DUAL
167 + </selectKey>
168 + insert into T_BIZ_EMAIL
169 + <trim prefix="(" suffix=")" suffixOverrides=",">
170 + ID,
171 + <if test="bizId != null">
172 + BIZ_ID,
173 + </if>
174 + <if test="bizCode != null">
175 + BIZ_CODE,
176 + </if>
177 + <if test="toAddress != null">
178 + TO_ADDRESS,
179 + </if>
180 + <if test="ccAddress != null">
181 + CC_ADDRESS,
182 + </if>
183 + <if test="subject != null">
184 + SUBJECT,
185 + </if>
186 + <if test="typeId != null">
187 + TYPE_ID,
188 + </if>
189 + <if test="typeName != null">
190 + TYPE_NAME,
191 + </if>
192 + <if test="statusId != null">
193 + STATUS_ID,
194 + </if>
195 + <if test="statusName != null">
196 + STATUS_NAME,
197 + </if>
198 + <if test="sendNum != null">
199 + SEND_NUM,
200 + </if>
201 + <if test="sendTime != null">
202 + SEND_TIME,
203 + </if>
204 + <if test="createTime != null">
205 + CREATE_TIME,
206 + </if>
207 + <if test="createUserId != null">
208 + CREATE_USER_ID,
209 + </if>
210 + <if test="createUserName != null">
211 + CREATE_USER_NAME,
212 + </if>
213 + <if test="modifyTime != null">
214 + MODIFY_TIME,
215 + </if>
216 + <if test="modifyUserId != null">
217 + MODIFY_USER_ID,
218 + </if>
219 + <if test="modifyUserName != null">
220 + MODIFY_USER_NAME,
221 + </if>
222 + <if test="body != null">
223 + BODY,
224 + </if>
225 + </trim>
226 + <trim prefix="values (" suffix=")" suffixOverrides=",">
227 + #{id,jdbcType=NUMERIC},
228 + <if test="bizId != null">
229 + #{bizId,jdbcType=NUMERIC},
230 + </if>
231 + <if test="bizCode != null">
232 + #{bizCode,jdbcType=VARCHAR},
233 + </if>
234 + <if test="toAddress != null">
235 + #{toAddress,jdbcType=VARCHAR},
236 + </if>
237 + <if test="ccAddress != null">
238 + #{ccAddress,jdbcType=VARCHAR},
239 + </if>
240 + <if test="subject != null">
241 + #{subject,jdbcType=VARCHAR},
242 + </if>
243 + <if test="typeId != null">
244 + #{typeId,jdbcType=NUMERIC},
245 + </if>
246 + <if test="typeName != null">
247 + #{typeName,jdbcType=VARCHAR},
248 + </if>
249 + <if test="statusId != null">
250 + #{statusId,jdbcType=NUMERIC},
251 + </if>
252 + <if test="statusName != null">
253 + #{statusName,jdbcType=VARCHAR},
254 + </if>
255 + <if test="sendNum != null">
256 + #{sendNum,jdbcType=NUMERIC},
257 + </if>
258 + <if test="sendTime != null">
259 + #{sendTime,jdbcType=TIMESTAMP},
260 + </if>
261 + <if test="createTime != null">
262 + #{createTime,jdbcType=TIMESTAMP},
263 + </if>
264 + <if test="createUserId != null">
265 + #{createUserId,jdbcType=NUMERIC},
266 + </if>
267 + <if test="createUserName != null">
268 + #{createUserName,jdbcType=VARCHAR},
269 + </if>
270 + <if test="modifyTime != null">
271 + #{modifyTime,jdbcType=TIMESTAMP},
272 + </if>
273 + <if test="modifyUserId != null">
274 + #{modifyUserId,jdbcType=NUMERIC},
275 + </if>
276 + <if test="modifyUserName != null">
277 + #{modifyUserName,jdbcType=VARCHAR},
278 + </if>
279 + <if test="body != null">
280 + #{body,jdbcType=CLOB},
281 + </if>
282 + </trim>
283 + </insert>
284 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.EmailExample" resultType="java.lang.Long">
285 + select count(*) from T_BIZ_EMAIL
286 + <if test="_parameter != null">
287 + <include refid="Example_Where_Clause" />
288 + </if>
289 + </select>
290 + <update id="updateByExampleSelective" parameterType="map">
291 + update T_BIZ_EMAIL
292 + <set>
293 + <if test="record.id != null">
294 + ID = #{record.id,jdbcType=NUMERIC},
295 + </if>
296 + <if test="record.bizId != null">
297 + BIZ_ID = #{record.bizId,jdbcType=NUMERIC},
298 + </if>
299 + <if test="record.bizCode != null">
300 + BIZ_CODE = #{record.bizCode,jdbcType=VARCHAR},
301 + </if>
302 + <if test="record.toAddress != null">
303 + TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR},
304 + </if>
305 + <if test="record.ccAddress != null">
306 + CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR},
307 + </if>
308 + <if test="record.subject != null">
309 + SUBJECT = #{record.subject,jdbcType=VARCHAR},
310 + </if>
311 + <if test="record.typeId != null">
312 + TYPE_ID = #{record.typeId,jdbcType=NUMERIC},
313 + </if>
314 + <if test="record.typeName != null">
315 + TYPE_NAME = #{record.typeName,jdbcType=VARCHAR},
316 + </if>
317 + <if test="record.statusId != null">
318 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
319 + </if>
320 + <if test="record.statusName != null">
321 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
322 + </if>
323 + <if test="record.sendNum != null">
324 + SEND_NUM = #{record.sendNum,jdbcType=NUMERIC},
325 + </if>
326 + <if test="record.sendTime != null">
327 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
328 + </if>
329 + <if test="record.createTime != null">
330 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
331 + </if>
332 + <if test="record.createUserId != null">
333 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
334 + </if>
335 + <if test="record.createUserName != null">
336 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
337 + </if>
338 + <if test="record.modifyTime != null">
339 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
340 + </if>
341 + <if test="record.modifyUserId != null">
342 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
343 + </if>
344 + <if test="record.modifyUserName != null">
345 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
346 + </if>
347 + <if test="record.body != null">
348 + BODY = #{record.body,jdbcType=CLOB},
349 + </if>
350 + </set>
351 + <if test="_parameter != null">
352 + <include refid="Update_By_Example_Where_Clause" />
353 + </if>
354 + </update>
355 + <update id="updateByExampleWithBLOBs" parameterType="map">
356 + update T_BIZ_EMAIL
357 + set ID = #{record.id,jdbcType=NUMERIC},
358 + BIZ_ID = #{record.bizId,jdbcType=NUMERIC},
359 + BIZ_CODE = #{record.bizCode,jdbcType=VARCHAR},
360 + TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR},
361 + CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR},
362 + SUBJECT = #{record.subject,jdbcType=VARCHAR},
363 + TYPE_ID = #{record.typeId,jdbcType=NUMERIC},
364 + TYPE_NAME = #{record.typeName,jdbcType=VARCHAR},
365 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
366 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
367 + SEND_NUM = #{record.sendNum,jdbcType=NUMERIC},
368 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
369 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
370 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
371 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
372 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
373 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
374 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
375 + BODY = #{record.body,jdbcType=CLOB}
376 + <if test="_parameter != null">
377 + <include refid="Update_By_Example_Where_Clause" />
378 + </if>
379 + </update>
380 + <update id="updateByExample" parameterType="map">
381 + update T_BIZ_EMAIL
382 + set ID = #{record.id,jdbcType=NUMERIC},
383 + BIZ_ID = #{record.bizId,jdbcType=NUMERIC},
384 + BIZ_CODE = #{record.bizCode,jdbcType=VARCHAR},
385 + TO_ADDRESS = #{record.toAddress,jdbcType=VARCHAR},
386 + CC_ADDRESS = #{record.ccAddress,jdbcType=VARCHAR},
387 + SUBJECT = #{record.subject,jdbcType=VARCHAR},
388 + TYPE_ID = #{record.typeId,jdbcType=NUMERIC},
389 + TYPE_NAME = #{record.typeName,jdbcType=VARCHAR},
390 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
391 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
392 + SEND_NUM = #{record.sendNum,jdbcType=NUMERIC},
393 + SEND_TIME = #{record.sendTime,jdbcType=TIMESTAMP},
394 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
395 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
396 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
397 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
398 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
399 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}
400 + <if test="_parameter != null">
401 + <include refid="Update_By_Example_Where_Clause" />
402 + </if>
403 + </update>
404 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.Email">
405 + update T_BIZ_EMAIL
406 + <set>
407 + <if test="bizId != null">
408 + BIZ_ID = #{bizId,jdbcType=NUMERIC},
409 + </if>
410 + <if test="bizCode != null">
411 + BIZ_CODE = #{bizCode,jdbcType=VARCHAR},
412 + </if>
413 + <if test="toAddress != null">
414 + TO_ADDRESS = #{toAddress,jdbcType=VARCHAR},
415 + </if>
416 + <if test="ccAddress != null">
417 + CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR},
418 + </if>
419 + <if test="subject != null">
420 + SUBJECT = #{subject,jdbcType=VARCHAR},
421 + </if>
422 + <if test="typeId != null">
423 + TYPE_ID = #{typeId,jdbcType=NUMERIC},
424 + </if>
425 + <if test="typeName != null">
426 + TYPE_NAME = #{typeName,jdbcType=VARCHAR},
427 + </if>
428 + <if test="statusId != null">
429 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
430 + </if>
431 + <if test="statusName != null">
432 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
433 + </if>
434 + <if test="sendNum != null">
435 + SEND_NUM = #{sendNum,jdbcType=NUMERIC},
436 + </if>
437 + <if test="sendTime != null">
438 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
439 + </if>
440 + <if test="createTime != null">
441 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
442 + </if>
443 + <if test="createUserId != null">
444 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
445 + </if>
446 + <if test="createUserName != null">
447 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
448 + </if>
449 + <if test="modifyTime != null">
450 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
451 + </if>
452 + <if test="modifyUserId != null">
453 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
454 + </if>
455 + <if test="modifyUserName != null">
456 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
457 + </if>
458 + <if test="body != null">
459 + BODY = #{body,jdbcType=CLOB},
460 + </if>
461 + </set>
462 + where ID = #{id,jdbcType=NUMERIC}
463 + </update>
464 + <update id="updateByPrimaryKeyWithBLOBs" parameterType="com.fedex.connect.common.model.biz.Email">
465 + update T_BIZ_EMAIL
466 + set BIZ_ID = #{bizId,jdbcType=NUMERIC},
467 + BIZ_CODE = #{bizCode,jdbcType=VARCHAR},
468 + TO_ADDRESS = #{toAddress,jdbcType=VARCHAR},
469 + CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR},
470 + SUBJECT = #{subject,jdbcType=VARCHAR},
471 + TYPE_ID = #{typeId,jdbcType=NUMERIC},
472 + TYPE_NAME = #{typeName,jdbcType=VARCHAR},
473 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
474 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
475 + SEND_NUM = #{sendNum,jdbcType=NUMERIC},
476 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
477 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
478 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
479 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
480 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
481 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
482 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
483 + BODY = #{body,jdbcType=CLOB}
484 + where ID = #{id,jdbcType=NUMERIC}
485 + </update>
486 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.Email">
487 + update T_BIZ_EMAIL
488 + set BIZ_ID = #{bizId,jdbcType=NUMERIC},
489 + BIZ_CODE = #{bizCode,jdbcType=VARCHAR},
490 + TO_ADDRESS = #{toAddress,jdbcType=VARCHAR},
491 + CC_ADDRESS = #{ccAddress,jdbcType=VARCHAR},
492 + SUBJECT = #{subject,jdbcType=VARCHAR},
493 + TYPE_ID = #{typeId,jdbcType=NUMERIC},
494 + TYPE_NAME = #{typeName,jdbcType=VARCHAR},
495 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
496 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
497 + SEND_NUM = #{sendNum,jdbcType=NUMERIC},
498 + SEND_TIME = #{sendTime,jdbcType=TIMESTAMP},
499 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
500 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
501 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
502 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
503 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
504 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}
505 + where ID = #{id,jdbcType=NUMERIC}
506 + </update>
507 + <sql id="OracleDialectPrefix">
508 + <if test="limitStart != null and limitStart>=0">
509 + select * from ( select row_.*, rownum rownum_ from (
510 + </if>
511 + </sql>
512 + <sql id="OracleDialectSuffix">
513 + <if test="limitStart != null and limitStart>=0">
514 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
515 + </if>
516 + </sql>
517 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.PushObDetailMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.PushObDetail">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
7 + <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" />
8 + <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" />
9 + <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" />
10 + <result column="FILE_TYPE_ID" jdbcType="NUMERIC" property="fileTypeId" />
11 + <result column="FILE_TYPE" jdbcType="VARCHAR" property="fileType" />
12 + <result column="FILE_NAME" jdbcType="VARCHAR" property="fileName" />
13 + <result column="PUSH_OB_ID" jdbcType="NUMERIC" property="pushObId" />
14 + <result column="PUSH_TIME" jdbcType="TIMESTAMP" property="pushTime" />
15 + <result column="REMARK" jdbcType="VARCHAR" property="remark" />
16 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
17 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
18 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
19 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
20 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
21 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
22 + </resultMap>
23 + <sql id="Example_Where_Clause">
24 + <where>
25 + <foreach collection="oredCriteria" item="criteria" separator="or">
26 + <if test="criteria.valid">
27 + <trim prefix="(" prefixOverrides="and" suffix=")">
28 + <foreach collection="criteria.criteria" item="criterion">
29 + <choose>
30 + <when test="criterion.noValue">
31 + and ${criterion.condition}
32 + </when>
33 + <when test="criterion.singleValue">
34 + and ${criterion.condition} #{criterion.value}
35 + </when>
36 + <when test="criterion.betweenValue">
37 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
38 + </when>
39 + <when test="criterion.listValue">
40 + and ${criterion.condition}
41 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
42 + #{listItem}
43 + </foreach>
44 + </when>
45 + </choose>
46 + </foreach>
47 + </trim>
48 + </if>
49 + </foreach>
50 + </where>
51 + </sql>
52 + <sql id="Update_By_Example_Where_Clause">
53 + <where>
54 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
55 + <if test="criteria.valid">
56 + <trim prefix="(" prefixOverrides="and" suffix=")">
57 + <foreach collection="criteria.criteria" item="criterion">
58 + <choose>
59 + <when test="criterion.noValue">
60 + and ${criterion.condition}
61 + </when>
62 + <when test="criterion.singleValue">
63 + and ${criterion.condition} #{criterion.value}
64 + </when>
65 + <when test="criterion.betweenValue">
66 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
67 + </when>
68 + <when test="criterion.listValue">
69 + and ${criterion.condition}
70 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
71 + #{listItem}
72 + </foreach>
73 + </when>
74 + </choose>
75 + </foreach>
76 + </trim>
77 + </if>
78 + </foreach>
79 + </where>
80 + </sql>
81 + <sql id="Base_Column_List">
82 + ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, STATUS_ID, STATUS_NAME, FILE_TYPE_ID, FILE_TYPE,
83 + FILE_NAME, PUSH_OB_ID, PUSH_TIME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME,
84 + MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME
85 + </sql>
86 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.PushObDetailExample" resultMap="BaseResultMap">
87 + <include refid="OracleDialectPrefix" />
88 + select
89 + <if test="distinct">
90 + distinct
91 + </if>
92 + 'true' as QUERYID,
93 + <include refid="Base_Column_List" />
94 + from T_BIZ_PUSH_OB_DETAIL
95 + <if test="_parameter != null">
96 + <include refid="Example_Where_Clause" />
97 + </if>
98 + <if test="orderByClause != null">
99 + order by ${orderByClause}
100 + </if>
101 + <include refid="OracleDialectSuffix" />
102 + </select>
103 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
104 + select
105 + <include refid="Base_Column_List" />
106 + from T_BIZ_PUSH_OB_DETAIL
107 + where ID = #{id,jdbcType=NUMERIC}
108 + </select>
109 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
110 + delete from T_BIZ_PUSH_OB_DETAIL
111 + where ID = #{id,jdbcType=NUMERIC}
112 + </delete>
113 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.PushObDetailExample">
114 + delete from T_BIZ_PUSH_OB_DETAIL
115 + <if test="_parameter != null">
116 + <include refid="Example_Where_Clause" />
117 + </if>
118 + </delete>
119 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.PushObDetail">
120 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
121 + SELECT SEQ_T_BIZ_PUSH_OB_DETAIL.NEXTVAL FROM DUAL
122 + </selectKey>
123 + insert into T_BIZ_PUSH_OB_DETAIL (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID,
124 + STATUS_ID, STATUS_NAME, FILE_TYPE_ID,
125 + FILE_TYPE, FILE_NAME, PUSH_OB_ID,
126 + PUSH_TIME, REMARK, CREATE_TIME,
127 + CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
128 + MODIFY_USER_ID, MODIFY_USER_NAME)
129 + values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC},
130 + #{statusId,jdbcType=NUMERIC}, #{statusName,jdbcType=VARCHAR}, #{fileTypeId,jdbcType=NUMERIC},
131 + #{fileType,jdbcType=VARCHAR}, #{fileName,jdbcType=VARCHAR}, #{pushObId,jdbcType=NUMERIC},
132 + #{pushTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
133 + #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
134 + #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR})
135 + </insert>
136 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.PushObDetail">
137 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
138 + SELECT SEQ_T_BIZ_PUSH_OB_DETAIL.NEXTVAL FROM DUAL
139 + </selectKey>
140 + insert into T_BIZ_PUSH_OB_DETAIL
141 + <trim prefix="(" suffix=")" suffixOverrides=",">
142 + ID,
143 + <if test="consignmentCode != null">
144 + CONSIGNMENT_CODE,
145 + </if>
146 + <if test="consignmentId != null">
147 + CONSIGNMENT_ID,
148 + </if>
149 + <if test="statusId != null">
150 + STATUS_ID,
151 + </if>
152 + <if test="statusName != null">
153 + STATUS_NAME,
154 + </if>
155 + <if test="fileTypeId != null">
156 + FILE_TYPE_ID,
157 + </if>
158 + <if test="fileType != null">
159 + FILE_TYPE,
160 + </if>
161 + <if test="fileName != null">
162 + FILE_NAME,
163 + </if>
164 + <if test="pushObId != null">
165 + PUSH_OB_ID,
166 + </if>
167 + <if test="pushTime != null">
168 + PUSH_TIME,
169 + </if>
170 + <if test="remark != null">
171 + REMARK,
172 + </if>
173 + <if test="createTime != null">
174 + CREATE_TIME,
175 + </if>
176 + <if test="createUserId != null">
177 + CREATE_USER_ID,
178 + </if>
179 + <if test="createUserName != null">
180 + CREATE_USER_NAME,
181 + </if>
182 + <if test="modifyTime != null">
183 + MODIFY_TIME,
184 + </if>
185 + <if test="modifyUserId != null">
186 + MODIFY_USER_ID,
187 + </if>
188 + <if test="modifyUserName != null">
189 + MODIFY_USER_NAME,
190 + </if>
191 + </trim>
192 + <trim prefix="values (" suffix=")" suffixOverrides=",">
193 + #{id,jdbcType=NUMERIC},
194 + <if test="consignmentCode != null">
195 + #{consignmentCode,jdbcType=VARCHAR},
196 + </if>
197 + <if test="consignmentId != null">
198 + #{consignmentId,jdbcType=NUMERIC},
199 + </if>
200 + <if test="statusId != null">
201 + #{statusId,jdbcType=NUMERIC},
202 + </if>
203 + <if test="statusName != null">
204 + #{statusName,jdbcType=VARCHAR},
205 + </if>
206 + <if test="fileTypeId != null">
207 + #{fileTypeId,jdbcType=NUMERIC},
208 + </if>
209 + <if test="fileType != null">
210 + #{fileType,jdbcType=VARCHAR},
211 + </if>
212 + <if test="fileName != null">
213 + #{fileName,jdbcType=VARCHAR},
214 + </if>
215 + <if test="pushObId != null">
216 + #{pushObId,jdbcType=NUMERIC},
217 + </if>
218 + <if test="pushTime != null">
219 + #{pushTime,jdbcType=TIMESTAMP},
220 + </if>
221 + <if test="remark != null">
222 + #{remark,jdbcType=VARCHAR},
223 + </if>
224 + <if test="createTime != null">
225 + #{createTime,jdbcType=TIMESTAMP},
226 + </if>
227 + <if test="createUserId != null">
228 + #{createUserId,jdbcType=NUMERIC},
229 + </if>
230 + <if test="createUserName != null">
231 + #{createUserName,jdbcType=VARCHAR},
232 + </if>
233 + <if test="modifyTime != null">
234 + #{modifyTime,jdbcType=TIMESTAMP},
235 + </if>
236 + <if test="modifyUserId != null">
237 + #{modifyUserId,jdbcType=NUMERIC},
238 + </if>
239 + <if test="modifyUserName != null">
240 + #{modifyUserName,jdbcType=VARCHAR},
241 + </if>
242 + </trim>
243 + </insert>
244 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.PushObDetailExample" resultType="java.lang.Long">
245 + select count(*) from T_BIZ_PUSH_OB_DETAIL
246 + <if test="_parameter != null">
247 + <include refid="Example_Where_Clause" />
248 + </if>
249 + </select>
250 + <update id="updateByExampleSelective" parameterType="map">
251 + update T_BIZ_PUSH_OB_DETAIL
252 + <set>
253 + <if test="record.id != null">
254 + ID = #{record.id,jdbcType=NUMERIC},
255 + </if>
256 + <if test="record.consignmentCode != null">
257 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
258 + </if>
259 + <if test="record.consignmentId != null">
260 + CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC},
261 + </if>
262 + <if test="record.statusId != null">
263 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
264 + </if>
265 + <if test="record.statusName != null">
266 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
267 + </if>
268 + <if test="record.fileTypeId != null">
269 + FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC},
270 + </if>
271 + <if test="record.fileType != null">
272 + FILE_TYPE = #{record.fileType,jdbcType=VARCHAR},
273 + </if>
274 + <if test="record.fileName != null">
275 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
276 + </if>
277 + <if test="record.pushObId != null">
278 + PUSH_OB_ID = #{record.pushObId,jdbcType=NUMERIC},
279 + </if>
280 + <if test="record.pushTime != null">
281 + PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP},
282 + </if>
283 + <if test="record.remark != null">
284 + REMARK = #{record.remark,jdbcType=VARCHAR},
285 + </if>
286 + <if test="record.createTime != null">
287 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
288 + </if>
289 + <if test="record.createUserId != null">
290 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
291 + </if>
292 + <if test="record.createUserName != null">
293 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
294 + </if>
295 + <if test="record.modifyTime != null">
296 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
297 + </if>
298 + <if test="record.modifyUserId != null">
299 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
300 + </if>
301 + <if test="record.modifyUserName != null">
302 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
303 + </if>
304 + </set>
305 + <if test="_parameter != null">
306 + <include refid="Update_By_Example_Where_Clause" />
307 + </if>
308 + </update>
309 + <update id="updateByExample" parameterType="map">
310 + update T_BIZ_PUSH_OB_DETAIL
311 + set ID = #{record.id,jdbcType=NUMERIC},
312 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
313 + CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC},
314 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
315 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
316 + FILE_TYPE_ID = #{record.fileTypeId,jdbcType=NUMERIC},
317 + FILE_TYPE = #{record.fileType,jdbcType=VARCHAR},
318 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
319 + PUSH_OB_ID = #{record.pushObId,jdbcType=NUMERIC},
320 + PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP},
321 + REMARK = #{record.remark,jdbcType=VARCHAR},
322 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
323 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
324 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
325 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
326 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
327 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}
328 + <if test="_parameter != null">
329 + <include refid="Update_By_Example_Where_Clause" />
330 + </if>
331 + </update>
332 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.PushObDetail">
333 + update T_BIZ_PUSH_OB_DETAIL
334 + <set>
335 + <if test="consignmentCode != null">
336 + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
337 + </if>
338 + <if test="consignmentId != null">
339 + CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC},
340 + </if>
341 + <if test="statusId != null">
342 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
343 + </if>
344 + <if test="statusName != null">
345 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
346 + </if>
347 + <if test="fileTypeId != null">
348 + FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC},
349 + </if>
350 + <if test="fileType != null">
351 + FILE_TYPE = #{fileType,jdbcType=VARCHAR},
352 + </if>
353 + <if test="fileName != null">
354 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
355 + </if>
356 + <if test="pushObId != null">
357 + PUSH_OB_ID = #{pushObId,jdbcType=NUMERIC},
358 + </if>
359 + <if test="pushTime != null">
360 + PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP},
361 + </if>
362 + <if test="remark != null">
363 + REMARK = #{remark,jdbcType=VARCHAR},
364 + </if>
365 + <if test="createTime != null">
366 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
367 + </if>
368 + <if test="createUserId != null">
369 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
370 + </if>
371 + <if test="createUserName != null">
372 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
373 + </if>
374 + <if test="modifyTime != null">
375 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
376 + </if>
377 + <if test="modifyUserId != null">
378 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
379 + </if>
380 + <if test="modifyUserName != null">
381 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
382 + </if>
383 + </set>
384 + where ID = #{id,jdbcType=NUMERIC}
385 + </update>
386 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.PushObDetail">
387 + update T_BIZ_PUSH_OB_DETAIL
388 + set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
389 + CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC},
390 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
391 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
392 + FILE_TYPE_ID = #{fileTypeId,jdbcType=NUMERIC},
393 + FILE_TYPE = #{fileType,jdbcType=VARCHAR},
394 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
395 + PUSH_OB_ID = #{pushObId,jdbcType=NUMERIC},
396 + PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP},
397 + REMARK = #{remark,jdbcType=VARCHAR},
398 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
399 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
400 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
401 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
402 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
403 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}
404 + where ID = #{id,jdbcType=NUMERIC}
405 + </update>
406 + <sql id="OracleDialectPrefix">
407 + <if test="limitStart != null and limitStart>=0">
408 + select * from ( select row_.*, rownum rownum_ from (
409 + </if>
410 + </sql>
411 + <sql id="OracleDialectSuffix">
412 + <if test="limitStart != null and limitStart>=0">
413 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
414 + </if>
415 + </sql>
416 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
3 +<mapper namespace="com.fedex.connect.common.dao.biz.PushObMapper">
4 + <resultMap id="BaseResultMap" type="com.fedex.connect.common.model.biz.PushOb">
5 + <id column="ID" jdbcType="NUMERIC" property="id" />
6 + <result column="CONSIGNMENT_CODE" jdbcType="VARCHAR" property="consignmentCode" />
7 + <result column="CONSIGNMENT_ID" jdbcType="NUMERIC" property="consignmentId" />
8 + <result column="PUSH_TIME" jdbcType="TIMESTAMP" property="pushTime" />
9 + <result column="STATUS_ID" jdbcType="NUMERIC" property="statusId" />
10 + <result column="STATUS_NAME" jdbcType="VARCHAR" property="statusName" />
11 + <result column="PUSH_NUM" jdbcType="NUMERIC" property="pushNum" />
12 + <result column="FILE_PATH" jdbcType="VARCHAR" property="filePath" />
13 + <result column="FILE_BACK_PATH" jdbcType="VARCHAR" property="fileBackPath" />
14 + <result column="FILE_NAME" jdbcType="VARCHAR" property="fileName" />
15 + <result column="REMARK" jdbcType="VARCHAR" property="remark" />
16 + <result column="CREATE_TIME" jdbcType="TIMESTAMP" property="createTime" />
17 + <result column="CREATE_USER_ID" jdbcType="NUMERIC" property="createUserId" />
18 + <result column="CREATE_USER_NAME" jdbcType="VARCHAR" property="createUserName" />
19 + <result column="MODIFY_TIME" jdbcType="TIMESTAMP" property="modifyTime" />
20 + <result column="MODIFY_USER_ID" jdbcType="NUMERIC" property="modifyUserId" />
21 + <result column="MODIFY_USER_NAME" jdbcType="VARCHAR" property="modifyUserName" />
22 + </resultMap>
23 + <sql id="Example_Where_Clause">
24 + <where>
25 + <foreach collection="oredCriteria" item="criteria" separator="or">
26 + <if test="criteria.valid">
27 + <trim prefix="(" prefixOverrides="and" suffix=")">
28 + <foreach collection="criteria.criteria" item="criterion">
29 + <choose>
30 + <when test="criterion.noValue">
31 + and ${criterion.condition}
32 + </when>
33 + <when test="criterion.singleValue">
34 + and ${criterion.condition} #{criterion.value}
35 + </when>
36 + <when test="criterion.betweenValue">
37 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
38 + </when>
39 + <when test="criterion.listValue">
40 + and ${criterion.condition}
41 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
42 + #{listItem}
43 + </foreach>
44 + </when>
45 + </choose>
46 + </foreach>
47 + </trim>
48 + </if>
49 + </foreach>
50 + </where>
51 + </sql>
52 + <sql id="Update_By_Example_Where_Clause">
53 + <where>
54 + <foreach collection="example.oredCriteria" item="criteria" separator="or">
55 + <if test="criteria.valid">
56 + <trim prefix="(" prefixOverrides="and" suffix=")">
57 + <foreach collection="criteria.criteria" item="criterion">
58 + <choose>
59 + <when test="criterion.noValue">
60 + and ${criterion.condition}
61 + </when>
62 + <when test="criterion.singleValue">
63 + and ${criterion.condition} #{criterion.value}
64 + </when>
65 + <when test="criterion.betweenValue">
66 + and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
67 + </when>
68 + <when test="criterion.listValue">
69 + and ${criterion.condition}
70 + <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
71 + #{listItem}
72 + </foreach>
73 + </when>
74 + </choose>
75 + </foreach>
76 + </trim>
77 + </if>
78 + </foreach>
79 + </where>
80 + </sql>
81 + <sql id="Base_Column_List">
82 + ID, CONSIGNMENT_CODE, CONSIGNMENT_ID, PUSH_TIME, STATUS_ID, STATUS_NAME, PUSH_NUM,
83 + FILE_PATH, FILE_BACK_PATH, FILE_NAME, REMARK, CREATE_TIME, CREATE_USER_ID, CREATE_USER_NAME,
84 + MODIFY_TIME, MODIFY_USER_ID, MODIFY_USER_NAME
85 + </sql>
86 + <select id="selectByExample" parameterType="com.fedex.connect.common.model.biz.PushObExample" resultMap="BaseResultMap">
87 + <include refid="OracleDialectPrefix" />
88 + select
89 + <if test="distinct">
90 + distinct
91 + </if>
92 + 'true' as QUERYID,
93 + <include refid="Base_Column_List" />
94 + from T_BIZ_PUSH_OB
95 + <if test="_parameter != null">
96 + <include refid="Example_Where_Clause" />
97 + </if>
98 + <if test="orderByClause != null">
99 + order by ${orderByClause}
100 + </if>
101 + <include refid="OracleDialectSuffix" />
102 + </select>
103 + <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
104 + select
105 + <include refid="Base_Column_List" />
106 + from T_BIZ_PUSH_OB
107 + where ID = #{id,jdbcType=NUMERIC}
108 + </select>
109 + <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
110 + delete from T_BIZ_PUSH_OB
111 + where ID = #{id,jdbcType=NUMERIC}
112 + </delete>
113 + <delete id="deleteByExample" parameterType="com.fedex.connect.common.model.biz.PushObExample">
114 + delete from T_BIZ_PUSH_OB
115 + <if test="_parameter != null">
116 + <include refid="Example_Where_Clause" />
117 + </if>
118 + </delete>
119 + <insert id="insert" parameterType="com.fedex.connect.common.model.biz.PushOb">
120 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
121 + SELECT SEQ_T_BIZ_PUSH_OB.NEXTVAL FROM DUAL
122 + </selectKey>
123 + insert into T_BIZ_PUSH_OB (ID, CONSIGNMENT_CODE, CONSIGNMENT_ID,
124 + PUSH_TIME, STATUS_ID, STATUS_NAME,
125 + PUSH_NUM, FILE_PATH, FILE_BACK_PATH,
126 + FILE_NAME, REMARK, CREATE_TIME,
127 + CREATE_USER_ID, CREATE_USER_NAME, MODIFY_TIME,
128 + MODIFY_USER_ID, MODIFY_USER_NAME)
129 + values (#{id,jdbcType=NUMERIC}, #{consignmentCode,jdbcType=VARCHAR}, #{consignmentId,jdbcType=NUMERIC},
130 + #{pushTime,jdbcType=TIMESTAMP}, #{statusId,jdbcType=NUMERIC}, #{statusName,jdbcType=VARCHAR},
131 + #{pushNum,jdbcType=NUMERIC}, #{filePath,jdbcType=VARCHAR}, #{fileBackPath,jdbcType=VARCHAR},
132 + #{fileName,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
133 + #{createUserId,jdbcType=NUMERIC}, #{createUserName,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
134 + #{modifyUserId,jdbcType=NUMERIC}, #{modifyUserName,jdbcType=VARCHAR})
135 + </insert>
136 + <insert id="insertSelective" parameterType="com.fedex.connect.common.model.biz.PushOb">
137 + <selectKey keyProperty="id" order="BEFORE" resultType="java.lang.Long">
138 + SELECT SEQ_T_BIZ_PUSH_OB.NEXTVAL FROM DUAL
139 + </selectKey>
140 + insert into T_BIZ_PUSH_OB
141 + <trim prefix="(" suffix=")" suffixOverrides=",">
142 + ID,
143 + <if test="consignmentCode != null">
144 + CONSIGNMENT_CODE,
145 + </if>
146 + <if test="consignmentId != null">
147 + CONSIGNMENT_ID,
148 + </if>
149 + <if test="pushTime != null">
150 + PUSH_TIME,
151 + </if>
152 + <if test="statusId != null">
153 + STATUS_ID,
154 + </if>
155 + <if test="statusName != null">
156 + STATUS_NAME,
157 + </if>
158 + <if test="pushNum != null">
159 + PUSH_NUM,
160 + </if>
161 + <if test="filePath != null">
162 + FILE_PATH,
163 + </if>
164 + <if test="fileBackPath != null">
165 + FILE_BACK_PATH,
166 + </if>
167 + <if test="fileName != null">
168 + FILE_NAME,
169 + </if>
170 + <if test="remark != null">
171 + REMARK,
172 + </if>
173 + <if test="createTime != null">
174 + CREATE_TIME,
175 + </if>
176 + <if test="createUserId != null">
177 + CREATE_USER_ID,
178 + </if>
179 + <if test="createUserName != null">
180 + CREATE_USER_NAME,
181 + </if>
182 + <if test="modifyTime != null">
183 + MODIFY_TIME,
184 + </if>
185 + <if test="modifyUserId != null">
186 + MODIFY_USER_ID,
187 + </if>
188 + <if test="modifyUserName != null">
189 + MODIFY_USER_NAME,
190 + </if>
191 + </trim>
192 + <trim prefix="values (" suffix=")" suffixOverrides=",">
193 + #{id,jdbcType=NUMERIC},
194 + <if test="consignmentCode != null">
195 + #{consignmentCode,jdbcType=VARCHAR},
196 + </if>
197 + <if test="consignmentId != null">
198 + #{consignmentId,jdbcType=NUMERIC},
199 + </if>
200 + <if test="pushTime != null">
201 + #{pushTime,jdbcType=TIMESTAMP},
202 + </if>
203 + <if test="statusId != null">
204 + #{statusId,jdbcType=NUMERIC},
205 + </if>
206 + <if test="statusName != null">
207 + #{statusName,jdbcType=VARCHAR},
208 + </if>
209 + <if test="pushNum != null">
210 + #{pushNum,jdbcType=NUMERIC},
211 + </if>
212 + <if test="filePath != null">
213 + #{filePath,jdbcType=VARCHAR},
214 + </if>
215 + <if test="fileBackPath != null">
216 + #{fileBackPath,jdbcType=VARCHAR},
217 + </if>
218 + <if test="fileName != null">
219 + #{fileName,jdbcType=VARCHAR},
220 + </if>
221 + <if test="remark != null">
222 + #{remark,jdbcType=VARCHAR},
223 + </if>
224 + <if test="createTime != null">
225 + #{createTime,jdbcType=TIMESTAMP},
226 + </if>
227 + <if test="createUserId != null">
228 + #{createUserId,jdbcType=NUMERIC},
229 + </if>
230 + <if test="createUserName != null">
231 + #{createUserName,jdbcType=VARCHAR},
232 + </if>
233 + <if test="modifyTime != null">
234 + #{modifyTime,jdbcType=TIMESTAMP},
235 + </if>
236 + <if test="modifyUserId != null">
237 + #{modifyUserId,jdbcType=NUMERIC},
238 + </if>
239 + <if test="modifyUserName != null">
240 + #{modifyUserName,jdbcType=VARCHAR},
241 + </if>
242 + </trim>
243 + </insert>
244 + <select id="countByExample" parameterType="com.fedex.connect.common.model.biz.PushObExample" resultType="java.lang.Long">
245 + select count(*) from T_BIZ_PUSH_OB
246 + <if test="_parameter != null">
247 + <include refid="Example_Where_Clause" />
248 + </if>
249 + </select>
250 + <update id="updateByExampleSelective" parameterType="map">
251 + update T_BIZ_PUSH_OB
252 + <set>
253 + <if test="record.id != null">
254 + ID = #{record.id,jdbcType=NUMERIC},
255 + </if>
256 + <if test="record.consignmentCode != null">
257 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
258 + </if>
259 + <if test="record.consignmentId != null">
260 + CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC},
261 + </if>
262 + <if test="record.pushTime != null">
263 + PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP},
264 + </if>
265 + <if test="record.statusId != null">
266 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
267 + </if>
268 + <if test="record.statusName != null">
269 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
270 + </if>
271 + <if test="record.pushNum != null">
272 + PUSH_NUM = #{record.pushNum,jdbcType=NUMERIC},
273 + </if>
274 + <if test="record.filePath != null">
275 + FILE_PATH = #{record.filePath,jdbcType=VARCHAR},
276 + </if>
277 + <if test="record.fileBackPath != null">
278 + FILE_BACK_PATH = #{record.fileBackPath,jdbcType=VARCHAR},
279 + </if>
280 + <if test="record.fileName != null">
281 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
282 + </if>
283 + <if test="record.remark != null">
284 + REMARK = #{record.remark,jdbcType=VARCHAR},
285 + </if>
286 + <if test="record.createTime != null">
287 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
288 + </if>
289 + <if test="record.createUserId != null">
290 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
291 + </if>
292 + <if test="record.createUserName != null">
293 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
294 + </if>
295 + <if test="record.modifyTime != null">
296 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
297 + </if>
298 + <if test="record.modifyUserId != null">
299 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
300 + </if>
301 + <if test="record.modifyUserName != null">
302 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR},
303 + </if>
304 + </set>
305 + <if test="_parameter != null">
306 + <include refid="Update_By_Example_Where_Clause" />
307 + </if>
308 + </update>
309 + <update id="updateByExample" parameterType="map">
310 + update T_BIZ_PUSH_OB
311 + set ID = #{record.id,jdbcType=NUMERIC},
312 + CONSIGNMENT_CODE = #{record.consignmentCode,jdbcType=VARCHAR},
313 + CONSIGNMENT_ID = #{record.consignmentId,jdbcType=NUMERIC},
314 + PUSH_TIME = #{record.pushTime,jdbcType=TIMESTAMP},
315 + STATUS_ID = #{record.statusId,jdbcType=NUMERIC},
316 + STATUS_NAME = #{record.statusName,jdbcType=VARCHAR},
317 + PUSH_NUM = #{record.pushNum,jdbcType=NUMERIC},
318 + FILE_PATH = #{record.filePath,jdbcType=VARCHAR},
319 + FILE_BACK_PATH = #{record.fileBackPath,jdbcType=VARCHAR},
320 + FILE_NAME = #{record.fileName,jdbcType=VARCHAR},
321 + REMARK = #{record.remark,jdbcType=VARCHAR},
322 + CREATE_TIME = #{record.createTime,jdbcType=TIMESTAMP},
323 + CREATE_USER_ID = #{record.createUserId,jdbcType=NUMERIC},
324 + CREATE_USER_NAME = #{record.createUserName,jdbcType=VARCHAR},
325 + MODIFY_TIME = #{record.modifyTime,jdbcType=TIMESTAMP},
326 + MODIFY_USER_ID = #{record.modifyUserId,jdbcType=NUMERIC},
327 + MODIFY_USER_NAME = #{record.modifyUserName,jdbcType=VARCHAR}
328 + <if test="_parameter != null">
329 + <include refid="Update_By_Example_Where_Clause" />
330 + </if>
331 + </update>
332 + <update id="updateByPrimaryKeySelective" parameterType="com.fedex.connect.common.model.biz.PushOb">
333 + update T_BIZ_PUSH_OB
334 + <set>
335 + <if test="consignmentCode != null">
336 + CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
337 + </if>
338 + <if test="consignmentId != null">
339 + CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC},
340 + </if>
341 + <if test="pushTime != null">
342 + PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP},
343 + </if>
344 + <if test="statusId != null">
345 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
346 + </if>
347 + <if test="statusName != null">
348 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
349 + </if>
350 + <if test="pushNum != null">
351 + PUSH_NUM = #{pushNum,jdbcType=NUMERIC},
352 + </if>
353 + <if test="filePath != null">
354 + FILE_PATH = #{filePath,jdbcType=VARCHAR},
355 + </if>
356 + <if test="fileBackPath != null">
357 + FILE_BACK_PATH = #{fileBackPath,jdbcType=VARCHAR},
358 + </if>
359 + <if test="fileName != null">
360 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
361 + </if>
362 + <if test="remark != null">
363 + REMARK = #{remark,jdbcType=VARCHAR},
364 + </if>
365 + <if test="createTime != null">
366 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
367 + </if>
368 + <if test="createUserId != null">
369 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
370 + </if>
371 + <if test="createUserName != null">
372 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
373 + </if>
374 + <if test="modifyTime != null">
375 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
376 + </if>
377 + <if test="modifyUserId != null">
378 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
379 + </if>
380 + <if test="modifyUserName != null">
381 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR},
382 + </if>
383 + </set>
384 + where ID = #{id,jdbcType=NUMERIC}
385 + </update>
386 + <update id="updateByPrimaryKey" parameterType="com.fedex.connect.common.model.biz.PushOb">
387 + update T_BIZ_PUSH_OB
388 + set CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
389 + CONSIGNMENT_ID = #{consignmentId,jdbcType=NUMERIC},
390 + PUSH_TIME = #{pushTime,jdbcType=TIMESTAMP},
391 + STATUS_ID = #{statusId,jdbcType=NUMERIC},
392 + STATUS_NAME = #{statusName,jdbcType=VARCHAR},
393 + PUSH_NUM = #{pushNum,jdbcType=NUMERIC},
394 + FILE_PATH = #{filePath,jdbcType=VARCHAR},
395 + FILE_BACK_PATH = #{fileBackPath,jdbcType=VARCHAR},
396 + FILE_NAME = #{fileName,jdbcType=VARCHAR},
397 + REMARK = #{remark,jdbcType=VARCHAR},
398 + CREATE_TIME = #{createTime,jdbcType=TIMESTAMP},
399 + CREATE_USER_ID = #{createUserId,jdbcType=NUMERIC},
400 + CREATE_USER_NAME = #{createUserName,jdbcType=VARCHAR},
401 + MODIFY_TIME = #{modifyTime,jdbcType=TIMESTAMP},
402 + MODIFY_USER_ID = #{modifyUserId,jdbcType=NUMERIC},
403 + MODIFY_USER_NAME = #{modifyUserName,jdbcType=VARCHAR}
404 + where ID = #{id,jdbcType=NUMERIC}
405 + </update>
406 + <sql id="OracleDialectPrefix">
407 + <if test="limitStart != null and limitStart>=0">
408 + select * from ( select row_.*, rownum rownum_ from (
409 + </if>
410 + </sql>
411 + <sql id="OracleDialectSuffix">
412 + <if test="limitStart != null and limitStart>=0">
413 + <![CDATA[ ) row_ ) where rownum_ > #{limitStart} and rownum_ <= #{limitStart}+#{limitSize} ]]>
414 + </if>
415 + </sql>
416 +</mapper>
...\ No newline at end of file ...\ No newline at end of file
1 -package com.fedex.connect.common.mapper.biz;
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.bi;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 口岸清关组邮箱mapping表
8 + * TABLE: T_BI_PORTCLEAR_EMAIL_MAPPING
9 + */
10 +public class PortclearEmailMapping implements Serializable {
11 + /**
12 + * ID,自动增长
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 口岸编码
18 + */
19 + private String portCode;
20 +
21 + /**
22 + * 邮箱地址
23 + */
24 + private String email;
25 +
26 + /**
27 + * 是否有效(1:有效[true]。0:无效[false]。)
28 + */
29 + private Long status;
30 +
31 + /**
32 + * 创建时间
33 + */
34 + private Date createTime;
35 +
36 + /**
37 + * 创建人ID,关联用户表ID
38 + */
39 + private Long createUserId;
40 +
41 + /**
42 + * 创建人名称
43 + */
44 + private String createUserName;
45 +
46 + /**
47 + * 修改时间
48 + */
49 + private Date modifyTime;
50 +
51 + /**
52 + * 修改人ID,关联用户表ID
53 + */
54 + private Long modifyUserId;
55 +
56 + /**
57 + * 修改人名称
58 + */
59 + private String modifyUserName;
60 +
61 + private static final long serialVersionUID = 1L;
62 +
63 + public Long getId() {
64 + return id;
65 + }
66 +
67 + public void setId(Long id) {
68 + this.id = id;
69 + }
70 +
71 + public String getPortCode() {
72 + return portCode;
73 + }
74 +
75 + public void setPortCode(String portCode) {
76 + this.portCode = portCode == null ? null : portCode.trim();
77 + }
78 +
79 + public String getEmail() {
80 + return email;
81 + }
82 +
83 + public void setEmail(String email) {
84 + this.email = email == null ? null : email.trim();
85 + }
86 +
87 + public Long getStatus() {
88 + return status;
89 + }
90 +
91 + public void setStatus(Long status) {
92 + this.status = status;
93 + }
94 +
95 + public Date getCreateTime() {
96 + return createTime;
97 + }
98 +
99 + public void setCreateTime(Date createTime) {
100 + this.createTime = createTime;
101 + }
102 +
103 + public Long getCreateUserId() {
104 + return createUserId;
105 + }
106 +
107 + public void setCreateUserId(Long createUserId) {
108 + this.createUserId = createUserId;
109 + }
110 +
111 + public String getCreateUserName() {
112 + return createUserName;
113 + }
114 +
115 + public void setCreateUserName(String createUserName) {
116 + this.createUserName = createUserName == null ? null : createUserName.trim();
117 + }
118 +
119 + public Date getModifyTime() {
120 + return modifyTime;
121 + }
122 +
123 + public void setModifyTime(Date modifyTime) {
124 + this.modifyTime = modifyTime;
125 + }
126 +
127 + public Long getModifyUserId() {
128 + return modifyUserId;
129 + }
130 +
131 + public void setModifyUserId(Long modifyUserId) {
132 + this.modifyUserId = modifyUserId;
133 + }
134 +
135 + public String getModifyUserName() {
136 + return modifyUserName;
137 + }
138 +
139 + public void setModifyUserName(String modifyUserName) {
140 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
141 + }
142 +
143 + @Override
144 + public String toString() {
145 + StringBuilder sb = new StringBuilder();
146 + sb.append(getClass().getSimpleName());
147 + sb.append(" [");
148 + sb.append("Hash = ").append(hashCode());
149 + sb.append(", id=").append(id);
150 + sb.append(", portCode=").append(portCode);
151 + sb.append(", email=").append(email);
152 + sb.append(", status=").append(status);
153 + sb.append(", createTime=").append(createTime);
154 + sb.append(", createUserId=").append(createUserId);
155 + sb.append(", createUserName=").append(createUserName);
156 + sb.append(", modifyTime=").append(modifyTime);
157 + sb.append(", modifyUserId=").append(modifyUserId);
158 + sb.append(", modifyUserName=").append(modifyUserName);
159 + sb.append(", serialVersionUID=").append(serialVersionUID);
160 + sb.append("]");
161 + return sb.toString();
162 + }
163 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.bi;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class PortclearEmailMappingExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public PortclearEmailMappingExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andPortCodeIsNull() {
189 + addCriterion("PORT_CODE is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andPortCodeIsNotNull() {
194 + addCriterion("PORT_CODE is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andPortCodeEqualTo(String value) {
199 + addCriterion("PORT_CODE =", value, "portCode");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andPortCodeNotEqualTo(String value) {
204 + addCriterion("PORT_CODE <>", value, "portCode");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andPortCodeGreaterThan(String value) {
209 + addCriterion("PORT_CODE >", value, "portCode");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andPortCodeGreaterThanOrEqualTo(String value) {
214 + addCriterion("PORT_CODE >=", value, "portCode");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andPortCodeLessThan(String value) {
219 + addCriterion("PORT_CODE <", value, "portCode");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andPortCodeLessThanOrEqualTo(String value) {
224 + addCriterion("PORT_CODE <=", value, "portCode");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andPortCodeLike(String value) {
229 + addCriterion("PORT_CODE like", value, "portCode");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andPortCodeNotLike(String value) {
234 + addCriterion("PORT_CODE not like", value, "portCode");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andPortCodeIn(List<String> values) {
239 + addCriterion("PORT_CODE in", values, "portCode");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andPortCodeNotIn(List<String> values) {
244 + addCriterion("PORT_CODE not in", values, "portCode");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andPortCodeBetween(String value1, String value2) {
249 + addCriterion("PORT_CODE between", value1, value2, "portCode");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andPortCodeNotBetween(String value1, String value2) {
254 + addCriterion("PORT_CODE not between", value1, value2, "portCode");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andEmailIsNull() {
259 + addCriterion("EMAIL is null");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andEmailIsNotNull() {
264 + addCriterion("EMAIL is not null");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andEmailEqualTo(String value) {
269 + addCriterion("EMAIL =", value, "email");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andEmailNotEqualTo(String value) {
274 + addCriterion("EMAIL <>", value, "email");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andEmailGreaterThan(String value) {
279 + addCriterion("EMAIL >", value, "email");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andEmailGreaterThanOrEqualTo(String value) {
284 + addCriterion("EMAIL >=", value, "email");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andEmailLessThan(String value) {
289 + addCriterion("EMAIL <", value, "email");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andEmailLessThanOrEqualTo(String value) {
294 + addCriterion("EMAIL <=", value, "email");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andEmailLike(String value) {
299 + addCriterion("EMAIL like", value, "email");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andEmailNotLike(String value) {
304 + addCriterion("EMAIL not like", value, "email");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andEmailIn(List<String> values) {
309 + addCriterion("EMAIL in", values, "email");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andEmailNotIn(List<String> values) {
314 + addCriterion("EMAIL not in", values, "email");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andEmailBetween(String value1, String value2) {
319 + addCriterion("EMAIL between", value1, value2, "email");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andEmailNotBetween(String value1, String value2) {
324 + addCriterion("EMAIL not between", value1, value2, "email");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andStatusIsNull() {
329 + addCriterion("STATUS is null");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andStatusIsNotNull() {
334 + addCriterion("STATUS is not null");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andStatusEqualTo(Long value) {
339 + addCriterion("STATUS =", value, "status");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andStatusNotEqualTo(Long value) {
344 + addCriterion("STATUS <>", value, "status");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andStatusGreaterThan(Long value) {
349 + addCriterion("STATUS >", value, "status");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andStatusGreaterThanOrEqualTo(Long value) {
354 + addCriterion("STATUS >=", value, "status");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andStatusLessThan(Long value) {
359 + addCriterion("STATUS <", value, "status");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andStatusLessThanOrEqualTo(Long value) {
364 + addCriterion("STATUS <=", value, "status");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andStatusIn(List<Long> values) {
369 + addCriterion("STATUS in", values, "status");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andStatusNotIn(List<Long> values) {
374 + addCriterion("STATUS not in", values, "status");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andStatusBetween(Long value1, Long value2) {
379 + addCriterion("STATUS between", value1, value2, "status");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andStatusNotBetween(Long value1, Long value2) {
384 + addCriterion("STATUS not between", value1, value2, "status");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andCreateTimeIsNull() {
389 + addCriterion("CREATE_TIME is null");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andCreateTimeIsNotNull() {
394 + addCriterion("CREATE_TIME is not null");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andCreateTimeEqualTo(Date value) {
399 + addCriterion("CREATE_TIME =", value, "createTime");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andCreateTimeNotEqualTo(Date value) {
404 + addCriterion("CREATE_TIME <>", value, "createTime");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andCreateTimeGreaterThan(Date value) {
409 + addCriterion("CREATE_TIME >", value, "createTime");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
414 + addCriterion("CREATE_TIME >=", value, "createTime");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andCreateTimeLessThan(Date value) {
419 + addCriterion("CREATE_TIME <", value, "createTime");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
424 + addCriterion("CREATE_TIME <=", value, "createTime");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andCreateTimeIn(List<Date> values) {
429 + addCriterion("CREATE_TIME in", values, "createTime");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andCreateTimeNotIn(List<Date> values) {
434 + addCriterion("CREATE_TIME not in", values, "createTime");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
439 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
444 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andCreateUserIdIsNull() {
449 + addCriterion("CREATE_USER_ID is null");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andCreateUserIdIsNotNull() {
454 + addCriterion("CREATE_USER_ID is not null");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andCreateUserIdEqualTo(Long value) {
459 + addCriterion("CREATE_USER_ID =", value, "createUserId");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andCreateUserIdNotEqualTo(Long value) {
464 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andCreateUserIdGreaterThan(Long value) {
469 + addCriterion("CREATE_USER_ID >", value, "createUserId");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
474 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andCreateUserIdLessThan(Long value) {
479 + addCriterion("CREATE_USER_ID <", value, "createUserId");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
484 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andCreateUserIdIn(List<Long> values) {
489 + addCriterion("CREATE_USER_ID in", values, "createUserId");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andCreateUserIdNotIn(List<Long> values) {
494 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
499 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
504 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andCreateUserNameIsNull() {
509 + addCriterion("CREATE_USER_NAME is null");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andCreateUserNameIsNotNull() {
514 + addCriterion("CREATE_USER_NAME is not null");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andCreateUserNameEqualTo(String value) {
519 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andCreateUserNameNotEqualTo(String value) {
524 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andCreateUserNameGreaterThan(String value) {
529 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
534 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andCreateUserNameLessThan(String value) {
539 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
544 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andCreateUserNameLike(String value) {
549 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andCreateUserNameNotLike(String value) {
554 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andCreateUserNameIn(List<String> values) {
559 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andCreateUserNameNotIn(List<String> values) {
564 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andCreateUserNameBetween(String value1, String value2) {
569 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
574 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andModifyTimeIsNull() {
579 + addCriterion("MODIFY_TIME is null");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andModifyTimeIsNotNull() {
584 + addCriterion("MODIFY_TIME is not null");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andModifyTimeEqualTo(Date value) {
589 + addCriterion("MODIFY_TIME =", value, "modifyTime");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andModifyTimeNotEqualTo(Date value) {
594 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andModifyTimeGreaterThan(Date value) {
599 + addCriterion("MODIFY_TIME >", value, "modifyTime");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
604 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andModifyTimeLessThan(Date value) {
609 + addCriterion("MODIFY_TIME <", value, "modifyTime");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
614 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andModifyTimeIn(List<Date> values) {
619 + addCriterion("MODIFY_TIME in", values, "modifyTime");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andModifyTimeNotIn(List<Date> values) {
624 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
629 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
634 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andModifyUserIdIsNull() {
639 + addCriterion("MODIFY_USER_ID is null");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andModifyUserIdIsNotNull() {
644 + addCriterion("MODIFY_USER_ID is not null");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andModifyUserIdEqualTo(Long value) {
649 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andModifyUserIdNotEqualTo(Long value) {
654 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andModifyUserIdGreaterThan(Long value) {
659 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
664 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andModifyUserIdLessThan(Long value) {
669 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
674 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andModifyUserIdIn(List<Long> values) {
679 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andModifyUserIdNotIn(List<Long> values) {
684 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
689 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
694 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andModifyUserNameIsNull() {
699 + addCriterion("MODIFY_USER_NAME is null");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andModifyUserNameIsNotNull() {
704 + addCriterion("MODIFY_USER_NAME is not null");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andModifyUserNameEqualTo(String value) {
709 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andModifyUserNameNotEqualTo(String value) {
714 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andModifyUserNameGreaterThan(String value) {
719 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
724 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andModifyUserNameLessThan(String value) {
729 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
734 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andModifyUserNameLike(String value) {
739 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andModifyUserNameNotLike(String value) {
744 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andModifyUserNameIn(List<String> values) {
749 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andModifyUserNameNotIn(List<String> values) {
754 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andModifyUserNameBetween(String value1, String value2) {
759 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
764 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
765 + return (Criteria) this;
766 + }
767 + }
768 +
769 + public static class Criteria extends GeneratedCriteria {
770 +
771 + protected Criteria() {
772 + super();
773 + }
774 + }
775 +
776 + public static class Criterion {
777 + private String condition;
778 +
779 + private Object value;
780 +
781 + private Object secondValue;
782 +
783 + private boolean noValue;
784 +
785 + private boolean singleValue;
786 +
787 + private boolean betweenValue;
788 +
789 + private boolean listValue;
790 +
791 + private String typeHandler;
792 +
793 + public String getCondition() {
794 + return condition;
795 + }
796 +
797 + public Object getValue() {
798 + return value;
799 + }
800 +
801 + public Object getSecondValue() {
802 + return secondValue;
803 + }
804 +
805 + public boolean isNoValue() {
806 + return noValue;
807 + }
808 +
809 + public boolean isSingleValue() {
810 + return singleValue;
811 + }
812 +
813 + public boolean isBetweenValue() {
814 + return betweenValue;
815 + }
816 +
817 + public boolean isListValue() {
818 + return listValue;
819 + }
820 +
821 + public String getTypeHandler() {
822 + return typeHandler;
823 + }
824 +
825 + protected Criterion(String condition) {
826 + super();
827 + this.condition = condition;
828 + this.typeHandler = null;
829 + this.noValue = true;
830 + }
831 +
832 + protected Criterion(String condition, Object value, String typeHandler) {
833 + super();
834 + this.condition = condition;
835 + this.value = value;
836 + this.typeHandler = typeHandler;
837 + if (value instanceof List<?>) {
838 + this.listValue = true;
839 + } else {
840 + this.singleValue = true;
841 + }
842 + }
843 +
844 + protected Criterion(String condition, Object value) {
845 + this(condition, value, null);
846 + }
847 +
848 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
849 + super();
850 + this.condition = condition;
851 + this.value = value;
852 + this.secondValue = secondValue;
853 + this.typeHandler = typeHandler;
854 + this.betweenValue = true;
855 + }
856 +
857 + protected Criterion(String condition, Object value, Object secondValue) {
858 + this(condition, value, secondValue, null);
859 + }
860 + }
861 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 附件表
8 + * TABLE: T_BIZ_ATTACHMENT
9 + */
10 +public class Attachment implements Serializable {
11 + /**
12 + * ID,自动增加
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 业务ID,目前该字段为运单表ID
18 + */
19 + private Long bizId;
20 +
21 + /**
22 + * 业务类型ID。
23 +关联数据字典表。指定字典目录CODE:ATTACHMENT_BIZ_TYPE
24 + */
25 + private Long bizTypeId;
26 +
27 + /**
28 + * 业务类型名称(用户上传、系统生成)
29 + */
30 + private String bizTypeName;
31 +
32 + /**
33 + * 用户上传文件名称
34 + */
35 + private String sourceFileName;
36 +
37 + /**
38 + * 服务器文件名称
39 + */
40 + private String fileName;
41 +
42 + /**
43 + * 服务器文件路径
44 + */
45 + private String filePath;
46 +
47 + /**
48 + * 文件类型ID。关联数据字典表。指定字典目录CODE:ATTACHMENT_FILE_TYPE
49 + */
50 + private Long fileTypeId;
51 +
52 + /**
53 + * 文件类型名称(压缩包、PDF)
54 + */
55 + private String fileTypeName;
56 +
57 + /**
58 + * 状态(0:无效、1:有效)
59 + */
60 + private Long status;
61 +
62 + /**
63 + * 创建时间
64 + */
65 + private Date createTime;
66 +
67 + /**
68 + * 创建人ID,关联用户表ID
69 + */
70 + private Long createUserId;
71 +
72 + /**
73 + * 创建人名称
74 + */
75 + private String createUserName;
76 +
77 + /**
78 + * 修改时间
79 + */
80 + private Date modifyTime;
81 +
82 + /**
83 + * 修改人ID,关联用户表ID
84 + */
85 + private Long modifyUserId;
86 +
87 + /**
88 + * 修改人名称
89 + */
90 + private String modifyUserName;
91 +
92 + private static final long serialVersionUID = 1L;
93 +
94 + public Long getId() {
95 + return id;
96 + }
97 +
98 + public void setId(Long id) {
99 + this.id = id;
100 + }
101 +
102 + public Long getBizId() {
103 + return bizId;
104 + }
105 +
106 + public void setBizId(Long bizId) {
107 + this.bizId = bizId;
108 + }
109 +
110 + public Long getBizTypeId() {
111 + return bizTypeId;
112 + }
113 +
114 + public void setBizTypeId(Long bizTypeId) {
115 + this.bizTypeId = bizTypeId;
116 + }
117 +
118 + public String getBizTypeName() {
119 + return bizTypeName;
120 + }
121 +
122 + public void setBizTypeName(String bizTypeName) {
123 + this.bizTypeName = bizTypeName == null ? null : bizTypeName.trim();
124 + }
125 +
126 + public String getSourceFileName() {
127 + return sourceFileName;
128 + }
129 +
130 + public void setSourceFileName(String sourceFileName) {
131 + this.sourceFileName = sourceFileName == null ? null : sourceFileName.trim();
132 + }
133 +
134 + public String getFileName() {
135 + return fileName;
136 + }
137 +
138 + public void setFileName(String fileName) {
139 + this.fileName = fileName == null ? null : fileName.trim();
140 + }
141 +
142 + public String getFilePath() {
143 + return filePath;
144 + }
145 +
146 + public void setFilePath(String filePath) {
147 + this.filePath = filePath == null ? null : filePath.trim();
148 + }
149 +
150 + public Long getFileTypeId() {
151 + return fileTypeId;
152 + }
153 +
154 + public void setFileTypeId(Long fileTypeId) {
155 + this.fileTypeId = fileTypeId;
156 + }
157 +
158 + public String getFileTypeName() {
159 + return fileTypeName;
160 + }
161 +
162 + public void setFileTypeName(String fileTypeName) {
163 + this.fileTypeName = fileTypeName == null ? null : fileTypeName.trim();
164 + }
165 +
166 + public Long getStatus() {
167 + return status;
168 + }
169 +
170 + public void setStatus(Long status) {
171 + this.status = status;
172 + }
173 +
174 + public Date getCreateTime() {
175 + return createTime;
176 + }
177 +
178 + public void setCreateTime(Date createTime) {
179 + this.createTime = createTime;
180 + }
181 +
182 + public Long getCreateUserId() {
183 + return createUserId;
184 + }
185 +
186 + public void setCreateUserId(Long createUserId) {
187 + this.createUserId = createUserId;
188 + }
189 +
190 + public String getCreateUserName() {
191 + return createUserName;
192 + }
193 +
194 + public void setCreateUserName(String createUserName) {
195 + this.createUserName = createUserName == null ? null : createUserName.trim();
196 + }
197 +
198 + public Date getModifyTime() {
199 + return modifyTime;
200 + }
201 +
202 + public void setModifyTime(Date modifyTime) {
203 + this.modifyTime = modifyTime;
204 + }
205 +
206 + public Long getModifyUserId() {
207 + return modifyUserId;
208 + }
209 +
210 + public void setModifyUserId(Long modifyUserId) {
211 + this.modifyUserId = modifyUserId;
212 + }
213 +
214 + public String getModifyUserName() {
215 + return modifyUserName;
216 + }
217 +
218 + public void setModifyUserName(String modifyUserName) {
219 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
220 + }
221 +
222 + @Override
223 + public String toString() {
224 + StringBuilder sb = new StringBuilder();
225 + sb.append(getClass().getSimpleName());
226 + sb.append(" [");
227 + sb.append("Hash = ").append(hashCode());
228 + sb.append(", id=").append(id);
229 + sb.append(", bizId=").append(bizId);
230 + sb.append(", bizTypeId=").append(bizTypeId);
231 + sb.append(", bizTypeName=").append(bizTypeName);
232 + sb.append(", sourceFileName=").append(sourceFileName);
233 + sb.append(", fileName=").append(fileName);
234 + sb.append(", filePath=").append(filePath);
235 + sb.append(", fileTypeId=").append(fileTypeId);
236 + sb.append(", fileTypeName=").append(fileTypeName);
237 + sb.append(", status=").append(status);
238 + sb.append(", createTime=").append(createTime);
239 + sb.append(", createUserId=").append(createUserId);
240 + sb.append(", createUserName=").append(createUserName);
241 + sb.append(", modifyTime=").append(modifyTime);
242 + sb.append(", modifyUserId=").append(modifyUserId);
243 + sb.append(", modifyUserName=").append(modifyUserName);
244 + sb.append(", serialVersionUID=").append(serialVersionUID);
245 + sb.append("]");
246 + return sb.toString();
247 + }
248 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class AttachmentExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public AttachmentExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andBizIdIsNull() {
189 + addCriterion("BIZ_ID is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andBizIdIsNotNull() {
194 + addCriterion("BIZ_ID is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andBizIdEqualTo(Long value) {
199 + addCriterion("BIZ_ID =", value, "bizId");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andBizIdNotEqualTo(Long value) {
204 + addCriterion("BIZ_ID <>", value, "bizId");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andBizIdGreaterThan(Long value) {
209 + addCriterion("BIZ_ID >", value, "bizId");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andBizIdGreaterThanOrEqualTo(Long value) {
214 + addCriterion("BIZ_ID >=", value, "bizId");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andBizIdLessThan(Long value) {
219 + addCriterion("BIZ_ID <", value, "bizId");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andBizIdLessThanOrEqualTo(Long value) {
224 + addCriterion("BIZ_ID <=", value, "bizId");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andBizIdIn(List<Long> values) {
229 + addCriterion("BIZ_ID in", values, "bizId");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andBizIdNotIn(List<Long> values) {
234 + addCriterion("BIZ_ID not in", values, "bizId");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andBizIdBetween(Long value1, Long value2) {
239 + addCriterion("BIZ_ID between", value1, value2, "bizId");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andBizIdNotBetween(Long value1, Long value2) {
244 + addCriterion("BIZ_ID not between", value1, value2, "bizId");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andBizTypeIdIsNull() {
249 + addCriterion("BIZ_TYPE_ID is null");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andBizTypeIdIsNotNull() {
254 + addCriterion("BIZ_TYPE_ID is not null");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andBizTypeIdEqualTo(Long value) {
259 + addCriterion("BIZ_TYPE_ID =", value, "bizTypeId");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andBizTypeIdNotEqualTo(Long value) {
264 + addCriterion("BIZ_TYPE_ID <>", value, "bizTypeId");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andBizTypeIdGreaterThan(Long value) {
269 + addCriterion("BIZ_TYPE_ID >", value, "bizTypeId");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andBizTypeIdGreaterThanOrEqualTo(Long value) {
274 + addCriterion("BIZ_TYPE_ID >=", value, "bizTypeId");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andBizTypeIdLessThan(Long value) {
279 + addCriterion("BIZ_TYPE_ID <", value, "bizTypeId");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andBizTypeIdLessThanOrEqualTo(Long value) {
284 + addCriterion("BIZ_TYPE_ID <=", value, "bizTypeId");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andBizTypeIdIn(List<Long> values) {
289 + addCriterion("BIZ_TYPE_ID in", values, "bizTypeId");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andBizTypeIdNotIn(List<Long> values) {
294 + addCriterion("BIZ_TYPE_ID not in", values, "bizTypeId");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andBizTypeIdBetween(Long value1, Long value2) {
299 + addCriterion("BIZ_TYPE_ID between", value1, value2, "bizTypeId");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andBizTypeIdNotBetween(Long value1, Long value2) {
304 + addCriterion("BIZ_TYPE_ID not between", value1, value2, "bizTypeId");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andBizTypeNameIsNull() {
309 + addCriterion("BIZ_TYPE_NAME is null");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andBizTypeNameIsNotNull() {
314 + addCriterion("BIZ_TYPE_NAME is not null");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andBizTypeNameEqualTo(String value) {
319 + addCriterion("BIZ_TYPE_NAME =", value, "bizTypeName");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andBizTypeNameNotEqualTo(String value) {
324 + addCriterion("BIZ_TYPE_NAME <>", value, "bizTypeName");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andBizTypeNameGreaterThan(String value) {
329 + addCriterion("BIZ_TYPE_NAME >", value, "bizTypeName");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andBizTypeNameGreaterThanOrEqualTo(String value) {
334 + addCriterion("BIZ_TYPE_NAME >=", value, "bizTypeName");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andBizTypeNameLessThan(String value) {
339 + addCriterion("BIZ_TYPE_NAME <", value, "bizTypeName");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andBizTypeNameLessThanOrEqualTo(String value) {
344 + addCriterion("BIZ_TYPE_NAME <=", value, "bizTypeName");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andBizTypeNameLike(String value) {
349 + addCriterion("BIZ_TYPE_NAME like", value, "bizTypeName");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andBizTypeNameNotLike(String value) {
354 + addCriterion("BIZ_TYPE_NAME not like", value, "bizTypeName");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andBizTypeNameIn(List<String> values) {
359 + addCriterion("BIZ_TYPE_NAME in", values, "bizTypeName");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andBizTypeNameNotIn(List<String> values) {
364 + addCriterion("BIZ_TYPE_NAME not in", values, "bizTypeName");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andBizTypeNameBetween(String value1, String value2) {
369 + addCriterion("BIZ_TYPE_NAME between", value1, value2, "bizTypeName");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andBizTypeNameNotBetween(String value1, String value2) {
374 + addCriterion("BIZ_TYPE_NAME not between", value1, value2, "bizTypeName");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andSourceFileNameIsNull() {
379 + addCriterion("SOURCE_FILE_NAME is null");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andSourceFileNameIsNotNull() {
384 + addCriterion("SOURCE_FILE_NAME is not null");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andSourceFileNameEqualTo(String value) {
389 + addCriterion("SOURCE_FILE_NAME =", value, "sourceFileName");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andSourceFileNameNotEqualTo(String value) {
394 + addCriterion("SOURCE_FILE_NAME <>", value, "sourceFileName");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andSourceFileNameGreaterThan(String value) {
399 + addCriterion("SOURCE_FILE_NAME >", value, "sourceFileName");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andSourceFileNameGreaterThanOrEqualTo(String value) {
404 + addCriterion("SOURCE_FILE_NAME >=", value, "sourceFileName");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andSourceFileNameLessThan(String value) {
409 + addCriterion("SOURCE_FILE_NAME <", value, "sourceFileName");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andSourceFileNameLessThanOrEqualTo(String value) {
414 + addCriterion("SOURCE_FILE_NAME <=", value, "sourceFileName");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andSourceFileNameLike(String value) {
419 + addCriterion("SOURCE_FILE_NAME like", value, "sourceFileName");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andSourceFileNameNotLike(String value) {
424 + addCriterion("SOURCE_FILE_NAME not like", value, "sourceFileName");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andSourceFileNameIn(List<String> values) {
429 + addCriterion("SOURCE_FILE_NAME in", values, "sourceFileName");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andSourceFileNameNotIn(List<String> values) {
434 + addCriterion("SOURCE_FILE_NAME not in", values, "sourceFileName");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andSourceFileNameBetween(String value1, String value2) {
439 + addCriterion("SOURCE_FILE_NAME between", value1, value2, "sourceFileName");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andSourceFileNameNotBetween(String value1, String value2) {
444 + addCriterion("SOURCE_FILE_NAME not between", value1, value2, "sourceFileName");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andFileNameIsNull() {
449 + addCriterion("FILE_NAME is null");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andFileNameIsNotNull() {
454 + addCriterion("FILE_NAME is not null");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andFileNameEqualTo(String value) {
459 + addCriterion("FILE_NAME =", value, "fileName");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andFileNameNotEqualTo(String value) {
464 + addCriterion("FILE_NAME <>", value, "fileName");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andFileNameGreaterThan(String value) {
469 + addCriterion("FILE_NAME >", value, "fileName");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andFileNameGreaterThanOrEqualTo(String value) {
474 + addCriterion("FILE_NAME >=", value, "fileName");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andFileNameLessThan(String value) {
479 + addCriterion("FILE_NAME <", value, "fileName");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andFileNameLessThanOrEqualTo(String value) {
484 + addCriterion("FILE_NAME <=", value, "fileName");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andFileNameLike(String value) {
489 + addCriterion("FILE_NAME like", value, "fileName");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andFileNameNotLike(String value) {
494 + addCriterion("FILE_NAME not like", value, "fileName");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andFileNameIn(List<String> values) {
499 + addCriterion("FILE_NAME in", values, "fileName");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andFileNameNotIn(List<String> values) {
504 + addCriterion("FILE_NAME not in", values, "fileName");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andFileNameBetween(String value1, String value2) {
509 + addCriterion("FILE_NAME between", value1, value2, "fileName");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andFileNameNotBetween(String value1, String value2) {
514 + addCriterion("FILE_NAME not between", value1, value2, "fileName");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andFilePathIsNull() {
519 + addCriterion("FILE_PATH is null");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andFilePathIsNotNull() {
524 + addCriterion("FILE_PATH is not null");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andFilePathEqualTo(String value) {
529 + addCriterion("FILE_PATH =", value, "filePath");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andFilePathNotEqualTo(String value) {
534 + addCriterion("FILE_PATH <>", value, "filePath");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andFilePathGreaterThan(String value) {
539 + addCriterion("FILE_PATH >", value, "filePath");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andFilePathGreaterThanOrEqualTo(String value) {
544 + addCriterion("FILE_PATH >=", value, "filePath");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andFilePathLessThan(String value) {
549 + addCriterion("FILE_PATH <", value, "filePath");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andFilePathLessThanOrEqualTo(String value) {
554 + addCriterion("FILE_PATH <=", value, "filePath");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andFilePathLike(String value) {
559 + addCriterion("FILE_PATH like", value, "filePath");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andFilePathNotLike(String value) {
564 + addCriterion("FILE_PATH not like", value, "filePath");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andFilePathIn(List<String> values) {
569 + addCriterion("FILE_PATH in", values, "filePath");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andFilePathNotIn(List<String> values) {
574 + addCriterion("FILE_PATH not in", values, "filePath");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andFilePathBetween(String value1, String value2) {
579 + addCriterion("FILE_PATH between", value1, value2, "filePath");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andFilePathNotBetween(String value1, String value2) {
584 + addCriterion("FILE_PATH not between", value1, value2, "filePath");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andFileTypeIdIsNull() {
589 + addCriterion("FILE_TYPE_ID is null");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andFileTypeIdIsNotNull() {
594 + addCriterion("FILE_TYPE_ID is not null");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andFileTypeIdEqualTo(Long value) {
599 + addCriterion("FILE_TYPE_ID =", value, "fileTypeId");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andFileTypeIdNotEqualTo(Long value) {
604 + addCriterion("FILE_TYPE_ID <>", value, "fileTypeId");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andFileTypeIdGreaterThan(Long value) {
609 + addCriterion("FILE_TYPE_ID >", value, "fileTypeId");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andFileTypeIdGreaterThanOrEqualTo(Long value) {
614 + addCriterion("FILE_TYPE_ID >=", value, "fileTypeId");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andFileTypeIdLessThan(Long value) {
619 + addCriterion("FILE_TYPE_ID <", value, "fileTypeId");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andFileTypeIdLessThanOrEqualTo(Long value) {
624 + addCriterion("FILE_TYPE_ID <=", value, "fileTypeId");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andFileTypeIdIn(List<Long> values) {
629 + addCriterion("FILE_TYPE_ID in", values, "fileTypeId");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andFileTypeIdNotIn(List<Long> values) {
634 + addCriterion("FILE_TYPE_ID not in", values, "fileTypeId");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andFileTypeIdBetween(Long value1, Long value2) {
639 + addCriterion("FILE_TYPE_ID between", value1, value2, "fileTypeId");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andFileTypeIdNotBetween(Long value1, Long value2) {
644 + addCriterion("FILE_TYPE_ID not between", value1, value2, "fileTypeId");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andFileTypeNameIsNull() {
649 + addCriterion("FILE_TYPE_NAME is null");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andFileTypeNameIsNotNull() {
654 + addCriterion("FILE_TYPE_NAME is not null");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andFileTypeNameEqualTo(String value) {
659 + addCriterion("FILE_TYPE_NAME =", value, "fileTypeName");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andFileTypeNameNotEqualTo(String value) {
664 + addCriterion("FILE_TYPE_NAME <>", value, "fileTypeName");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andFileTypeNameGreaterThan(String value) {
669 + addCriterion("FILE_TYPE_NAME >", value, "fileTypeName");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andFileTypeNameGreaterThanOrEqualTo(String value) {
674 + addCriterion("FILE_TYPE_NAME >=", value, "fileTypeName");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andFileTypeNameLessThan(String value) {
679 + addCriterion("FILE_TYPE_NAME <", value, "fileTypeName");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andFileTypeNameLessThanOrEqualTo(String value) {
684 + addCriterion("FILE_TYPE_NAME <=", value, "fileTypeName");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andFileTypeNameLike(String value) {
689 + addCriterion("FILE_TYPE_NAME like", value, "fileTypeName");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andFileTypeNameNotLike(String value) {
694 + addCriterion("FILE_TYPE_NAME not like", value, "fileTypeName");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andFileTypeNameIn(List<String> values) {
699 + addCriterion("FILE_TYPE_NAME in", values, "fileTypeName");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andFileTypeNameNotIn(List<String> values) {
704 + addCriterion("FILE_TYPE_NAME not in", values, "fileTypeName");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andFileTypeNameBetween(String value1, String value2) {
709 + addCriterion("FILE_TYPE_NAME between", value1, value2, "fileTypeName");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andFileTypeNameNotBetween(String value1, String value2) {
714 + addCriterion("FILE_TYPE_NAME not between", value1, value2, "fileTypeName");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andStatusIsNull() {
719 + addCriterion("STATUS is null");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andStatusIsNotNull() {
724 + addCriterion("STATUS is not null");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andStatusEqualTo(Long value) {
729 + addCriterion("STATUS =", value, "status");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andStatusNotEqualTo(Long value) {
734 + addCriterion("STATUS <>", value, "status");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andStatusGreaterThan(Long value) {
739 + addCriterion("STATUS >", value, "status");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andStatusGreaterThanOrEqualTo(Long value) {
744 + addCriterion("STATUS >=", value, "status");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andStatusLessThan(Long value) {
749 + addCriterion("STATUS <", value, "status");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andStatusLessThanOrEqualTo(Long value) {
754 + addCriterion("STATUS <=", value, "status");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andStatusIn(List<Long> values) {
759 + addCriterion("STATUS in", values, "status");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andStatusNotIn(List<Long> values) {
764 + addCriterion("STATUS not in", values, "status");
765 + return (Criteria) this;
766 + }
767 +
768 + public Criteria andStatusBetween(Long value1, Long value2) {
769 + addCriterion("STATUS between", value1, value2, "status");
770 + return (Criteria) this;
771 + }
772 +
773 + public Criteria andStatusNotBetween(Long value1, Long value2) {
774 + addCriterion("STATUS not between", value1, value2, "status");
775 + return (Criteria) this;
776 + }
777 +
778 + public Criteria andCreateTimeIsNull() {
779 + addCriterion("CREATE_TIME is null");
780 + return (Criteria) this;
781 + }
782 +
783 + public Criteria andCreateTimeIsNotNull() {
784 + addCriterion("CREATE_TIME is not null");
785 + return (Criteria) this;
786 + }
787 +
788 + public Criteria andCreateTimeEqualTo(Date value) {
789 + addCriterion("CREATE_TIME =", value, "createTime");
790 + return (Criteria) this;
791 + }
792 +
793 + public Criteria andCreateTimeNotEqualTo(Date value) {
794 + addCriterion("CREATE_TIME <>", value, "createTime");
795 + return (Criteria) this;
796 + }
797 +
798 + public Criteria andCreateTimeGreaterThan(Date value) {
799 + addCriterion("CREATE_TIME >", value, "createTime");
800 + return (Criteria) this;
801 + }
802 +
803 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
804 + addCriterion("CREATE_TIME >=", value, "createTime");
805 + return (Criteria) this;
806 + }
807 +
808 + public Criteria andCreateTimeLessThan(Date value) {
809 + addCriterion("CREATE_TIME <", value, "createTime");
810 + return (Criteria) this;
811 + }
812 +
813 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
814 + addCriterion("CREATE_TIME <=", value, "createTime");
815 + return (Criteria) this;
816 + }
817 +
818 + public Criteria andCreateTimeIn(List<Date> values) {
819 + addCriterion("CREATE_TIME in", values, "createTime");
820 + return (Criteria) this;
821 + }
822 +
823 + public Criteria andCreateTimeNotIn(List<Date> values) {
824 + addCriterion("CREATE_TIME not in", values, "createTime");
825 + return (Criteria) this;
826 + }
827 +
828 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
829 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
830 + return (Criteria) this;
831 + }
832 +
833 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
834 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
835 + return (Criteria) this;
836 + }
837 +
838 + public Criteria andCreateUserIdIsNull() {
839 + addCriterion("CREATE_USER_ID is null");
840 + return (Criteria) this;
841 + }
842 +
843 + public Criteria andCreateUserIdIsNotNull() {
844 + addCriterion("CREATE_USER_ID is not null");
845 + return (Criteria) this;
846 + }
847 +
848 + public Criteria andCreateUserIdEqualTo(Long value) {
849 + addCriterion("CREATE_USER_ID =", value, "createUserId");
850 + return (Criteria) this;
851 + }
852 +
853 + public Criteria andCreateUserIdNotEqualTo(Long value) {
854 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
855 + return (Criteria) this;
856 + }
857 +
858 + public Criteria andCreateUserIdGreaterThan(Long value) {
859 + addCriterion("CREATE_USER_ID >", value, "createUserId");
860 + return (Criteria) this;
861 + }
862 +
863 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
864 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
865 + return (Criteria) this;
866 + }
867 +
868 + public Criteria andCreateUserIdLessThan(Long value) {
869 + addCriterion("CREATE_USER_ID <", value, "createUserId");
870 + return (Criteria) this;
871 + }
872 +
873 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
874 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
875 + return (Criteria) this;
876 + }
877 +
878 + public Criteria andCreateUserIdIn(List<Long> values) {
879 + addCriterion("CREATE_USER_ID in", values, "createUserId");
880 + return (Criteria) this;
881 + }
882 +
883 + public Criteria andCreateUserIdNotIn(List<Long> values) {
884 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
885 + return (Criteria) this;
886 + }
887 +
888 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
889 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
890 + return (Criteria) this;
891 + }
892 +
893 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
894 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
895 + return (Criteria) this;
896 + }
897 +
898 + public Criteria andCreateUserNameIsNull() {
899 + addCriterion("CREATE_USER_NAME is null");
900 + return (Criteria) this;
901 + }
902 +
903 + public Criteria andCreateUserNameIsNotNull() {
904 + addCriterion("CREATE_USER_NAME is not null");
905 + return (Criteria) this;
906 + }
907 +
908 + public Criteria andCreateUserNameEqualTo(String value) {
909 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
910 + return (Criteria) this;
911 + }
912 +
913 + public Criteria andCreateUserNameNotEqualTo(String value) {
914 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
915 + return (Criteria) this;
916 + }
917 +
918 + public Criteria andCreateUserNameGreaterThan(String value) {
919 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
920 + return (Criteria) this;
921 + }
922 +
923 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
924 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
925 + return (Criteria) this;
926 + }
927 +
928 + public Criteria andCreateUserNameLessThan(String value) {
929 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
930 + return (Criteria) this;
931 + }
932 +
933 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
934 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
935 + return (Criteria) this;
936 + }
937 +
938 + public Criteria andCreateUserNameLike(String value) {
939 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
940 + return (Criteria) this;
941 + }
942 +
943 + public Criteria andCreateUserNameNotLike(String value) {
944 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
945 + return (Criteria) this;
946 + }
947 +
948 + public Criteria andCreateUserNameIn(List<String> values) {
949 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
950 + return (Criteria) this;
951 + }
952 +
953 + public Criteria andCreateUserNameNotIn(List<String> values) {
954 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
955 + return (Criteria) this;
956 + }
957 +
958 + public Criteria andCreateUserNameBetween(String value1, String value2) {
959 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
960 + return (Criteria) this;
961 + }
962 +
963 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
964 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
965 + return (Criteria) this;
966 + }
967 +
968 + public Criteria andModifyTimeIsNull() {
969 + addCriterion("MODIFY_TIME is null");
970 + return (Criteria) this;
971 + }
972 +
973 + public Criteria andModifyTimeIsNotNull() {
974 + addCriterion("MODIFY_TIME is not null");
975 + return (Criteria) this;
976 + }
977 +
978 + public Criteria andModifyTimeEqualTo(Date value) {
979 + addCriterion("MODIFY_TIME =", value, "modifyTime");
980 + return (Criteria) this;
981 + }
982 +
983 + public Criteria andModifyTimeNotEqualTo(Date value) {
984 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
985 + return (Criteria) this;
986 + }
987 +
988 + public Criteria andModifyTimeGreaterThan(Date value) {
989 + addCriterion("MODIFY_TIME >", value, "modifyTime");
990 + return (Criteria) this;
991 + }
992 +
993 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
994 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
995 + return (Criteria) this;
996 + }
997 +
998 + public Criteria andModifyTimeLessThan(Date value) {
999 + addCriterion("MODIFY_TIME <", value, "modifyTime");
1000 + return (Criteria) this;
1001 + }
1002 +
1003 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
1004 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
1005 + return (Criteria) this;
1006 + }
1007 +
1008 + public Criteria andModifyTimeIn(List<Date> values) {
1009 + addCriterion("MODIFY_TIME in", values, "modifyTime");
1010 + return (Criteria) this;
1011 + }
1012 +
1013 + public Criteria andModifyTimeNotIn(List<Date> values) {
1014 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
1015 + return (Criteria) this;
1016 + }
1017 +
1018 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
1019 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
1020 + return (Criteria) this;
1021 + }
1022 +
1023 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
1024 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
1025 + return (Criteria) this;
1026 + }
1027 +
1028 + public Criteria andModifyUserIdIsNull() {
1029 + addCriterion("MODIFY_USER_ID is null");
1030 + return (Criteria) this;
1031 + }
1032 +
1033 + public Criteria andModifyUserIdIsNotNull() {
1034 + addCriterion("MODIFY_USER_ID is not null");
1035 + return (Criteria) this;
1036 + }
1037 +
1038 + public Criteria andModifyUserIdEqualTo(Long value) {
1039 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
1040 + return (Criteria) this;
1041 + }
1042 +
1043 + public Criteria andModifyUserIdNotEqualTo(Long value) {
1044 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
1045 + return (Criteria) this;
1046 + }
1047 +
1048 + public Criteria andModifyUserIdGreaterThan(Long value) {
1049 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
1050 + return (Criteria) this;
1051 + }
1052 +
1053 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
1054 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
1055 + return (Criteria) this;
1056 + }
1057 +
1058 + public Criteria andModifyUserIdLessThan(Long value) {
1059 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
1060 + return (Criteria) this;
1061 + }
1062 +
1063 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
1064 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
1065 + return (Criteria) this;
1066 + }
1067 +
1068 + public Criteria andModifyUserIdIn(List<Long> values) {
1069 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
1070 + return (Criteria) this;
1071 + }
1072 +
1073 + public Criteria andModifyUserIdNotIn(List<Long> values) {
1074 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
1075 + return (Criteria) this;
1076 + }
1077 +
1078 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
1079 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
1080 + return (Criteria) this;
1081 + }
1082 +
1083 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
1084 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
1085 + return (Criteria) this;
1086 + }
1087 +
1088 + public Criteria andModifyUserNameIsNull() {
1089 + addCriterion("MODIFY_USER_NAME is null");
1090 + return (Criteria) this;
1091 + }
1092 +
1093 + public Criteria andModifyUserNameIsNotNull() {
1094 + addCriterion("MODIFY_USER_NAME is not null");
1095 + return (Criteria) this;
1096 + }
1097 +
1098 + public Criteria andModifyUserNameEqualTo(String value) {
1099 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
1100 + return (Criteria) this;
1101 + }
1102 +
1103 + public Criteria andModifyUserNameNotEqualTo(String value) {
1104 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
1105 + return (Criteria) this;
1106 + }
1107 +
1108 + public Criteria andModifyUserNameGreaterThan(String value) {
1109 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
1110 + return (Criteria) this;
1111 + }
1112 +
1113 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
1114 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
1115 + return (Criteria) this;
1116 + }
1117 +
1118 + public Criteria andModifyUserNameLessThan(String value) {
1119 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
1120 + return (Criteria) this;
1121 + }
1122 +
1123 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
1124 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
1125 + return (Criteria) this;
1126 + }
1127 +
1128 + public Criteria andModifyUserNameLike(String value) {
1129 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
1130 + return (Criteria) this;
1131 + }
1132 +
1133 + public Criteria andModifyUserNameNotLike(String value) {
1134 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
1135 + return (Criteria) this;
1136 + }
1137 +
1138 + public Criteria andModifyUserNameIn(List<String> values) {
1139 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
1140 + return (Criteria) this;
1141 + }
1142 +
1143 + public Criteria andModifyUserNameNotIn(List<String> values) {
1144 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
1145 + return (Criteria) this;
1146 + }
1147 +
1148 + public Criteria andModifyUserNameBetween(String value1, String value2) {
1149 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
1150 + return (Criteria) this;
1151 + }
1152 +
1153 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
1154 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
1155 + return (Criteria) this;
1156 + }
1157 + }
1158 +
1159 + public static class Criteria extends GeneratedCriteria {
1160 +
1161 + protected Criteria() {
1162 + super();
1163 + }
1164 + }
1165 +
1166 + public static class Criterion {
1167 + private String condition;
1168 +
1169 + private Object value;
1170 +
1171 + private Object secondValue;
1172 +
1173 + private boolean noValue;
1174 +
1175 + private boolean singleValue;
1176 +
1177 + private boolean betweenValue;
1178 +
1179 + private boolean listValue;
1180 +
1181 + private String typeHandler;
1182 +
1183 + public String getCondition() {
1184 + return condition;
1185 + }
1186 +
1187 + public Object getValue() {
1188 + return value;
1189 + }
1190 +
1191 + public Object getSecondValue() {
1192 + return secondValue;
1193 + }
1194 +
1195 + public boolean isNoValue() {
1196 + return noValue;
1197 + }
1198 +
1199 + public boolean isSingleValue() {
1200 + return singleValue;
1201 + }
1202 +
1203 + public boolean isBetweenValue() {
1204 + return betweenValue;
1205 + }
1206 +
1207 + public boolean isListValue() {
1208 + return listValue;
1209 + }
1210 +
1211 + public String getTypeHandler() {
1212 + return typeHandler;
1213 + }
1214 +
1215 + protected Criterion(String condition) {
1216 + super();
1217 + this.condition = condition;
1218 + this.typeHandler = null;
1219 + this.noValue = true;
1220 + }
1221 +
1222 + protected Criterion(String condition, Object value, String typeHandler) {
1223 + super();
1224 + this.condition = condition;
1225 + this.value = value;
1226 + this.typeHandler = typeHandler;
1227 + if (value instanceof List<?>) {
1228 + this.listValue = true;
1229 + } else {
1230 + this.singleValue = true;
1231 + }
1232 + }
1233 +
1234 + protected Criterion(String condition, Object value) {
1235 + this(condition, value, null);
1236 + }
1237 +
1238 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
1239 + super();
1240 + this.condition = condition;
1241 + this.value = value;
1242 + this.secondValue = secondValue;
1243 + this.typeHandler = typeHandler;
1244 + this.betweenValue = true;
1245 + }
1246 +
1247 + protected Criterion(String condition, Object value, Object secondValue) {
1248 + this(condition, value, secondValue, null);
1249 + }
1250 + }
1251 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: CE501报文业务表
8 + * TABLE: T_BIZ_CE_INFO
9 + */
10 +public class CeInfo implements Serializable {
11 + /**
12 + * ID,自动增加
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 运单号
18 + */
19 + private String consignmentCode;
20 +
21 + /**
22 + * DM发送时间
23 + */
24 + private Date sendTime;
25 +
26 + /**
27 + * 预计取件时间
28 + */
29 + private Date shipDate;
30 +
31 + /**
32 + * 发货人国家
33 + */
34 + private String shipperCountry;
35 +
36 + /**
37 + * 收件人国家
38 + */
39 + private String recipientCountry;
40 +
41 + /**
42 + * 目的国口岸
43 + */
44 + private String destIataCode;
45 +
46 + /**
47 + * 创建时间
48 + */
49 + private Date createTime;
50 +
51 + /**
52 + * 创建人ID,关联用户表ID
53 + */
54 + private Long createUserId;
55 +
56 + /**
57 + * 创建人名称
58 + */
59 + private String createUserName;
60 +
61 + /**
62 + * 修改时间
63 + */
64 + private Date modifyTime;
65 +
66 + /**
67 + * 修改人ID,关联用户表ID
68 + */
69 + private Long modifyUserId;
70 +
71 + /**
72 + * 修改人名称
73 + */
74 + private String modifyUserName;
75 +
76 + /**
77 + * 原产国全称
78 + */
79 + private String countOrigin;
80 +
81 + /**
82 + * 目的国全称
83 + */
84 + private String destinationCountry;
85 +
86 + /**
87 + * 申报币制
88 + */
89 + private String customsCurrency;
90 +
91 + /**
92 + * 申报价格
93 + */
94 + private Long customsValue;
95 +
96 + /**
97 + * 重量
98 + */
99 + private Long weight;
100 +
101 + /**
102 + * 重量单位
103 + */
104 + private Long weightunit;
105 +
106 + /**
107 + * 扫描状态日期
108 + */
109 + private Date scandate;
110 +
111 + /**
112 + * 发货联系人姓名
113 + */
114 + private String shipperContactName;
115 +
116 + /**
117 + * 发货人手机号
118 + */
119 + private String shipperPhone;
120 +
121 + /**
122 + * 发货人计费账号
123 + */
124 + private String shipperAccount;
125 +
126 + /**
127 + * 发货人公司
128 + */
129 + private String shipperCompany;
130 +
131 + /**
132 + * 发货人地址1
133 + */
134 + private String shipperAddrLine1;
135 +
136 + /**
137 + * 发货人地址2
138 + */
139 + private String shipperAddrLine2;
140 +
141 + /**
142 + * 发货人城市
143 + */
144 + private String shipperCity;
145 +
146 + /**
147 + * 发货人邮箱
148 + */
149 + private String shipperEmail;
150 +
151 + /**
152 + * 收件联系人姓名
153 + */
154 + private String recipientContactName;
155 +
156 + /**
157 + * 收件人手机号
158 + */
159 + private String recipientPhone;
160 +
161 + /**
162 + * 收件人公司
163 + */
164 + private String recipientCompany;
165 +
166 + /**
167 + * 收件人地址1
168 + */
169 + private String recipientAddrLine1;
170 +
171 + /**
172 + * 收件人地址2
173 + */
174 + private String recipientAddrLine2;
175 +
176 + /**
177 + * 收件人地址3
178 + */
179 + private String recipientAddrLine3;
180 +
181 + /**
182 + * 收件人城市
183 + */
184 + private String recipientCity;
185 +
186 + private static final long serialVersionUID = 1L;
187 +
188 + public Long getId() {
189 + return id;
190 + }
191 +
192 + public void setId(Long id) {
193 + this.id = id;
194 + }
195 +
196 + public String getConsignmentCode() {
197 + return consignmentCode;
198 + }
199 +
200 + public void setConsignmentCode(String consignmentCode) {
201 + this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
202 + }
203 +
204 + public Date getSendTime() {
205 + return sendTime;
206 + }
207 +
208 + public void setSendTime(Date sendTime) {
209 + this.sendTime = sendTime;
210 + }
211 +
212 + public Date getShipDate() {
213 + return shipDate;
214 + }
215 +
216 + public void setShipDate(Date shipDate) {
217 + this.shipDate = shipDate;
218 + }
219 +
220 + public String getShipperCountry() {
221 + return shipperCountry;
222 + }
223 +
224 + public void setShipperCountry(String shipperCountry) {
225 + this.shipperCountry = shipperCountry == null ? null : shipperCountry.trim();
226 + }
227 +
228 + public String getRecipientCountry() {
229 + return recipientCountry;
230 + }
231 +
232 + public void setRecipientCountry(String recipientCountry) {
233 + this.recipientCountry = recipientCountry == null ? null : recipientCountry.trim();
234 + }
235 +
236 + public String getDestIataCode() {
237 + return destIataCode;
238 + }
239 +
240 + public void setDestIataCode(String destIataCode) {
241 + this.destIataCode = destIataCode == null ? null : destIataCode.trim();
242 + }
243 +
244 + public Date getCreateTime() {
245 + return createTime;
246 + }
247 +
248 + public void setCreateTime(Date createTime) {
249 + this.createTime = createTime;
250 + }
251 +
252 + public Long getCreateUserId() {
253 + return createUserId;
254 + }
255 +
256 + public void setCreateUserId(Long createUserId) {
257 + this.createUserId = createUserId;
258 + }
259 +
260 + public String getCreateUserName() {
261 + return createUserName;
262 + }
263 +
264 + public void setCreateUserName(String createUserName) {
265 + this.createUserName = createUserName == null ? null : createUserName.trim();
266 + }
267 +
268 + public Date getModifyTime() {
269 + return modifyTime;
270 + }
271 +
272 + public void setModifyTime(Date modifyTime) {
273 + this.modifyTime = modifyTime;
274 + }
275 +
276 + public Long getModifyUserId() {
277 + return modifyUserId;
278 + }
279 +
280 + public void setModifyUserId(Long modifyUserId) {
281 + this.modifyUserId = modifyUserId;
282 + }
283 +
284 + public String getModifyUserName() {
285 + return modifyUserName;
286 + }
287 +
288 + public void setModifyUserName(String modifyUserName) {
289 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
290 + }
291 +
292 + public String getCountOrigin() {
293 + return countOrigin;
294 + }
295 +
296 + public void setCountOrigin(String countOrigin) {
297 + this.countOrigin = countOrigin == null ? null : countOrigin.trim();
298 + }
299 +
300 + public String getDestinationCountry() {
301 + return destinationCountry;
302 + }
303 +
304 + public void setDestinationCountry(String destinationCountry) {
305 + this.destinationCountry = destinationCountry == null ? null : destinationCountry.trim();
306 + }
307 +
308 + public String getCustomsCurrency() {
309 + return customsCurrency;
310 + }
311 +
312 + public void setCustomsCurrency(String customsCurrency) {
313 + this.customsCurrency = customsCurrency == null ? null : customsCurrency.trim();
314 + }
315 +
316 + public Long getCustomsValue() {
317 + return customsValue;
318 + }
319 +
320 + public void setCustomsValue(Long customsValue) {
321 + this.customsValue = customsValue;
322 + }
323 +
324 + public Long getWeight() {
325 + return weight;
326 + }
327 +
328 + public void setWeight(Long weight) {
329 + this.weight = weight;
330 + }
331 +
332 + public Long getWeightunit() {
333 + return weightunit;
334 + }
335 +
336 + public void setWeightunit(Long weightunit) {
337 + this.weightunit = weightunit;
338 + }
339 +
340 + public Date getScandate() {
341 + return scandate;
342 + }
343 +
344 + public void setScandate(Date scandate) {
345 + this.scandate = scandate;
346 + }
347 +
348 + public String getShipperContactName() {
349 + return shipperContactName;
350 + }
351 +
352 + public void setShipperContactName(String shipperContactName) {
353 + this.shipperContactName = shipperContactName == null ? null : shipperContactName.trim();
354 + }
355 +
356 + public String getShipperPhone() {
357 + return shipperPhone;
358 + }
359 +
360 + public void setShipperPhone(String shipperPhone) {
361 + this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim();
362 + }
363 +
364 + public String getShipperAccount() {
365 + return shipperAccount;
366 + }
367 +
368 + public void setShipperAccount(String shipperAccount) {
369 + this.shipperAccount = shipperAccount == null ? null : shipperAccount.trim();
370 + }
371 +
372 + public String getShipperCompany() {
373 + return shipperCompany;
374 + }
375 +
376 + public void setShipperCompany(String shipperCompany) {
377 + this.shipperCompany = shipperCompany == null ? null : shipperCompany.trim();
378 + }
379 +
380 + public String getShipperAddrLine1() {
381 + return shipperAddrLine1;
382 + }
383 +
384 + public void setShipperAddrLine1(String shipperAddrLine1) {
385 + this.shipperAddrLine1 = shipperAddrLine1 == null ? null : shipperAddrLine1.trim();
386 + }
387 +
388 + public String getShipperAddrLine2() {
389 + return shipperAddrLine2;
390 + }
391 +
392 + public void setShipperAddrLine2(String shipperAddrLine2) {
393 + this.shipperAddrLine2 = shipperAddrLine2 == null ? null : shipperAddrLine2.trim();
394 + }
395 +
396 + public String getShipperCity() {
397 + return shipperCity;
398 + }
399 +
400 + public void setShipperCity(String shipperCity) {
401 + this.shipperCity = shipperCity == null ? null : shipperCity.trim();
402 + }
403 +
404 + public String getShipperEmail() {
405 + return shipperEmail;
406 + }
407 +
408 + public void setShipperEmail(String shipperEmail) {
409 + this.shipperEmail = shipperEmail == null ? null : shipperEmail.trim();
410 + }
411 +
412 + public String getRecipientContactName() {
413 + return recipientContactName;
414 + }
415 +
416 + public void setRecipientContactName(String recipientContactName) {
417 + this.recipientContactName = recipientContactName == null ? null : recipientContactName.trim();
418 + }
419 +
420 + public String getRecipientPhone() {
421 + return recipientPhone;
422 + }
423 +
424 + public void setRecipientPhone(String recipientPhone) {
425 + this.recipientPhone = recipientPhone == null ? null : recipientPhone.trim();
426 + }
427 +
428 + public String getRecipientCompany() {
429 + return recipientCompany;
430 + }
431 +
432 + public void setRecipientCompany(String recipientCompany) {
433 + this.recipientCompany = recipientCompany == null ? null : recipientCompany.trim();
434 + }
435 +
436 + public String getRecipientAddrLine1() {
437 + return recipientAddrLine1;
438 + }
439 +
440 + public void setRecipientAddrLine1(String recipientAddrLine1) {
441 + this.recipientAddrLine1 = recipientAddrLine1 == null ? null : recipientAddrLine1.trim();
442 + }
443 +
444 + public String getRecipientAddrLine2() {
445 + return recipientAddrLine2;
446 + }
447 +
448 + public void setRecipientAddrLine2(String recipientAddrLine2) {
449 + this.recipientAddrLine2 = recipientAddrLine2 == null ? null : recipientAddrLine2.trim();
450 + }
451 +
452 + public String getRecipientAddrLine3() {
453 + return recipientAddrLine3;
454 + }
455 +
456 + public void setRecipientAddrLine3(String recipientAddrLine3) {
457 + this.recipientAddrLine3 = recipientAddrLine3 == null ? null : recipientAddrLine3.trim();
458 + }
459 +
460 + public String getRecipientCity() {
461 + return recipientCity;
462 + }
463 +
464 + public void setRecipientCity(String recipientCity) {
465 + this.recipientCity = recipientCity == null ? null : recipientCity.trim();
466 + }
467 +
468 + @Override
469 + public String toString() {
470 + StringBuilder sb = new StringBuilder();
471 + sb.append(getClass().getSimpleName());
472 + sb.append(" [");
473 + sb.append("Hash = ").append(hashCode());
474 + sb.append(", id=").append(id);
475 + sb.append(", consignmentCode=").append(consignmentCode);
476 + sb.append(", sendTime=").append(sendTime);
477 + sb.append(", shipDate=").append(shipDate);
478 + sb.append(", shipperCountry=").append(shipperCountry);
479 + sb.append(", recipientCountry=").append(recipientCountry);
480 + sb.append(", destIataCode=").append(destIataCode);
481 + sb.append(", createTime=").append(createTime);
482 + sb.append(", createUserId=").append(createUserId);
483 + sb.append(", createUserName=").append(createUserName);
484 + sb.append(", modifyTime=").append(modifyTime);
485 + sb.append(", modifyUserId=").append(modifyUserId);
486 + sb.append(", modifyUserName=").append(modifyUserName);
487 + sb.append(", countOrigin=").append(countOrigin);
488 + sb.append(", destinationCountry=").append(destinationCountry);
489 + sb.append(", customsCurrency=").append(customsCurrency);
490 + sb.append(", customsValue=").append(customsValue);
491 + sb.append(", weight=").append(weight);
492 + sb.append(", weightunit=").append(weightunit);
493 + sb.append(", scandate=").append(scandate);
494 + sb.append(", shipperContactName=").append(shipperContactName);
495 + sb.append(", shipperPhone=").append(shipperPhone);
496 + sb.append(", shipperAccount=").append(shipperAccount);
497 + sb.append(", shipperCompany=").append(shipperCompany);
498 + sb.append(", shipperAddrLine1=").append(shipperAddrLine1);
499 + sb.append(", shipperAddrLine2=").append(shipperAddrLine2);
500 + sb.append(", shipperCity=").append(shipperCity);
501 + sb.append(", shipperEmail=").append(shipperEmail);
502 + sb.append(", recipientContactName=").append(recipientContactName);
503 + sb.append(", recipientPhone=").append(recipientPhone);
504 + sb.append(", recipientCompany=").append(recipientCompany);
505 + sb.append(", recipientAddrLine1=").append(recipientAddrLine1);
506 + sb.append(", recipientAddrLine2=").append(recipientAddrLine2);
507 + sb.append(", recipientAddrLine3=").append(recipientAddrLine3);
508 + sb.append(", recipientCity=").append(recipientCity);
509 + sb.append(", serialVersionUID=").append(serialVersionUID);
510 + sb.append("]");
511 + return sb.toString();
512 + }
513 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class CeInfoExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public CeInfoExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andConsignmentCodeIsNull() {
189 + addCriterion("CONSIGNMENT_CODE is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andConsignmentCodeIsNotNull() {
194 + addCriterion("CONSIGNMENT_CODE is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andConsignmentCodeEqualTo(String value) {
199 + addCriterion("CONSIGNMENT_CODE =", value, "consignmentCode");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andConsignmentCodeNotEqualTo(String value) {
204 + addCriterion("CONSIGNMENT_CODE <>", value, "consignmentCode");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andConsignmentCodeGreaterThan(String value) {
209 + addCriterion("CONSIGNMENT_CODE >", value, "consignmentCode");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andConsignmentCodeGreaterThanOrEqualTo(String value) {
214 + addCriterion("CONSIGNMENT_CODE >=", value, "consignmentCode");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andConsignmentCodeLessThan(String value) {
219 + addCriterion("CONSIGNMENT_CODE <", value, "consignmentCode");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andConsignmentCodeLessThanOrEqualTo(String value) {
224 + addCriterion("CONSIGNMENT_CODE <=", value, "consignmentCode");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andConsignmentCodeLike(String value) {
229 + addCriterion("CONSIGNMENT_CODE like", value, "consignmentCode");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andConsignmentCodeNotLike(String value) {
234 + addCriterion("CONSIGNMENT_CODE not like", value, "consignmentCode");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andConsignmentCodeIn(List<String> values) {
239 + addCriterion("CONSIGNMENT_CODE in", values, "consignmentCode");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andConsignmentCodeNotIn(List<String> values) {
244 + addCriterion("CONSIGNMENT_CODE not in", values, "consignmentCode");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andConsignmentCodeBetween(String value1, String value2) {
249 + addCriterion("CONSIGNMENT_CODE between", value1, value2, "consignmentCode");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andConsignmentCodeNotBetween(String value1, String value2) {
254 + addCriterion("CONSIGNMENT_CODE not between", value1, value2, "consignmentCode");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andSendTimeIsNull() {
259 + addCriterion("SEND_TIME is null");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andSendTimeIsNotNull() {
264 + addCriterion("SEND_TIME is not null");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andSendTimeEqualTo(Date value) {
269 + addCriterion("SEND_TIME =", value, "sendTime");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andSendTimeNotEqualTo(Date value) {
274 + addCriterion("SEND_TIME <>", value, "sendTime");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andSendTimeGreaterThan(Date value) {
279 + addCriterion("SEND_TIME >", value, "sendTime");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andSendTimeGreaterThanOrEqualTo(Date value) {
284 + addCriterion("SEND_TIME >=", value, "sendTime");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andSendTimeLessThan(Date value) {
289 + addCriterion("SEND_TIME <", value, "sendTime");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andSendTimeLessThanOrEqualTo(Date value) {
294 + addCriterion("SEND_TIME <=", value, "sendTime");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andSendTimeIn(List<Date> values) {
299 + addCriterion("SEND_TIME in", values, "sendTime");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andSendTimeNotIn(List<Date> values) {
304 + addCriterion("SEND_TIME not in", values, "sendTime");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andSendTimeBetween(Date value1, Date value2) {
309 + addCriterion("SEND_TIME between", value1, value2, "sendTime");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andSendTimeNotBetween(Date value1, Date value2) {
314 + addCriterion("SEND_TIME not between", value1, value2, "sendTime");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andShipDateIsNull() {
319 + addCriterion("SHIP_DATE is null");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andShipDateIsNotNull() {
324 + addCriterion("SHIP_DATE is not null");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andShipDateEqualTo(Date value) {
329 + addCriterion("SHIP_DATE =", value, "shipDate");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andShipDateNotEqualTo(Date value) {
334 + addCriterion("SHIP_DATE <>", value, "shipDate");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andShipDateGreaterThan(Date value) {
339 + addCriterion("SHIP_DATE >", value, "shipDate");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andShipDateGreaterThanOrEqualTo(Date value) {
344 + addCriterion("SHIP_DATE >=", value, "shipDate");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andShipDateLessThan(Date value) {
349 + addCriterion("SHIP_DATE <", value, "shipDate");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andShipDateLessThanOrEqualTo(Date value) {
354 + addCriterion("SHIP_DATE <=", value, "shipDate");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andShipDateIn(List<Date> values) {
359 + addCriterion("SHIP_DATE in", values, "shipDate");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andShipDateNotIn(List<Date> values) {
364 + addCriterion("SHIP_DATE not in", values, "shipDate");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andShipDateBetween(Date value1, Date value2) {
369 + addCriterion("SHIP_DATE between", value1, value2, "shipDate");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andShipDateNotBetween(Date value1, Date value2) {
374 + addCriterion("SHIP_DATE not between", value1, value2, "shipDate");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andShipperCountryIsNull() {
379 + addCriterion("SHIPPER_COUNTRY is null");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andShipperCountryIsNotNull() {
384 + addCriterion("SHIPPER_COUNTRY is not null");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andShipperCountryEqualTo(String value) {
389 + addCriterion("SHIPPER_COUNTRY =", value, "shipperCountry");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andShipperCountryNotEqualTo(String value) {
394 + addCriterion("SHIPPER_COUNTRY <>", value, "shipperCountry");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andShipperCountryGreaterThan(String value) {
399 + addCriterion("SHIPPER_COUNTRY >", value, "shipperCountry");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andShipperCountryGreaterThanOrEqualTo(String value) {
404 + addCriterion("SHIPPER_COUNTRY >=", value, "shipperCountry");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andShipperCountryLessThan(String value) {
409 + addCriterion("SHIPPER_COUNTRY <", value, "shipperCountry");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andShipperCountryLessThanOrEqualTo(String value) {
414 + addCriterion("SHIPPER_COUNTRY <=", value, "shipperCountry");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andShipperCountryLike(String value) {
419 + addCriterion("SHIPPER_COUNTRY like", value, "shipperCountry");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andShipperCountryNotLike(String value) {
424 + addCriterion("SHIPPER_COUNTRY not like", value, "shipperCountry");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andShipperCountryIn(List<String> values) {
429 + addCriterion("SHIPPER_COUNTRY in", values, "shipperCountry");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andShipperCountryNotIn(List<String> values) {
434 + addCriterion("SHIPPER_COUNTRY not in", values, "shipperCountry");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andShipperCountryBetween(String value1, String value2) {
439 + addCriterion("SHIPPER_COUNTRY between", value1, value2, "shipperCountry");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andShipperCountryNotBetween(String value1, String value2) {
444 + addCriterion("SHIPPER_COUNTRY not between", value1, value2, "shipperCountry");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andRecipientCountryIsNull() {
449 + addCriterion("RECIPIENT_COUNTRY is null");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andRecipientCountryIsNotNull() {
454 + addCriterion("RECIPIENT_COUNTRY is not null");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andRecipientCountryEqualTo(String value) {
459 + addCriterion("RECIPIENT_COUNTRY =", value, "recipientCountry");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andRecipientCountryNotEqualTo(String value) {
464 + addCriterion("RECIPIENT_COUNTRY <>", value, "recipientCountry");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andRecipientCountryGreaterThan(String value) {
469 + addCriterion("RECIPIENT_COUNTRY >", value, "recipientCountry");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andRecipientCountryGreaterThanOrEqualTo(String value) {
474 + addCriterion("RECIPIENT_COUNTRY >=", value, "recipientCountry");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andRecipientCountryLessThan(String value) {
479 + addCriterion("RECIPIENT_COUNTRY <", value, "recipientCountry");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andRecipientCountryLessThanOrEqualTo(String value) {
484 + addCriterion("RECIPIENT_COUNTRY <=", value, "recipientCountry");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andRecipientCountryLike(String value) {
489 + addCriterion("RECIPIENT_COUNTRY like", value, "recipientCountry");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andRecipientCountryNotLike(String value) {
494 + addCriterion("RECIPIENT_COUNTRY not like", value, "recipientCountry");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andRecipientCountryIn(List<String> values) {
499 + addCriterion("RECIPIENT_COUNTRY in", values, "recipientCountry");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andRecipientCountryNotIn(List<String> values) {
504 + addCriterion("RECIPIENT_COUNTRY not in", values, "recipientCountry");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andRecipientCountryBetween(String value1, String value2) {
509 + addCriterion("RECIPIENT_COUNTRY between", value1, value2, "recipientCountry");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andRecipientCountryNotBetween(String value1, String value2) {
514 + addCriterion("RECIPIENT_COUNTRY not between", value1, value2, "recipientCountry");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andDestIataCodeIsNull() {
519 + addCriterion("DEST_IATA_CODE is null");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andDestIataCodeIsNotNull() {
524 + addCriterion("DEST_IATA_CODE is not null");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andDestIataCodeEqualTo(String value) {
529 + addCriterion("DEST_IATA_CODE =", value, "destIataCode");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andDestIataCodeNotEqualTo(String value) {
534 + addCriterion("DEST_IATA_CODE <>", value, "destIataCode");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andDestIataCodeGreaterThan(String value) {
539 + addCriterion("DEST_IATA_CODE >", value, "destIataCode");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andDestIataCodeGreaterThanOrEqualTo(String value) {
544 + addCriterion("DEST_IATA_CODE >=", value, "destIataCode");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andDestIataCodeLessThan(String value) {
549 + addCriterion("DEST_IATA_CODE <", value, "destIataCode");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andDestIataCodeLessThanOrEqualTo(String value) {
554 + addCriterion("DEST_IATA_CODE <=", value, "destIataCode");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andDestIataCodeLike(String value) {
559 + addCriterion("DEST_IATA_CODE like", value, "destIataCode");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andDestIataCodeNotLike(String value) {
564 + addCriterion("DEST_IATA_CODE not like", value, "destIataCode");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andDestIataCodeIn(List<String> values) {
569 + addCriterion("DEST_IATA_CODE in", values, "destIataCode");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andDestIataCodeNotIn(List<String> values) {
574 + addCriterion("DEST_IATA_CODE not in", values, "destIataCode");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andDestIataCodeBetween(String value1, String value2) {
579 + addCriterion("DEST_IATA_CODE between", value1, value2, "destIataCode");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andDestIataCodeNotBetween(String value1, String value2) {
584 + addCriterion("DEST_IATA_CODE not between", value1, value2, "destIataCode");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andCreateTimeIsNull() {
589 + addCriterion("CREATE_TIME is null");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andCreateTimeIsNotNull() {
594 + addCriterion("CREATE_TIME is not null");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andCreateTimeEqualTo(Date value) {
599 + addCriterion("CREATE_TIME =", value, "createTime");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andCreateTimeNotEqualTo(Date value) {
604 + addCriterion("CREATE_TIME <>", value, "createTime");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andCreateTimeGreaterThan(Date value) {
609 + addCriterion("CREATE_TIME >", value, "createTime");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
614 + addCriterion("CREATE_TIME >=", value, "createTime");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andCreateTimeLessThan(Date value) {
619 + addCriterion("CREATE_TIME <", value, "createTime");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
624 + addCriterion("CREATE_TIME <=", value, "createTime");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andCreateTimeIn(List<Date> values) {
629 + addCriterion("CREATE_TIME in", values, "createTime");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andCreateTimeNotIn(List<Date> values) {
634 + addCriterion("CREATE_TIME not in", values, "createTime");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
639 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
644 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andCreateUserIdIsNull() {
649 + addCriterion("CREATE_USER_ID is null");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andCreateUserIdIsNotNull() {
654 + addCriterion("CREATE_USER_ID is not null");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andCreateUserIdEqualTo(Long value) {
659 + addCriterion("CREATE_USER_ID =", value, "createUserId");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andCreateUserIdNotEqualTo(Long value) {
664 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andCreateUserIdGreaterThan(Long value) {
669 + addCriterion("CREATE_USER_ID >", value, "createUserId");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
674 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andCreateUserIdLessThan(Long value) {
679 + addCriterion("CREATE_USER_ID <", value, "createUserId");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
684 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andCreateUserIdIn(List<Long> values) {
689 + addCriterion("CREATE_USER_ID in", values, "createUserId");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andCreateUserIdNotIn(List<Long> values) {
694 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
699 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
704 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andCreateUserNameIsNull() {
709 + addCriterion("CREATE_USER_NAME is null");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andCreateUserNameIsNotNull() {
714 + addCriterion("CREATE_USER_NAME is not null");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andCreateUserNameEqualTo(String value) {
719 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andCreateUserNameNotEqualTo(String value) {
724 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andCreateUserNameGreaterThan(String value) {
729 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
734 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andCreateUserNameLessThan(String value) {
739 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
744 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andCreateUserNameLike(String value) {
749 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andCreateUserNameNotLike(String value) {
754 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andCreateUserNameIn(List<String> values) {
759 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andCreateUserNameNotIn(List<String> values) {
764 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
765 + return (Criteria) this;
766 + }
767 +
768 + public Criteria andCreateUserNameBetween(String value1, String value2) {
769 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
770 + return (Criteria) this;
771 + }
772 +
773 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
774 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
775 + return (Criteria) this;
776 + }
777 +
778 + public Criteria andModifyTimeIsNull() {
779 + addCriterion("MODIFY_TIME is null");
780 + return (Criteria) this;
781 + }
782 +
783 + public Criteria andModifyTimeIsNotNull() {
784 + addCriterion("MODIFY_TIME is not null");
785 + return (Criteria) this;
786 + }
787 +
788 + public Criteria andModifyTimeEqualTo(Date value) {
789 + addCriterion("MODIFY_TIME =", value, "modifyTime");
790 + return (Criteria) this;
791 + }
792 +
793 + public Criteria andModifyTimeNotEqualTo(Date value) {
794 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
795 + return (Criteria) this;
796 + }
797 +
798 + public Criteria andModifyTimeGreaterThan(Date value) {
799 + addCriterion("MODIFY_TIME >", value, "modifyTime");
800 + return (Criteria) this;
801 + }
802 +
803 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
804 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
805 + return (Criteria) this;
806 + }
807 +
808 + public Criteria andModifyTimeLessThan(Date value) {
809 + addCriterion("MODIFY_TIME <", value, "modifyTime");
810 + return (Criteria) this;
811 + }
812 +
813 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
814 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
815 + return (Criteria) this;
816 + }
817 +
818 + public Criteria andModifyTimeIn(List<Date> values) {
819 + addCriterion("MODIFY_TIME in", values, "modifyTime");
820 + return (Criteria) this;
821 + }
822 +
823 + public Criteria andModifyTimeNotIn(List<Date> values) {
824 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
825 + return (Criteria) this;
826 + }
827 +
828 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
829 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
830 + return (Criteria) this;
831 + }
832 +
833 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
834 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
835 + return (Criteria) this;
836 + }
837 +
838 + public Criteria andModifyUserIdIsNull() {
839 + addCriterion("MODIFY_USER_ID is null");
840 + return (Criteria) this;
841 + }
842 +
843 + public Criteria andModifyUserIdIsNotNull() {
844 + addCriterion("MODIFY_USER_ID is not null");
845 + return (Criteria) this;
846 + }
847 +
848 + public Criteria andModifyUserIdEqualTo(Long value) {
849 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
850 + return (Criteria) this;
851 + }
852 +
853 + public Criteria andModifyUserIdNotEqualTo(Long value) {
854 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
855 + return (Criteria) this;
856 + }
857 +
858 + public Criteria andModifyUserIdGreaterThan(Long value) {
859 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
860 + return (Criteria) this;
861 + }
862 +
863 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
864 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
865 + return (Criteria) this;
866 + }
867 +
868 + public Criteria andModifyUserIdLessThan(Long value) {
869 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
870 + return (Criteria) this;
871 + }
872 +
873 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
874 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
875 + return (Criteria) this;
876 + }
877 +
878 + public Criteria andModifyUserIdIn(List<Long> values) {
879 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
880 + return (Criteria) this;
881 + }
882 +
883 + public Criteria andModifyUserIdNotIn(List<Long> values) {
884 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
885 + return (Criteria) this;
886 + }
887 +
888 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
889 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
890 + return (Criteria) this;
891 + }
892 +
893 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
894 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
895 + return (Criteria) this;
896 + }
897 +
898 + public Criteria andModifyUserNameIsNull() {
899 + addCriterion("MODIFY_USER_NAME is null");
900 + return (Criteria) this;
901 + }
902 +
903 + public Criteria andModifyUserNameIsNotNull() {
904 + addCriterion("MODIFY_USER_NAME is not null");
905 + return (Criteria) this;
906 + }
907 +
908 + public Criteria andModifyUserNameEqualTo(String value) {
909 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
910 + return (Criteria) this;
911 + }
912 +
913 + public Criteria andModifyUserNameNotEqualTo(String value) {
914 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
915 + return (Criteria) this;
916 + }
917 +
918 + public Criteria andModifyUserNameGreaterThan(String value) {
919 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
920 + return (Criteria) this;
921 + }
922 +
923 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
924 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
925 + return (Criteria) this;
926 + }
927 +
928 + public Criteria andModifyUserNameLessThan(String value) {
929 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
930 + return (Criteria) this;
931 + }
932 +
933 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
934 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
935 + return (Criteria) this;
936 + }
937 +
938 + public Criteria andModifyUserNameLike(String value) {
939 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
940 + return (Criteria) this;
941 + }
942 +
943 + public Criteria andModifyUserNameNotLike(String value) {
944 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
945 + return (Criteria) this;
946 + }
947 +
948 + public Criteria andModifyUserNameIn(List<String> values) {
949 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
950 + return (Criteria) this;
951 + }
952 +
953 + public Criteria andModifyUserNameNotIn(List<String> values) {
954 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
955 + return (Criteria) this;
956 + }
957 +
958 + public Criteria andModifyUserNameBetween(String value1, String value2) {
959 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
960 + return (Criteria) this;
961 + }
962 +
963 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
964 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
965 + return (Criteria) this;
966 + }
967 +
968 + public Criteria andCountOriginIsNull() {
969 + addCriterion("COUNT_ORIGIN is null");
970 + return (Criteria) this;
971 + }
972 +
973 + public Criteria andCountOriginIsNotNull() {
974 + addCriterion("COUNT_ORIGIN is not null");
975 + return (Criteria) this;
976 + }
977 +
978 + public Criteria andCountOriginEqualTo(String value) {
979 + addCriterion("COUNT_ORIGIN =", value, "countOrigin");
980 + return (Criteria) this;
981 + }
982 +
983 + public Criteria andCountOriginNotEqualTo(String value) {
984 + addCriterion("COUNT_ORIGIN <>", value, "countOrigin");
985 + return (Criteria) this;
986 + }
987 +
988 + public Criteria andCountOriginGreaterThan(String value) {
989 + addCriterion("COUNT_ORIGIN >", value, "countOrigin");
990 + return (Criteria) this;
991 + }
992 +
993 + public Criteria andCountOriginGreaterThanOrEqualTo(String value) {
994 + addCriterion("COUNT_ORIGIN >=", value, "countOrigin");
995 + return (Criteria) this;
996 + }
997 +
998 + public Criteria andCountOriginLessThan(String value) {
999 + addCriterion("COUNT_ORIGIN <", value, "countOrigin");
1000 + return (Criteria) this;
1001 + }
1002 +
1003 + public Criteria andCountOriginLessThanOrEqualTo(String value) {
1004 + addCriterion("COUNT_ORIGIN <=", value, "countOrigin");
1005 + return (Criteria) this;
1006 + }
1007 +
1008 + public Criteria andCountOriginLike(String value) {
1009 + addCriterion("COUNT_ORIGIN like", value, "countOrigin");
1010 + return (Criteria) this;
1011 + }
1012 +
1013 + public Criteria andCountOriginNotLike(String value) {
1014 + addCriterion("COUNT_ORIGIN not like", value, "countOrigin");
1015 + return (Criteria) this;
1016 + }
1017 +
1018 + public Criteria andCountOriginIn(List<String> values) {
1019 + addCriterion("COUNT_ORIGIN in", values, "countOrigin");
1020 + return (Criteria) this;
1021 + }
1022 +
1023 + public Criteria andCountOriginNotIn(List<String> values) {
1024 + addCriterion("COUNT_ORIGIN not in", values, "countOrigin");
1025 + return (Criteria) this;
1026 + }
1027 +
1028 + public Criteria andCountOriginBetween(String value1, String value2) {
1029 + addCriterion("COUNT_ORIGIN between", value1, value2, "countOrigin");
1030 + return (Criteria) this;
1031 + }
1032 +
1033 + public Criteria andCountOriginNotBetween(String value1, String value2) {
1034 + addCriterion("COUNT_ORIGIN not between", value1, value2, "countOrigin");
1035 + return (Criteria) this;
1036 + }
1037 +
1038 + public Criteria andDestinationCountryIsNull() {
1039 + addCriterion("DESTINATION_COUNTRY is null");
1040 + return (Criteria) this;
1041 + }
1042 +
1043 + public Criteria andDestinationCountryIsNotNull() {
1044 + addCriterion("DESTINATION_COUNTRY is not null");
1045 + return (Criteria) this;
1046 + }
1047 +
1048 + public Criteria andDestinationCountryEqualTo(String value) {
1049 + addCriterion("DESTINATION_COUNTRY =", value, "destinationCountry");
1050 + return (Criteria) this;
1051 + }
1052 +
1053 + public Criteria andDestinationCountryNotEqualTo(String value) {
1054 + addCriterion("DESTINATION_COUNTRY <>", value, "destinationCountry");
1055 + return (Criteria) this;
1056 + }
1057 +
1058 + public Criteria andDestinationCountryGreaterThan(String value) {
1059 + addCriterion("DESTINATION_COUNTRY >", value, "destinationCountry");
1060 + return (Criteria) this;
1061 + }
1062 +
1063 + public Criteria andDestinationCountryGreaterThanOrEqualTo(String value) {
1064 + addCriterion("DESTINATION_COUNTRY >=", value, "destinationCountry");
1065 + return (Criteria) this;
1066 + }
1067 +
1068 + public Criteria andDestinationCountryLessThan(String value) {
1069 + addCriterion("DESTINATION_COUNTRY <", value, "destinationCountry");
1070 + return (Criteria) this;
1071 + }
1072 +
1073 + public Criteria andDestinationCountryLessThanOrEqualTo(String value) {
1074 + addCriterion("DESTINATION_COUNTRY <=", value, "destinationCountry");
1075 + return (Criteria) this;
1076 + }
1077 +
1078 + public Criteria andDestinationCountryLike(String value) {
1079 + addCriterion("DESTINATION_COUNTRY like", value, "destinationCountry");
1080 + return (Criteria) this;
1081 + }
1082 +
1083 + public Criteria andDestinationCountryNotLike(String value) {
1084 + addCriterion("DESTINATION_COUNTRY not like", value, "destinationCountry");
1085 + return (Criteria) this;
1086 + }
1087 +
1088 + public Criteria andDestinationCountryIn(List<String> values) {
1089 + addCriterion("DESTINATION_COUNTRY in", values, "destinationCountry");
1090 + return (Criteria) this;
1091 + }
1092 +
1093 + public Criteria andDestinationCountryNotIn(List<String> values) {
1094 + addCriterion("DESTINATION_COUNTRY not in", values, "destinationCountry");
1095 + return (Criteria) this;
1096 + }
1097 +
1098 + public Criteria andDestinationCountryBetween(String value1, String value2) {
1099 + addCriterion("DESTINATION_COUNTRY between", value1, value2, "destinationCountry");
1100 + return (Criteria) this;
1101 + }
1102 +
1103 + public Criteria andDestinationCountryNotBetween(String value1, String value2) {
1104 + addCriterion("DESTINATION_COUNTRY not between", value1, value2, "destinationCountry");
1105 + return (Criteria) this;
1106 + }
1107 +
1108 + public Criteria andCustomsCurrencyIsNull() {
1109 + addCriterion("CUSTOMS_CURRENCY is null");
1110 + return (Criteria) this;
1111 + }
1112 +
1113 + public Criteria andCustomsCurrencyIsNotNull() {
1114 + addCriterion("CUSTOMS_CURRENCY is not null");
1115 + return (Criteria) this;
1116 + }
1117 +
1118 + public Criteria andCustomsCurrencyEqualTo(String value) {
1119 + addCriterion("CUSTOMS_CURRENCY =", value, "customsCurrency");
1120 + return (Criteria) this;
1121 + }
1122 +
1123 + public Criteria andCustomsCurrencyNotEqualTo(String value) {
1124 + addCriterion("CUSTOMS_CURRENCY <>", value, "customsCurrency");
1125 + return (Criteria) this;
1126 + }
1127 +
1128 + public Criteria andCustomsCurrencyGreaterThan(String value) {
1129 + addCriterion("CUSTOMS_CURRENCY >", value, "customsCurrency");
1130 + return (Criteria) this;
1131 + }
1132 +
1133 + public Criteria andCustomsCurrencyGreaterThanOrEqualTo(String value) {
1134 + addCriterion("CUSTOMS_CURRENCY >=", value, "customsCurrency");
1135 + return (Criteria) this;
1136 + }
1137 +
1138 + public Criteria andCustomsCurrencyLessThan(String value) {
1139 + addCriterion("CUSTOMS_CURRENCY <", value, "customsCurrency");
1140 + return (Criteria) this;
1141 + }
1142 +
1143 + public Criteria andCustomsCurrencyLessThanOrEqualTo(String value) {
1144 + addCriterion("CUSTOMS_CURRENCY <=", value, "customsCurrency");
1145 + return (Criteria) this;
1146 + }
1147 +
1148 + public Criteria andCustomsCurrencyLike(String value) {
1149 + addCriterion("CUSTOMS_CURRENCY like", value, "customsCurrency");
1150 + return (Criteria) this;
1151 + }
1152 +
1153 + public Criteria andCustomsCurrencyNotLike(String value) {
1154 + addCriterion("CUSTOMS_CURRENCY not like", value, "customsCurrency");
1155 + return (Criteria) this;
1156 + }
1157 +
1158 + public Criteria andCustomsCurrencyIn(List<String> values) {
1159 + addCriterion("CUSTOMS_CURRENCY in", values, "customsCurrency");
1160 + return (Criteria) this;
1161 + }
1162 +
1163 + public Criteria andCustomsCurrencyNotIn(List<String> values) {
1164 + addCriterion("CUSTOMS_CURRENCY not in", values, "customsCurrency");
1165 + return (Criteria) this;
1166 + }
1167 +
1168 + public Criteria andCustomsCurrencyBetween(String value1, String value2) {
1169 + addCriterion("CUSTOMS_CURRENCY between", value1, value2, "customsCurrency");
1170 + return (Criteria) this;
1171 + }
1172 +
1173 + public Criteria andCustomsCurrencyNotBetween(String value1, String value2) {
1174 + addCriterion("CUSTOMS_CURRENCY not between", value1, value2, "customsCurrency");
1175 + return (Criteria) this;
1176 + }
1177 +
1178 + public Criteria andCustomsValueIsNull() {
1179 + addCriterion("CUSTOMS_VALUE is null");
1180 + return (Criteria) this;
1181 + }
1182 +
1183 + public Criteria andCustomsValueIsNotNull() {
1184 + addCriterion("CUSTOMS_VALUE is not null");
1185 + return (Criteria) this;
1186 + }
1187 +
1188 + public Criteria andCustomsValueEqualTo(Long value) {
1189 + addCriterion("CUSTOMS_VALUE =", value, "customsValue");
1190 + return (Criteria) this;
1191 + }
1192 +
1193 + public Criteria andCustomsValueNotEqualTo(Long value) {
1194 + addCriterion("CUSTOMS_VALUE <>", value, "customsValue");
1195 + return (Criteria) this;
1196 + }
1197 +
1198 + public Criteria andCustomsValueGreaterThan(Long value) {
1199 + addCriterion("CUSTOMS_VALUE >", value, "customsValue");
1200 + return (Criteria) this;
1201 + }
1202 +
1203 + public Criteria andCustomsValueGreaterThanOrEqualTo(Long value) {
1204 + addCriterion("CUSTOMS_VALUE >=", value, "customsValue");
1205 + return (Criteria) this;
1206 + }
1207 +
1208 + public Criteria andCustomsValueLessThan(Long value) {
1209 + addCriterion("CUSTOMS_VALUE <", value, "customsValue");
1210 + return (Criteria) this;
1211 + }
1212 +
1213 + public Criteria andCustomsValueLessThanOrEqualTo(Long value) {
1214 + addCriterion("CUSTOMS_VALUE <=", value, "customsValue");
1215 + return (Criteria) this;
1216 + }
1217 +
1218 + public Criteria andCustomsValueIn(List<Long> values) {
1219 + addCriterion("CUSTOMS_VALUE in", values, "customsValue");
1220 + return (Criteria) this;
1221 + }
1222 +
1223 + public Criteria andCustomsValueNotIn(List<Long> values) {
1224 + addCriterion("CUSTOMS_VALUE not in", values, "customsValue");
1225 + return (Criteria) this;
1226 + }
1227 +
1228 + public Criteria andCustomsValueBetween(Long value1, Long value2) {
1229 + addCriterion("CUSTOMS_VALUE between", value1, value2, "customsValue");
1230 + return (Criteria) this;
1231 + }
1232 +
1233 + public Criteria andCustomsValueNotBetween(Long value1, Long value2) {
1234 + addCriterion("CUSTOMS_VALUE not between", value1, value2, "customsValue");
1235 + return (Criteria) this;
1236 + }
1237 +
1238 + public Criteria andWeightIsNull() {
1239 + addCriterion("WEIGHT is null");
1240 + return (Criteria) this;
1241 + }
1242 +
1243 + public Criteria andWeightIsNotNull() {
1244 + addCriterion("WEIGHT is not null");
1245 + return (Criteria) this;
1246 + }
1247 +
1248 + public Criteria andWeightEqualTo(Long value) {
1249 + addCriterion("WEIGHT =", value, "weight");
1250 + return (Criteria) this;
1251 + }
1252 +
1253 + public Criteria andWeightNotEqualTo(Long value) {
1254 + addCriterion("WEIGHT <>", value, "weight");
1255 + return (Criteria) this;
1256 + }
1257 +
1258 + public Criteria andWeightGreaterThan(Long value) {
1259 + addCriterion("WEIGHT >", value, "weight");
1260 + return (Criteria) this;
1261 + }
1262 +
1263 + public Criteria andWeightGreaterThanOrEqualTo(Long value) {
1264 + addCriterion("WEIGHT >=", value, "weight");
1265 + return (Criteria) this;
1266 + }
1267 +
1268 + public Criteria andWeightLessThan(Long value) {
1269 + addCriterion("WEIGHT <", value, "weight");
1270 + return (Criteria) this;
1271 + }
1272 +
1273 + public Criteria andWeightLessThanOrEqualTo(Long value) {
1274 + addCriterion("WEIGHT <=", value, "weight");
1275 + return (Criteria) this;
1276 + }
1277 +
1278 + public Criteria andWeightIn(List<Long> values) {
1279 + addCriterion("WEIGHT in", values, "weight");
1280 + return (Criteria) this;
1281 + }
1282 +
1283 + public Criteria andWeightNotIn(List<Long> values) {
1284 + addCriterion("WEIGHT not in", values, "weight");
1285 + return (Criteria) this;
1286 + }
1287 +
1288 + public Criteria andWeightBetween(Long value1, Long value2) {
1289 + addCriterion("WEIGHT between", value1, value2, "weight");
1290 + return (Criteria) this;
1291 + }
1292 +
1293 + public Criteria andWeightNotBetween(Long value1, Long value2) {
1294 + addCriterion("WEIGHT not between", value1, value2, "weight");
1295 + return (Criteria) this;
1296 + }
1297 +
1298 + public Criteria andWeightunitIsNull() {
1299 + addCriterion("WEIGHTUNIT is null");
1300 + return (Criteria) this;
1301 + }
1302 +
1303 + public Criteria andWeightunitIsNotNull() {
1304 + addCriterion("WEIGHTUNIT is not null");
1305 + return (Criteria) this;
1306 + }
1307 +
1308 + public Criteria andWeightunitEqualTo(Long value) {
1309 + addCriterion("WEIGHTUNIT =", value, "weightunit");
1310 + return (Criteria) this;
1311 + }
1312 +
1313 + public Criteria andWeightunitNotEqualTo(Long value) {
1314 + addCriterion("WEIGHTUNIT <>", value, "weightunit");
1315 + return (Criteria) this;
1316 + }
1317 +
1318 + public Criteria andWeightunitGreaterThan(Long value) {
1319 + addCriterion("WEIGHTUNIT >", value, "weightunit");
1320 + return (Criteria) this;
1321 + }
1322 +
1323 + public Criteria andWeightunitGreaterThanOrEqualTo(Long value) {
1324 + addCriterion("WEIGHTUNIT >=", value, "weightunit");
1325 + return (Criteria) this;
1326 + }
1327 +
1328 + public Criteria andWeightunitLessThan(Long value) {
1329 + addCriterion("WEIGHTUNIT <", value, "weightunit");
1330 + return (Criteria) this;
1331 + }
1332 +
1333 + public Criteria andWeightunitLessThanOrEqualTo(Long value) {
1334 + addCriterion("WEIGHTUNIT <=", value, "weightunit");
1335 + return (Criteria) this;
1336 + }
1337 +
1338 + public Criteria andWeightunitIn(List<Long> values) {
1339 + addCriterion("WEIGHTUNIT in", values, "weightunit");
1340 + return (Criteria) this;
1341 + }
1342 +
1343 + public Criteria andWeightunitNotIn(List<Long> values) {
1344 + addCriterion("WEIGHTUNIT not in", values, "weightunit");
1345 + return (Criteria) this;
1346 + }
1347 +
1348 + public Criteria andWeightunitBetween(Long value1, Long value2) {
1349 + addCriterion("WEIGHTUNIT between", value1, value2, "weightunit");
1350 + return (Criteria) this;
1351 + }
1352 +
1353 + public Criteria andWeightunitNotBetween(Long value1, Long value2) {
1354 + addCriterion("WEIGHTUNIT not between", value1, value2, "weightunit");
1355 + return (Criteria) this;
1356 + }
1357 +
1358 + public Criteria andScandateIsNull() {
1359 + addCriterion("SCANDATE is null");
1360 + return (Criteria) this;
1361 + }
1362 +
1363 + public Criteria andScandateIsNotNull() {
1364 + addCriterion("SCANDATE is not null");
1365 + return (Criteria) this;
1366 + }
1367 +
1368 + public Criteria andScandateEqualTo(Date value) {
1369 + addCriterion("SCANDATE =", value, "scandate");
1370 + return (Criteria) this;
1371 + }
1372 +
1373 + public Criteria andScandateNotEqualTo(Date value) {
1374 + addCriterion("SCANDATE <>", value, "scandate");
1375 + return (Criteria) this;
1376 + }
1377 +
1378 + public Criteria andScandateGreaterThan(Date value) {
1379 + addCriterion("SCANDATE >", value, "scandate");
1380 + return (Criteria) this;
1381 + }
1382 +
1383 + public Criteria andScandateGreaterThanOrEqualTo(Date value) {
1384 + addCriterion("SCANDATE >=", value, "scandate");
1385 + return (Criteria) this;
1386 + }
1387 +
1388 + public Criteria andScandateLessThan(Date value) {
1389 + addCriterion("SCANDATE <", value, "scandate");
1390 + return (Criteria) this;
1391 + }
1392 +
1393 + public Criteria andScandateLessThanOrEqualTo(Date value) {
1394 + addCriterion("SCANDATE <=", value, "scandate");
1395 + return (Criteria) this;
1396 + }
1397 +
1398 + public Criteria andScandateIn(List<Date> values) {
1399 + addCriterion("SCANDATE in", values, "scandate");
1400 + return (Criteria) this;
1401 + }
1402 +
1403 + public Criteria andScandateNotIn(List<Date> values) {
1404 + addCriterion("SCANDATE not in", values, "scandate");
1405 + return (Criteria) this;
1406 + }
1407 +
1408 + public Criteria andScandateBetween(Date value1, Date value2) {
1409 + addCriterion("SCANDATE between", value1, value2, "scandate");
1410 + return (Criteria) this;
1411 + }
1412 +
1413 + public Criteria andScandateNotBetween(Date value1, Date value2) {
1414 + addCriterion("SCANDATE not between", value1, value2, "scandate");
1415 + return (Criteria) this;
1416 + }
1417 +
1418 + public Criteria andShipperContactNameIsNull() {
1419 + addCriterion("SHIPPER_CONTACT_NAME is null");
1420 + return (Criteria) this;
1421 + }
1422 +
1423 + public Criteria andShipperContactNameIsNotNull() {
1424 + addCriterion("SHIPPER_CONTACT_NAME is not null");
1425 + return (Criteria) this;
1426 + }
1427 +
1428 + public Criteria andShipperContactNameEqualTo(String value) {
1429 + addCriterion("SHIPPER_CONTACT_NAME =", value, "shipperContactName");
1430 + return (Criteria) this;
1431 + }
1432 +
1433 + public Criteria andShipperContactNameNotEqualTo(String value) {
1434 + addCriterion("SHIPPER_CONTACT_NAME <>", value, "shipperContactName");
1435 + return (Criteria) this;
1436 + }
1437 +
1438 + public Criteria andShipperContactNameGreaterThan(String value) {
1439 + addCriterion("SHIPPER_CONTACT_NAME >", value, "shipperContactName");
1440 + return (Criteria) this;
1441 + }
1442 +
1443 + public Criteria andShipperContactNameGreaterThanOrEqualTo(String value) {
1444 + addCriterion("SHIPPER_CONTACT_NAME >=", value, "shipperContactName");
1445 + return (Criteria) this;
1446 + }
1447 +
1448 + public Criteria andShipperContactNameLessThan(String value) {
1449 + addCriterion("SHIPPER_CONTACT_NAME <", value, "shipperContactName");
1450 + return (Criteria) this;
1451 + }
1452 +
1453 + public Criteria andShipperContactNameLessThanOrEqualTo(String value) {
1454 + addCriterion("SHIPPER_CONTACT_NAME <=", value, "shipperContactName");
1455 + return (Criteria) this;
1456 + }
1457 +
1458 + public Criteria andShipperContactNameLike(String value) {
1459 + addCriterion("SHIPPER_CONTACT_NAME like", value, "shipperContactName");
1460 + return (Criteria) this;
1461 + }
1462 +
1463 + public Criteria andShipperContactNameNotLike(String value) {
1464 + addCriterion("SHIPPER_CONTACT_NAME not like", value, "shipperContactName");
1465 + return (Criteria) this;
1466 + }
1467 +
1468 + public Criteria andShipperContactNameIn(List<String> values) {
1469 + addCriterion("SHIPPER_CONTACT_NAME in", values, "shipperContactName");
1470 + return (Criteria) this;
1471 + }
1472 +
1473 + public Criteria andShipperContactNameNotIn(List<String> values) {
1474 + addCriterion("SHIPPER_CONTACT_NAME not in", values, "shipperContactName");
1475 + return (Criteria) this;
1476 + }
1477 +
1478 + public Criteria andShipperContactNameBetween(String value1, String value2) {
1479 + addCriterion("SHIPPER_CONTACT_NAME between", value1, value2, "shipperContactName");
1480 + return (Criteria) this;
1481 + }
1482 +
1483 + public Criteria andShipperContactNameNotBetween(String value1, String value2) {
1484 + addCriterion("SHIPPER_CONTACT_NAME not between", value1, value2, "shipperContactName");
1485 + return (Criteria) this;
1486 + }
1487 +
1488 + public Criteria andShipperPhoneIsNull() {
1489 + addCriterion("SHIPPER_PHONE is null");
1490 + return (Criteria) this;
1491 + }
1492 +
1493 + public Criteria andShipperPhoneIsNotNull() {
1494 + addCriterion("SHIPPER_PHONE is not null");
1495 + return (Criteria) this;
1496 + }
1497 +
1498 + public Criteria andShipperPhoneEqualTo(String value) {
1499 + addCriterion("SHIPPER_PHONE =", value, "shipperPhone");
1500 + return (Criteria) this;
1501 + }
1502 +
1503 + public Criteria andShipperPhoneNotEqualTo(String value) {
1504 + addCriterion("SHIPPER_PHONE <>", value, "shipperPhone");
1505 + return (Criteria) this;
1506 + }
1507 +
1508 + public Criteria andShipperPhoneGreaterThan(String value) {
1509 + addCriterion("SHIPPER_PHONE >", value, "shipperPhone");
1510 + return (Criteria) this;
1511 + }
1512 +
1513 + public Criteria andShipperPhoneGreaterThanOrEqualTo(String value) {
1514 + addCriterion("SHIPPER_PHONE >=", value, "shipperPhone");
1515 + return (Criteria) this;
1516 + }
1517 +
1518 + public Criteria andShipperPhoneLessThan(String value) {
1519 + addCriterion("SHIPPER_PHONE <", value, "shipperPhone");
1520 + return (Criteria) this;
1521 + }
1522 +
1523 + public Criteria andShipperPhoneLessThanOrEqualTo(String value) {
1524 + addCriterion("SHIPPER_PHONE <=", value, "shipperPhone");
1525 + return (Criteria) this;
1526 + }
1527 +
1528 + public Criteria andShipperPhoneLike(String value) {
1529 + addCriterion("SHIPPER_PHONE like", value, "shipperPhone");
1530 + return (Criteria) this;
1531 + }
1532 +
1533 + public Criteria andShipperPhoneNotLike(String value) {
1534 + addCriterion("SHIPPER_PHONE not like", value, "shipperPhone");
1535 + return (Criteria) this;
1536 + }
1537 +
1538 + public Criteria andShipperPhoneIn(List<String> values) {
1539 + addCriterion("SHIPPER_PHONE in", values, "shipperPhone");
1540 + return (Criteria) this;
1541 + }
1542 +
1543 + public Criteria andShipperPhoneNotIn(List<String> values) {
1544 + addCriterion("SHIPPER_PHONE not in", values, "shipperPhone");
1545 + return (Criteria) this;
1546 + }
1547 +
1548 + public Criteria andShipperPhoneBetween(String value1, String value2) {
1549 + addCriterion("SHIPPER_PHONE between", value1, value2, "shipperPhone");
1550 + return (Criteria) this;
1551 + }
1552 +
1553 + public Criteria andShipperPhoneNotBetween(String value1, String value2) {
1554 + addCriterion("SHIPPER_PHONE not between", value1, value2, "shipperPhone");
1555 + return (Criteria) this;
1556 + }
1557 +
1558 + public Criteria andShipperAccountIsNull() {
1559 + addCriterion("SHIPPER_ACCOUNT is null");
1560 + return (Criteria) this;
1561 + }
1562 +
1563 + public Criteria andShipperAccountIsNotNull() {
1564 + addCriterion("SHIPPER_ACCOUNT is not null");
1565 + return (Criteria) this;
1566 + }
1567 +
1568 + public Criteria andShipperAccountEqualTo(String value) {
1569 + addCriterion("SHIPPER_ACCOUNT =", value, "shipperAccount");
1570 + return (Criteria) this;
1571 + }
1572 +
1573 + public Criteria andShipperAccountNotEqualTo(String value) {
1574 + addCriterion("SHIPPER_ACCOUNT <>", value, "shipperAccount");
1575 + return (Criteria) this;
1576 + }
1577 +
1578 + public Criteria andShipperAccountGreaterThan(String value) {
1579 + addCriterion("SHIPPER_ACCOUNT >", value, "shipperAccount");
1580 + return (Criteria) this;
1581 + }
1582 +
1583 + public Criteria andShipperAccountGreaterThanOrEqualTo(String value) {
1584 + addCriterion("SHIPPER_ACCOUNT >=", value, "shipperAccount");
1585 + return (Criteria) this;
1586 + }
1587 +
1588 + public Criteria andShipperAccountLessThan(String value) {
1589 + addCriterion("SHIPPER_ACCOUNT <", value, "shipperAccount");
1590 + return (Criteria) this;
1591 + }
1592 +
1593 + public Criteria andShipperAccountLessThanOrEqualTo(String value) {
1594 + addCriterion("SHIPPER_ACCOUNT <=", value, "shipperAccount");
1595 + return (Criteria) this;
1596 + }
1597 +
1598 + public Criteria andShipperAccountLike(String value) {
1599 + addCriterion("SHIPPER_ACCOUNT like", value, "shipperAccount");
1600 + return (Criteria) this;
1601 + }
1602 +
1603 + public Criteria andShipperAccountNotLike(String value) {
1604 + addCriterion("SHIPPER_ACCOUNT not like", value, "shipperAccount");
1605 + return (Criteria) this;
1606 + }
1607 +
1608 + public Criteria andShipperAccountIn(List<String> values) {
1609 + addCriterion("SHIPPER_ACCOUNT in", values, "shipperAccount");
1610 + return (Criteria) this;
1611 + }
1612 +
1613 + public Criteria andShipperAccountNotIn(List<String> values) {
1614 + addCriterion("SHIPPER_ACCOUNT not in", values, "shipperAccount");
1615 + return (Criteria) this;
1616 + }
1617 +
1618 + public Criteria andShipperAccountBetween(String value1, String value2) {
1619 + addCriterion("SHIPPER_ACCOUNT between", value1, value2, "shipperAccount");
1620 + return (Criteria) this;
1621 + }
1622 +
1623 + public Criteria andShipperAccountNotBetween(String value1, String value2) {
1624 + addCriterion("SHIPPER_ACCOUNT not between", value1, value2, "shipperAccount");
1625 + return (Criteria) this;
1626 + }
1627 +
1628 + public Criteria andShipperCompanyIsNull() {
1629 + addCriterion("SHIPPER_COMPANY is null");
1630 + return (Criteria) this;
1631 + }
1632 +
1633 + public Criteria andShipperCompanyIsNotNull() {
1634 + addCriterion("SHIPPER_COMPANY is not null");
1635 + return (Criteria) this;
1636 + }
1637 +
1638 + public Criteria andShipperCompanyEqualTo(String value) {
1639 + addCriterion("SHIPPER_COMPANY =", value, "shipperCompany");
1640 + return (Criteria) this;
1641 + }
1642 +
1643 + public Criteria andShipperCompanyNotEqualTo(String value) {
1644 + addCriterion("SHIPPER_COMPANY <>", value, "shipperCompany");
1645 + return (Criteria) this;
1646 + }
1647 +
1648 + public Criteria andShipperCompanyGreaterThan(String value) {
1649 + addCriterion("SHIPPER_COMPANY >", value, "shipperCompany");
1650 + return (Criteria) this;
1651 + }
1652 +
1653 + public Criteria andShipperCompanyGreaterThanOrEqualTo(String value) {
1654 + addCriterion("SHIPPER_COMPANY >=", value, "shipperCompany");
1655 + return (Criteria) this;
1656 + }
1657 +
1658 + public Criteria andShipperCompanyLessThan(String value) {
1659 + addCriterion("SHIPPER_COMPANY <", value, "shipperCompany");
1660 + return (Criteria) this;
1661 + }
1662 +
1663 + public Criteria andShipperCompanyLessThanOrEqualTo(String value) {
1664 + addCriterion("SHIPPER_COMPANY <=", value, "shipperCompany");
1665 + return (Criteria) this;
1666 + }
1667 +
1668 + public Criteria andShipperCompanyLike(String value) {
1669 + addCriterion("SHIPPER_COMPANY like", value, "shipperCompany");
1670 + return (Criteria) this;
1671 + }
1672 +
1673 + public Criteria andShipperCompanyNotLike(String value) {
1674 + addCriterion("SHIPPER_COMPANY not like", value, "shipperCompany");
1675 + return (Criteria) this;
1676 + }
1677 +
1678 + public Criteria andShipperCompanyIn(List<String> values) {
1679 + addCriterion("SHIPPER_COMPANY in", values, "shipperCompany");
1680 + return (Criteria) this;
1681 + }
1682 +
1683 + public Criteria andShipperCompanyNotIn(List<String> values) {
1684 + addCriterion("SHIPPER_COMPANY not in", values, "shipperCompany");
1685 + return (Criteria) this;
1686 + }
1687 +
1688 + public Criteria andShipperCompanyBetween(String value1, String value2) {
1689 + addCriterion("SHIPPER_COMPANY between", value1, value2, "shipperCompany");
1690 + return (Criteria) this;
1691 + }
1692 +
1693 + public Criteria andShipperCompanyNotBetween(String value1, String value2) {
1694 + addCriterion("SHIPPER_COMPANY not between", value1, value2, "shipperCompany");
1695 + return (Criteria) this;
1696 + }
1697 +
1698 + public Criteria andShipperAddrLine1IsNull() {
1699 + addCriterion("SHIPPER_ADDR_LINE1 is null");
1700 + return (Criteria) this;
1701 + }
1702 +
1703 + public Criteria andShipperAddrLine1IsNotNull() {
1704 + addCriterion("SHIPPER_ADDR_LINE1 is not null");
1705 + return (Criteria) this;
1706 + }
1707 +
1708 + public Criteria andShipperAddrLine1EqualTo(String value) {
1709 + addCriterion("SHIPPER_ADDR_LINE1 =", value, "shipperAddrLine1");
1710 + return (Criteria) this;
1711 + }
1712 +
1713 + public Criteria andShipperAddrLine1NotEqualTo(String value) {
1714 + addCriterion("SHIPPER_ADDR_LINE1 <>", value, "shipperAddrLine1");
1715 + return (Criteria) this;
1716 + }
1717 +
1718 + public Criteria andShipperAddrLine1GreaterThan(String value) {
1719 + addCriterion("SHIPPER_ADDR_LINE1 >", value, "shipperAddrLine1");
1720 + return (Criteria) this;
1721 + }
1722 +
1723 + public Criteria andShipperAddrLine1GreaterThanOrEqualTo(String value) {
1724 + addCriterion("SHIPPER_ADDR_LINE1 >=", value, "shipperAddrLine1");
1725 + return (Criteria) this;
1726 + }
1727 +
1728 + public Criteria andShipperAddrLine1LessThan(String value) {
1729 + addCriterion("SHIPPER_ADDR_LINE1 <", value, "shipperAddrLine1");
1730 + return (Criteria) this;
1731 + }
1732 +
1733 + public Criteria andShipperAddrLine1LessThanOrEqualTo(String value) {
1734 + addCriterion("SHIPPER_ADDR_LINE1 <=", value, "shipperAddrLine1");
1735 + return (Criteria) this;
1736 + }
1737 +
1738 + public Criteria andShipperAddrLine1Like(String value) {
1739 + addCriterion("SHIPPER_ADDR_LINE1 like", value, "shipperAddrLine1");
1740 + return (Criteria) this;
1741 + }
1742 +
1743 + public Criteria andShipperAddrLine1NotLike(String value) {
1744 + addCriterion("SHIPPER_ADDR_LINE1 not like", value, "shipperAddrLine1");
1745 + return (Criteria) this;
1746 + }
1747 +
1748 + public Criteria andShipperAddrLine1In(List<String> values) {
1749 + addCriterion("SHIPPER_ADDR_LINE1 in", values, "shipperAddrLine1");
1750 + return (Criteria) this;
1751 + }
1752 +
1753 + public Criteria andShipperAddrLine1NotIn(List<String> values) {
1754 + addCriterion("SHIPPER_ADDR_LINE1 not in", values, "shipperAddrLine1");
1755 + return (Criteria) this;
1756 + }
1757 +
1758 + public Criteria andShipperAddrLine1Between(String value1, String value2) {
1759 + addCriterion("SHIPPER_ADDR_LINE1 between", value1, value2, "shipperAddrLine1");
1760 + return (Criteria) this;
1761 + }
1762 +
1763 + public Criteria andShipperAddrLine1NotBetween(String value1, String value2) {
1764 + addCriterion("SHIPPER_ADDR_LINE1 not between", value1, value2, "shipperAddrLine1");
1765 + return (Criteria) this;
1766 + }
1767 +
1768 + public Criteria andShipperAddrLine2IsNull() {
1769 + addCriterion("SHIPPER_ADDR_LINE2 is null");
1770 + return (Criteria) this;
1771 + }
1772 +
1773 + public Criteria andShipperAddrLine2IsNotNull() {
1774 + addCriterion("SHIPPER_ADDR_LINE2 is not null");
1775 + return (Criteria) this;
1776 + }
1777 +
1778 + public Criteria andShipperAddrLine2EqualTo(String value) {
1779 + addCriterion("SHIPPER_ADDR_LINE2 =", value, "shipperAddrLine2");
1780 + return (Criteria) this;
1781 + }
1782 +
1783 + public Criteria andShipperAddrLine2NotEqualTo(String value) {
1784 + addCriterion("SHIPPER_ADDR_LINE2 <>", value, "shipperAddrLine2");
1785 + return (Criteria) this;
1786 + }
1787 +
1788 + public Criteria andShipperAddrLine2GreaterThan(String value) {
1789 + addCriterion("SHIPPER_ADDR_LINE2 >", value, "shipperAddrLine2");
1790 + return (Criteria) this;
1791 + }
1792 +
1793 + public Criteria andShipperAddrLine2GreaterThanOrEqualTo(String value) {
1794 + addCriterion("SHIPPER_ADDR_LINE2 >=", value, "shipperAddrLine2");
1795 + return (Criteria) this;
1796 + }
1797 +
1798 + public Criteria andShipperAddrLine2LessThan(String value) {
1799 + addCriterion("SHIPPER_ADDR_LINE2 <", value, "shipperAddrLine2");
1800 + return (Criteria) this;
1801 + }
1802 +
1803 + public Criteria andShipperAddrLine2LessThanOrEqualTo(String value) {
1804 + addCriterion("SHIPPER_ADDR_LINE2 <=", value, "shipperAddrLine2");
1805 + return (Criteria) this;
1806 + }
1807 +
1808 + public Criteria andShipperAddrLine2Like(String value) {
1809 + addCriterion("SHIPPER_ADDR_LINE2 like", value, "shipperAddrLine2");
1810 + return (Criteria) this;
1811 + }
1812 +
1813 + public Criteria andShipperAddrLine2NotLike(String value) {
1814 + addCriterion("SHIPPER_ADDR_LINE2 not like", value, "shipperAddrLine2");
1815 + return (Criteria) this;
1816 + }
1817 +
1818 + public Criteria andShipperAddrLine2In(List<String> values) {
1819 + addCriterion("SHIPPER_ADDR_LINE2 in", values, "shipperAddrLine2");
1820 + return (Criteria) this;
1821 + }
1822 +
1823 + public Criteria andShipperAddrLine2NotIn(List<String> values) {
1824 + addCriterion("SHIPPER_ADDR_LINE2 not in", values, "shipperAddrLine2");
1825 + return (Criteria) this;
1826 + }
1827 +
1828 + public Criteria andShipperAddrLine2Between(String value1, String value2) {
1829 + addCriterion("SHIPPER_ADDR_LINE2 between", value1, value2, "shipperAddrLine2");
1830 + return (Criteria) this;
1831 + }
1832 +
1833 + public Criteria andShipperAddrLine2NotBetween(String value1, String value2) {
1834 + addCriterion("SHIPPER_ADDR_LINE2 not between", value1, value2, "shipperAddrLine2");
1835 + return (Criteria) this;
1836 + }
1837 +
1838 + public Criteria andShipperCityIsNull() {
1839 + addCriterion("SHIPPER_CITY is null");
1840 + return (Criteria) this;
1841 + }
1842 +
1843 + public Criteria andShipperCityIsNotNull() {
1844 + addCriterion("SHIPPER_CITY is not null");
1845 + return (Criteria) this;
1846 + }
1847 +
1848 + public Criteria andShipperCityEqualTo(String value) {
1849 + addCriterion("SHIPPER_CITY =", value, "shipperCity");
1850 + return (Criteria) this;
1851 + }
1852 +
1853 + public Criteria andShipperCityNotEqualTo(String value) {
1854 + addCriterion("SHIPPER_CITY <>", value, "shipperCity");
1855 + return (Criteria) this;
1856 + }
1857 +
1858 + public Criteria andShipperCityGreaterThan(String value) {
1859 + addCriterion("SHIPPER_CITY >", value, "shipperCity");
1860 + return (Criteria) this;
1861 + }
1862 +
1863 + public Criteria andShipperCityGreaterThanOrEqualTo(String value) {
1864 + addCriterion("SHIPPER_CITY >=", value, "shipperCity");
1865 + return (Criteria) this;
1866 + }
1867 +
1868 + public Criteria andShipperCityLessThan(String value) {
1869 + addCriterion("SHIPPER_CITY <", value, "shipperCity");
1870 + return (Criteria) this;
1871 + }
1872 +
1873 + public Criteria andShipperCityLessThanOrEqualTo(String value) {
1874 + addCriterion("SHIPPER_CITY <=", value, "shipperCity");
1875 + return (Criteria) this;
1876 + }
1877 +
1878 + public Criteria andShipperCityLike(String value) {
1879 + addCriterion("SHIPPER_CITY like", value, "shipperCity");
1880 + return (Criteria) this;
1881 + }
1882 +
1883 + public Criteria andShipperCityNotLike(String value) {
1884 + addCriterion("SHIPPER_CITY not like", value, "shipperCity");
1885 + return (Criteria) this;
1886 + }
1887 +
1888 + public Criteria andShipperCityIn(List<String> values) {
1889 + addCriterion("SHIPPER_CITY in", values, "shipperCity");
1890 + return (Criteria) this;
1891 + }
1892 +
1893 + public Criteria andShipperCityNotIn(List<String> values) {
1894 + addCriterion("SHIPPER_CITY not in", values, "shipperCity");
1895 + return (Criteria) this;
1896 + }
1897 +
1898 + public Criteria andShipperCityBetween(String value1, String value2) {
1899 + addCriterion("SHIPPER_CITY between", value1, value2, "shipperCity");
1900 + return (Criteria) this;
1901 + }
1902 +
1903 + public Criteria andShipperCityNotBetween(String value1, String value2) {
1904 + addCriterion("SHIPPER_CITY not between", value1, value2, "shipperCity");
1905 + return (Criteria) this;
1906 + }
1907 +
1908 + public Criteria andShipperEmailIsNull() {
1909 + addCriterion("SHIPPER_EMAIL is null");
1910 + return (Criteria) this;
1911 + }
1912 +
1913 + public Criteria andShipperEmailIsNotNull() {
1914 + addCriterion("SHIPPER_EMAIL is not null");
1915 + return (Criteria) this;
1916 + }
1917 +
1918 + public Criteria andShipperEmailEqualTo(String value) {
1919 + addCriterion("SHIPPER_EMAIL =", value, "shipperEmail");
1920 + return (Criteria) this;
1921 + }
1922 +
1923 + public Criteria andShipperEmailNotEqualTo(String value) {
1924 + addCriterion("SHIPPER_EMAIL <>", value, "shipperEmail");
1925 + return (Criteria) this;
1926 + }
1927 +
1928 + public Criteria andShipperEmailGreaterThan(String value) {
1929 + addCriterion("SHIPPER_EMAIL >", value, "shipperEmail");
1930 + return (Criteria) this;
1931 + }
1932 +
1933 + public Criteria andShipperEmailGreaterThanOrEqualTo(String value) {
1934 + addCriterion("SHIPPER_EMAIL >=", value, "shipperEmail");
1935 + return (Criteria) this;
1936 + }
1937 +
1938 + public Criteria andShipperEmailLessThan(String value) {
1939 + addCriterion("SHIPPER_EMAIL <", value, "shipperEmail");
1940 + return (Criteria) this;
1941 + }
1942 +
1943 + public Criteria andShipperEmailLessThanOrEqualTo(String value) {
1944 + addCriterion("SHIPPER_EMAIL <=", value, "shipperEmail");
1945 + return (Criteria) this;
1946 + }
1947 +
1948 + public Criteria andShipperEmailLike(String value) {
1949 + addCriterion("SHIPPER_EMAIL like", value, "shipperEmail");
1950 + return (Criteria) this;
1951 + }
1952 +
1953 + public Criteria andShipperEmailNotLike(String value) {
1954 + addCriterion("SHIPPER_EMAIL not like", value, "shipperEmail");
1955 + return (Criteria) this;
1956 + }
1957 +
1958 + public Criteria andShipperEmailIn(List<String> values) {
1959 + addCriterion("SHIPPER_EMAIL in", values, "shipperEmail");
1960 + return (Criteria) this;
1961 + }
1962 +
1963 + public Criteria andShipperEmailNotIn(List<String> values) {
1964 + addCriterion("SHIPPER_EMAIL not in", values, "shipperEmail");
1965 + return (Criteria) this;
1966 + }
1967 +
1968 + public Criteria andShipperEmailBetween(String value1, String value2) {
1969 + addCriterion("SHIPPER_EMAIL between", value1, value2, "shipperEmail");
1970 + return (Criteria) this;
1971 + }
1972 +
1973 + public Criteria andShipperEmailNotBetween(String value1, String value2) {
1974 + addCriterion("SHIPPER_EMAIL not between", value1, value2, "shipperEmail");
1975 + return (Criteria) this;
1976 + }
1977 +
1978 + public Criteria andRecipientContactNameIsNull() {
1979 + addCriterion("RECIPIENT_CONTACT_NAME is null");
1980 + return (Criteria) this;
1981 + }
1982 +
1983 + public Criteria andRecipientContactNameIsNotNull() {
1984 + addCriterion("RECIPIENT_CONTACT_NAME is not null");
1985 + return (Criteria) this;
1986 + }
1987 +
1988 + public Criteria andRecipientContactNameEqualTo(String value) {
1989 + addCriterion("RECIPIENT_CONTACT_NAME =", value, "recipientContactName");
1990 + return (Criteria) this;
1991 + }
1992 +
1993 + public Criteria andRecipientContactNameNotEqualTo(String value) {
1994 + addCriterion("RECIPIENT_CONTACT_NAME <>", value, "recipientContactName");
1995 + return (Criteria) this;
1996 + }
1997 +
1998 + public Criteria andRecipientContactNameGreaterThan(String value) {
1999 + addCriterion("RECIPIENT_CONTACT_NAME >", value, "recipientContactName");
2000 + return (Criteria) this;
2001 + }
2002 +
2003 + public Criteria andRecipientContactNameGreaterThanOrEqualTo(String value) {
2004 + addCriterion("RECIPIENT_CONTACT_NAME >=", value, "recipientContactName");
2005 + return (Criteria) this;
2006 + }
2007 +
2008 + public Criteria andRecipientContactNameLessThan(String value) {
2009 + addCriterion("RECIPIENT_CONTACT_NAME <", value, "recipientContactName");
2010 + return (Criteria) this;
2011 + }
2012 +
2013 + public Criteria andRecipientContactNameLessThanOrEqualTo(String value) {
2014 + addCriterion("RECIPIENT_CONTACT_NAME <=", value, "recipientContactName");
2015 + return (Criteria) this;
2016 + }
2017 +
2018 + public Criteria andRecipientContactNameLike(String value) {
2019 + addCriterion("RECIPIENT_CONTACT_NAME like", value, "recipientContactName");
2020 + return (Criteria) this;
2021 + }
2022 +
2023 + public Criteria andRecipientContactNameNotLike(String value) {
2024 + addCriterion("RECIPIENT_CONTACT_NAME not like", value, "recipientContactName");
2025 + return (Criteria) this;
2026 + }
2027 +
2028 + public Criteria andRecipientContactNameIn(List<String> values) {
2029 + addCriterion("RECIPIENT_CONTACT_NAME in", values, "recipientContactName");
2030 + return (Criteria) this;
2031 + }
2032 +
2033 + public Criteria andRecipientContactNameNotIn(List<String> values) {
2034 + addCriterion("RECIPIENT_CONTACT_NAME not in", values, "recipientContactName");
2035 + return (Criteria) this;
2036 + }
2037 +
2038 + public Criteria andRecipientContactNameBetween(String value1, String value2) {
2039 + addCriterion("RECIPIENT_CONTACT_NAME between", value1, value2, "recipientContactName");
2040 + return (Criteria) this;
2041 + }
2042 +
2043 + public Criteria andRecipientContactNameNotBetween(String value1, String value2) {
2044 + addCriterion("RECIPIENT_CONTACT_NAME not between", value1, value2, "recipientContactName");
2045 + return (Criteria) this;
2046 + }
2047 +
2048 + public Criteria andRecipientPhoneIsNull() {
2049 + addCriterion("RECIPIENT_PHONE is null");
2050 + return (Criteria) this;
2051 + }
2052 +
2053 + public Criteria andRecipientPhoneIsNotNull() {
2054 + addCriterion("RECIPIENT_PHONE is not null");
2055 + return (Criteria) this;
2056 + }
2057 +
2058 + public Criteria andRecipientPhoneEqualTo(String value) {
2059 + addCriterion("RECIPIENT_PHONE =", value, "recipientPhone");
2060 + return (Criteria) this;
2061 + }
2062 +
2063 + public Criteria andRecipientPhoneNotEqualTo(String value) {
2064 + addCriterion("RECIPIENT_PHONE <>", value, "recipientPhone");
2065 + return (Criteria) this;
2066 + }
2067 +
2068 + public Criteria andRecipientPhoneGreaterThan(String value) {
2069 + addCriterion("RECIPIENT_PHONE >", value, "recipientPhone");
2070 + return (Criteria) this;
2071 + }
2072 +
2073 + public Criteria andRecipientPhoneGreaterThanOrEqualTo(String value) {
2074 + addCriterion("RECIPIENT_PHONE >=", value, "recipientPhone");
2075 + return (Criteria) this;
2076 + }
2077 +
2078 + public Criteria andRecipientPhoneLessThan(String value) {
2079 + addCriterion("RECIPIENT_PHONE <", value, "recipientPhone");
2080 + return (Criteria) this;
2081 + }
2082 +
2083 + public Criteria andRecipientPhoneLessThanOrEqualTo(String value) {
2084 + addCriterion("RECIPIENT_PHONE <=", value, "recipientPhone");
2085 + return (Criteria) this;
2086 + }
2087 +
2088 + public Criteria andRecipientPhoneLike(String value) {
2089 + addCriterion("RECIPIENT_PHONE like", value, "recipientPhone");
2090 + return (Criteria) this;
2091 + }
2092 +
2093 + public Criteria andRecipientPhoneNotLike(String value) {
2094 + addCriterion("RECIPIENT_PHONE not like", value, "recipientPhone");
2095 + return (Criteria) this;
2096 + }
2097 +
2098 + public Criteria andRecipientPhoneIn(List<String> values) {
2099 + addCriterion("RECIPIENT_PHONE in", values, "recipientPhone");
2100 + return (Criteria) this;
2101 + }
2102 +
2103 + public Criteria andRecipientPhoneNotIn(List<String> values) {
2104 + addCriterion("RECIPIENT_PHONE not in", values, "recipientPhone");
2105 + return (Criteria) this;
2106 + }
2107 +
2108 + public Criteria andRecipientPhoneBetween(String value1, String value2) {
2109 + addCriterion("RECIPIENT_PHONE between", value1, value2, "recipientPhone");
2110 + return (Criteria) this;
2111 + }
2112 +
2113 + public Criteria andRecipientPhoneNotBetween(String value1, String value2) {
2114 + addCriterion("RECIPIENT_PHONE not between", value1, value2, "recipientPhone");
2115 + return (Criteria) this;
2116 + }
2117 +
2118 + public Criteria andRecipientCompanyIsNull() {
2119 + addCriterion("RECIPIENT_COMPANY is null");
2120 + return (Criteria) this;
2121 + }
2122 +
2123 + public Criteria andRecipientCompanyIsNotNull() {
2124 + addCriterion("RECIPIENT_COMPANY is not null");
2125 + return (Criteria) this;
2126 + }
2127 +
2128 + public Criteria andRecipientCompanyEqualTo(String value) {
2129 + addCriterion("RECIPIENT_COMPANY =", value, "recipientCompany");
2130 + return (Criteria) this;
2131 + }
2132 +
2133 + public Criteria andRecipientCompanyNotEqualTo(String value) {
2134 + addCriterion("RECIPIENT_COMPANY <>", value, "recipientCompany");
2135 + return (Criteria) this;
2136 + }
2137 +
2138 + public Criteria andRecipientCompanyGreaterThan(String value) {
2139 + addCriterion("RECIPIENT_COMPANY >", value, "recipientCompany");
2140 + return (Criteria) this;
2141 + }
2142 +
2143 + public Criteria andRecipientCompanyGreaterThanOrEqualTo(String value) {
2144 + addCriterion("RECIPIENT_COMPANY >=", value, "recipientCompany");
2145 + return (Criteria) this;
2146 + }
2147 +
2148 + public Criteria andRecipientCompanyLessThan(String value) {
2149 + addCriterion("RECIPIENT_COMPANY <", value, "recipientCompany");
2150 + return (Criteria) this;
2151 + }
2152 +
2153 + public Criteria andRecipientCompanyLessThanOrEqualTo(String value) {
2154 + addCriterion("RECIPIENT_COMPANY <=", value, "recipientCompany");
2155 + return (Criteria) this;
2156 + }
2157 +
2158 + public Criteria andRecipientCompanyLike(String value) {
2159 + addCriterion("RECIPIENT_COMPANY like", value, "recipientCompany");
2160 + return (Criteria) this;
2161 + }
2162 +
2163 + public Criteria andRecipientCompanyNotLike(String value) {
2164 + addCriterion("RECIPIENT_COMPANY not like", value, "recipientCompany");
2165 + return (Criteria) this;
2166 + }
2167 +
2168 + public Criteria andRecipientCompanyIn(List<String> values) {
2169 + addCriterion("RECIPIENT_COMPANY in", values, "recipientCompany");
2170 + return (Criteria) this;
2171 + }
2172 +
2173 + public Criteria andRecipientCompanyNotIn(List<String> values) {
2174 + addCriterion("RECIPIENT_COMPANY not in", values, "recipientCompany");
2175 + return (Criteria) this;
2176 + }
2177 +
2178 + public Criteria andRecipientCompanyBetween(String value1, String value2) {
2179 + addCriterion("RECIPIENT_COMPANY between", value1, value2, "recipientCompany");
2180 + return (Criteria) this;
2181 + }
2182 +
2183 + public Criteria andRecipientCompanyNotBetween(String value1, String value2) {
2184 + addCriterion("RECIPIENT_COMPANY not between", value1, value2, "recipientCompany");
2185 + return (Criteria) this;
2186 + }
2187 +
2188 + public Criteria andRecipientAddrLine1IsNull() {
2189 + addCriterion("RECIPIENT_ADDR_LINE1 is null");
2190 + return (Criteria) this;
2191 + }
2192 +
2193 + public Criteria andRecipientAddrLine1IsNotNull() {
2194 + addCriterion("RECIPIENT_ADDR_LINE1 is not null");
2195 + return (Criteria) this;
2196 + }
2197 +
2198 + public Criteria andRecipientAddrLine1EqualTo(String value) {
2199 + addCriterion("RECIPIENT_ADDR_LINE1 =", value, "recipientAddrLine1");
2200 + return (Criteria) this;
2201 + }
2202 +
2203 + public Criteria andRecipientAddrLine1NotEqualTo(String value) {
2204 + addCriterion("RECIPIENT_ADDR_LINE1 <>", value, "recipientAddrLine1");
2205 + return (Criteria) this;
2206 + }
2207 +
2208 + public Criteria andRecipientAddrLine1GreaterThan(String value) {
2209 + addCriterion("RECIPIENT_ADDR_LINE1 >", value, "recipientAddrLine1");
2210 + return (Criteria) this;
2211 + }
2212 +
2213 + public Criteria andRecipientAddrLine1GreaterThanOrEqualTo(String value) {
2214 + addCriterion("RECIPIENT_ADDR_LINE1 >=", value, "recipientAddrLine1");
2215 + return (Criteria) this;
2216 + }
2217 +
2218 + public Criteria andRecipientAddrLine1LessThan(String value) {
2219 + addCriterion("RECIPIENT_ADDR_LINE1 <", value, "recipientAddrLine1");
2220 + return (Criteria) this;
2221 + }
2222 +
2223 + public Criteria andRecipientAddrLine1LessThanOrEqualTo(String value) {
2224 + addCriterion("RECIPIENT_ADDR_LINE1 <=", value, "recipientAddrLine1");
2225 + return (Criteria) this;
2226 + }
2227 +
2228 + public Criteria andRecipientAddrLine1Like(String value) {
2229 + addCriterion("RECIPIENT_ADDR_LINE1 like", value, "recipientAddrLine1");
2230 + return (Criteria) this;
2231 + }
2232 +
2233 + public Criteria andRecipientAddrLine1NotLike(String value) {
2234 + addCriterion("RECIPIENT_ADDR_LINE1 not like", value, "recipientAddrLine1");
2235 + return (Criteria) this;
2236 + }
2237 +
2238 + public Criteria andRecipientAddrLine1In(List<String> values) {
2239 + addCriterion("RECIPIENT_ADDR_LINE1 in", values, "recipientAddrLine1");
2240 + return (Criteria) this;
2241 + }
2242 +
2243 + public Criteria andRecipientAddrLine1NotIn(List<String> values) {
2244 + addCriterion("RECIPIENT_ADDR_LINE1 not in", values, "recipientAddrLine1");
2245 + return (Criteria) this;
2246 + }
2247 +
2248 + public Criteria andRecipientAddrLine1Between(String value1, String value2) {
2249 + addCriterion("RECIPIENT_ADDR_LINE1 between", value1, value2, "recipientAddrLine1");
2250 + return (Criteria) this;
2251 + }
2252 +
2253 + public Criteria andRecipientAddrLine1NotBetween(String value1, String value2) {
2254 + addCriterion("RECIPIENT_ADDR_LINE1 not between", value1, value2, "recipientAddrLine1");
2255 + return (Criteria) this;
2256 + }
2257 +
2258 + public Criteria andRecipientAddrLine2IsNull() {
2259 + addCriterion("RECIPIENT_ADDR_LINE2 is null");
2260 + return (Criteria) this;
2261 + }
2262 +
2263 + public Criteria andRecipientAddrLine2IsNotNull() {
2264 + addCriterion("RECIPIENT_ADDR_LINE2 is not null");
2265 + return (Criteria) this;
2266 + }
2267 +
2268 + public Criteria andRecipientAddrLine2EqualTo(String value) {
2269 + addCriterion("RECIPIENT_ADDR_LINE2 =", value, "recipientAddrLine2");
2270 + return (Criteria) this;
2271 + }
2272 +
2273 + public Criteria andRecipientAddrLine2NotEqualTo(String value) {
2274 + addCriterion("RECIPIENT_ADDR_LINE2 <>", value, "recipientAddrLine2");
2275 + return (Criteria) this;
2276 + }
2277 +
2278 + public Criteria andRecipientAddrLine2GreaterThan(String value) {
2279 + addCriterion("RECIPIENT_ADDR_LINE2 >", value, "recipientAddrLine2");
2280 + return (Criteria) this;
2281 + }
2282 +
2283 + public Criteria andRecipientAddrLine2GreaterThanOrEqualTo(String value) {
2284 + addCriterion("RECIPIENT_ADDR_LINE2 >=", value, "recipientAddrLine2");
2285 + return (Criteria) this;
2286 + }
2287 +
2288 + public Criteria andRecipientAddrLine2LessThan(String value) {
2289 + addCriterion("RECIPIENT_ADDR_LINE2 <", value, "recipientAddrLine2");
2290 + return (Criteria) this;
2291 + }
2292 +
2293 + public Criteria andRecipientAddrLine2LessThanOrEqualTo(String value) {
2294 + addCriterion("RECIPIENT_ADDR_LINE2 <=", value, "recipientAddrLine2");
2295 + return (Criteria) this;
2296 + }
2297 +
2298 + public Criteria andRecipientAddrLine2Like(String value) {
2299 + addCriterion("RECIPIENT_ADDR_LINE2 like", value, "recipientAddrLine2");
2300 + return (Criteria) this;
2301 + }
2302 +
2303 + public Criteria andRecipientAddrLine2NotLike(String value) {
2304 + addCriterion("RECIPIENT_ADDR_LINE2 not like", value, "recipientAddrLine2");
2305 + return (Criteria) this;
2306 + }
2307 +
2308 + public Criteria andRecipientAddrLine2In(List<String> values) {
2309 + addCriterion("RECIPIENT_ADDR_LINE2 in", values, "recipientAddrLine2");
2310 + return (Criteria) this;
2311 + }
2312 +
2313 + public Criteria andRecipientAddrLine2NotIn(List<String> values) {
2314 + addCriterion("RECIPIENT_ADDR_LINE2 not in", values, "recipientAddrLine2");
2315 + return (Criteria) this;
2316 + }
2317 +
2318 + public Criteria andRecipientAddrLine2Between(String value1, String value2) {
2319 + addCriterion("RECIPIENT_ADDR_LINE2 between", value1, value2, "recipientAddrLine2");
2320 + return (Criteria) this;
2321 + }
2322 +
2323 + public Criteria andRecipientAddrLine2NotBetween(String value1, String value2) {
2324 + addCriterion("RECIPIENT_ADDR_LINE2 not between", value1, value2, "recipientAddrLine2");
2325 + return (Criteria) this;
2326 + }
2327 +
2328 + public Criteria andRecipientAddrLine3IsNull() {
2329 + addCriterion("RECIPIENT_ADDR_LINE3 is null");
2330 + return (Criteria) this;
2331 + }
2332 +
2333 + public Criteria andRecipientAddrLine3IsNotNull() {
2334 + addCriterion("RECIPIENT_ADDR_LINE3 is not null");
2335 + return (Criteria) this;
2336 + }
2337 +
2338 + public Criteria andRecipientAddrLine3EqualTo(String value) {
2339 + addCriterion("RECIPIENT_ADDR_LINE3 =", value, "recipientAddrLine3");
2340 + return (Criteria) this;
2341 + }
2342 +
2343 + public Criteria andRecipientAddrLine3NotEqualTo(String value) {
2344 + addCriterion("RECIPIENT_ADDR_LINE3 <>", value, "recipientAddrLine3");
2345 + return (Criteria) this;
2346 + }
2347 +
2348 + public Criteria andRecipientAddrLine3GreaterThan(String value) {
2349 + addCriterion("RECIPIENT_ADDR_LINE3 >", value, "recipientAddrLine3");
2350 + return (Criteria) this;
2351 + }
2352 +
2353 + public Criteria andRecipientAddrLine3GreaterThanOrEqualTo(String value) {
2354 + addCriterion("RECIPIENT_ADDR_LINE3 >=", value, "recipientAddrLine3");
2355 + return (Criteria) this;
2356 + }
2357 +
2358 + public Criteria andRecipientAddrLine3LessThan(String value) {
2359 + addCriterion("RECIPIENT_ADDR_LINE3 <", value, "recipientAddrLine3");
2360 + return (Criteria) this;
2361 + }
2362 +
2363 + public Criteria andRecipientAddrLine3LessThanOrEqualTo(String value) {
2364 + addCriterion("RECIPIENT_ADDR_LINE3 <=", value, "recipientAddrLine3");
2365 + return (Criteria) this;
2366 + }
2367 +
2368 + public Criteria andRecipientAddrLine3Like(String value) {
2369 + addCriterion("RECIPIENT_ADDR_LINE3 like", value, "recipientAddrLine3");
2370 + return (Criteria) this;
2371 + }
2372 +
2373 + public Criteria andRecipientAddrLine3NotLike(String value) {
2374 + addCriterion("RECIPIENT_ADDR_LINE3 not like", value, "recipientAddrLine3");
2375 + return (Criteria) this;
2376 + }
2377 +
2378 + public Criteria andRecipientAddrLine3In(List<String> values) {
2379 + addCriterion("RECIPIENT_ADDR_LINE3 in", values, "recipientAddrLine3");
2380 + return (Criteria) this;
2381 + }
2382 +
2383 + public Criteria andRecipientAddrLine3NotIn(List<String> values) {
2384 + addCriterion("RECIPIENT_ADDR_LINE3 not in", values, "recipientAddrLine3");
2385 + return (Criteria) this;
2386 + }
2387 +
2388 + public Criteria andRecipientAddrLine3Between(String value1, String value2) {
2389 + addCriterion("RECIPIENT_ADDR_LINE3 between", value1, value2, "recipientAddrLine3");
2390 + return (Criteria) this;
2391 + }
2392 +
2393 + public Criteria andRecipientAddrLine3NotBetween(String value1, String value2) {
2394 + addCriterion("RECIPIENT_ADDR_LINE3 not between", value1, value2, "recipientAddrLine3");
2395 + return (Criteria) this;
2396 + }
2397 +
2398 + public Criteria andRecipientCityIsNull() {
2399 + addCriterion("RECIPIENT_CITY is null");
2400 + return (Criteria) this;
2401 + }
2402 +
2403 + public Criteria andRecipientCityIsNotNull() {
2404 + addCriterion("RECIPIENT_CITY is not null");
2405 + return (Criteria) this;
2406 + }
2407 +
2408 + public Criteria andRecipientCityEqualTo(String value) {
2409 + addCriterion("RECIPIENT_CITY =", value, "recipientCity");
2410 + return (Criteria) this;
2411 + }
2412 +
2413 + public Criteria andRecipientCityNotEqualTo(String value) {
2414 + addCriterion("RECIPIENT_CITY <>", value, "recipientCity");
2415 + return (Criteria) this;
2416 + }
2417 +
2418 + public Criteria andRecipientCityGreaterThan(String value) {
2419 + addCriterion("RECIPIENT_CITY >", value, "recipientCity");
2420 + return (Criteria) this;
2421 + }
2422 +
2423 + public Criteria andRecipientCityGreaterThanOrEqualTo(String value) {
2424 + addCriterion("RECIPIENT_CITY >=", value, "recipientCity");
2425 + return (Criteria) this;
2426 + }
2427 +
2428 + public Criteria andRecipientCityLessThan(String value) {
2429 + addCriterion("RECIPIENT_CITY <", value, "recipientCity");
2430 + return (Criteria) this;
2431 + }
2432 +
2433 + public Criteria andRecipientCityLessThanOrEqualTo(String value) {
2434 + addCriterion("RECIPIENT_CITY <=", value, "recipientCity");
2435 + return (Criteria) this;
2436 + }
2437 +
2438 + public Criteria andRecipientCityLike(String value) {
2439 + addCriterion("RECIPIENT_CITY like", value, "recipientCity");
2440 + return (Criteria) this;
2441 + }
2442 +
2443 + public Criteria andRecipientCityNotLike(String value) {
2444 + addCriterion("RECIPIENT_CITY not like", value, "recipientCity");
2445 + return (Criteria) this;
2446 + }
2447 +
2448 + public Criteria andRecipientCityIn(List<String> values) {
2449 + addCriterion("RECIPIENT_CITY in", values, "recipientCity");
2450 + return (Criteria) this;
2451 + }
2452 +
2453 + public Criteria andRecipientCityNotIn(List<String> values) {
2454 + addCriterion("RECIPIENT_CITY not in", values, "recipientCity");
2455 + return (Criteria) this;
2456 + }
2457 +
2458 + public Criteria andRecipientCityBetween(String value1, String value2) {
2459 + addCriterion("RECIPIENT_CITY between", value1, value2, "recipientCity");
2460 + return (Criteria) this;
2461 + }
2462 +
2463 + public Criteria andRecipientCityNotBetween(String value1, String value2) {
2464 + addCriterion("RECIPIENT_CITY not between", value1, value2, "recipientCity");
2465 + return (Criteria) this;
2466 + }
2467 + }
2468 +
2469 + public static class Criteria extends GeneratedCriteria {
2470 +
2471 + protected Criteria() {
2472 + super();
2473 + }
2474 + }
2475 +
2476 + public static class Criterion {
2477 + private String condition;
2478 +
2479 + private Object value;
2480 +
2481 + private Object secondValue;
2482 +
2483 + private boolean noValue;
2484 +
2485 + private boolean singleValue;
2486 +
2487 + private boolean betweenValue;
2488 +
2489 + private boolean listValue;
2490 +
2491 + private String typeHandler;
2492 +
2493 + public String getCondition() {
2494 + return condition;
2495 + }
2496 +
2497 + public Object getValue() {
2498 + return value;
2499 + }
2500 +
2501 + public Object getSecondValue() {
2502 + return secondValue;
2503 + }
2504 +
2505 + public boolean isNoValue() {
2506 + return noValue;
2507 + }
2508 +
2509 + public boolean isSingleValue() {
2510 + return singleValue;
2511 + }
2512 +
2513 + public boolean isBetweenValue() {
2514 + return betweenValue;
2515 + }
2516 +
2517 + public boolean isListValue() {
2518 + return listValue;
2519 + }
2520 +
2521 + public String getTypeHandler() {
2522 + return typeHandler;
2523 + }
2524 +
2525 + protected Criterion(String condition) {
2526 + super();
2527 + this.condition = condition;
2528 + this.typeHandler = null;
2529 + this.noValue = true;
2530 + }
2531 +
2532 + protected Criterion(String condition, Object value, String typeHandler) {
2533 + super();
2534 + this.condition = condition;
2535 + this.value = value;
2536 + this.typeHandler = typeHandler;
2537 + if (value instanceof List<?>) {
2538 + this.listValue = true;
2539 + } else {
2540 + this.singleValue = true;
2541 + }
2542 + }
2543 +
2544 + protected Criterion(String condition, Object value) {
2545 + this(condition, value, null);
2546 + }
2547 +
2548 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
2549 + super();
2550 + this.condition = condition;
2551 + this.value = value;
2552 + this.secondValue = secondValue;
2553 + this.typeHandler = typeHandler;
2554 + this.betweenValue = true;
2555 + }
2556 +
2557 + protected Criterion(String condition, Object value, Object secondValue) {
2558 + this(condition, value, secondValue, null);
2559 + }
2560 + }
2561 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 运单表
8 + * TABLE: T_BIZ_CONSIGNMENT
9 + */
10 +public class Consignment implements Serializable {
11 + /**
12 + * ID,自动增加
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 运单号
18 + */
19 + private String consignmentCode;
20 +
21 + /**
22 + * 预计取件时间
23 + */
24 + private Date shipDate;
25 +
26 + /**
27 + * 发货人国家
28 + */
29 + private String shipperCountry;
30 +
31 + /**
32 + * 收件人国家
33 + */
34 + private String recipientCountry;
35 +
36 + /**
37 + * 目的国口岸
38 + */
39 + private String destIataCode;
40 +
41 + /**
42 + * 原产国全称
43 + */
44 + private String countOrigin;
45 +
46 + /**
47 + * 目的国全称
48 + */
49 + private String destinationCountry;
50 +
51 + /**
52 + * 申报币制
53 + */
54 + private String customsCurrency;
55 +
56 + /**
57 + * 申报价格
58 + */
59 + private Long customsValue;
60 +
61 + /**
62 + * 重量
63 + */
64 + private Long weight;
65 +
66 + /**
67 + * 重量单位
68 + */
69 + private Long weightunit;
70 +
71 + /**
72 + * 扫描状态日期
73 + */
74 + private Date scandate;
75 +
76 + /**
77 + * 发货联系人姓名
78 + */
79 + private String shipperContactName;
80 +
81 + /**
82 + * 发货人手机号
83 + */
84 + private String shipperPhone;
85 +
86 + /**
87 + * 发货人计费账号
88 + */
89 + private String shipperAccount;
90 +
91 + /**
92 + * 发货人公司
93 + */
94 + private String shipperCompany;
95 +
96 + /**
97 + * 发货人地址1
98 + */
99 + private String shipperAddrLine1;
100 +
101 + /**
102 + * 发货人地址2
103 + */
104 + private String shipperAddrLine2;
105 +
106 + /**
107 + * 发货人城市
108 + */
109 + private String shipperCity;
110 +
111 + /**
112 + * 发货人邮箱
113 + */
114 + private String shipperEmail;
115 +
116 + /**
117 + * 收件联系人姓名
118 + */
119 + private String recipientContactName;
120 +
121 + /**
122 + * 收件人手机号
123 + */
124 + private String recipientPhone;
125 +
126 + /**
127 + * 收件人公司
128 + */
129 + private String recipientCompany;
130 +
131 + /**
132 + * 收件人地址1
133 + */
134 + private String recipientAddrLine1;
135 +
136 + /**
137 + * 收件人地址2
138 + */
139 + private String recipientAddrLine2;
140 +
141 + /**
142 + * 收件人地址3
143 + */
144 + private String recipientAddrLine3;
145 +
146 + /**
147 + * 收件人城市
148 + */
149 + private String recipientCity;
150 +
151 + /**
152 + * 首次提交时间
153 + */
154 + private Date firstCommitTime;
155 +
156 + /**
157 + * 首次提交人ID,关联用户表ID
158 + */
159 + private Long firstSubmitterId;
160 +
161 + /**
162 + * 首次提交人名称
163 + */
164 + private String firstSubmitter;
165 +
166 + /**
167 + * 提交时间
168 + */
169 + private Date commitTime;
170 +
171 + /**
172 + * 提交人ID,关联用户表ID
173 + */
174 + private Long submitterId;
175 +
176 + /**
177 + * 提交人名称
178 + */
179 + private String submitter;
180 +
181 + /**
182 + * 创建时间
183 + */
184 + private Date createTime;
185 +
186 + /**
187 + * 创建人ID,关联用户表ID
188 + */
189 + private Long createUserId;
190 +
191 + /**
192 + * 创建人名称
193 + */
194 + private String createUserName;
195 +
196 + /**
197 + * 修改时间
198 + */
199 + private Date modifyTime;
200 +
201 + /**
202 + * 修改人ID,关联用户表ID
203 + */
204 + private Long modifyUserId;
205 +
206 + /**
207 + * 修改人名称
208 + */
209 + private String modifyUserName;
210 +
211 + /**
212 + * CE业务表ID,关联CE501报文业务表ID
213 + */
214 + private Long ceInfoId;
215 +
216 + private static final long serialVersionUID = 1L;
217 +
218 + public Long getId() {
219 + return id;
220 + }
221 +
222 + public void setId(Long id) {
223 + this.id = id;
224 + }
225 +
226 + public String getConsignmentCode() {
227 + return consignmentCode;
228 + }
229 +
230 + public void setConsignmentCode(String consignmentCode) {
231 + this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
232 + }
233 +
234 + public Date getShipDate() {
235 + return shipDate;
236 + }
237 +
238 + public void setShipDate(Date shipDate) {
239 + this.shipDate = shipDate;
240 + }
241 +
242 + public String getShipperCountry() {
243 + return shipperCountry;
244 + }
245 +
246 + public void setShipperCountry(String shipperCountry) {
247 + this.shipperCountry = shipperCountry == null ? null : shipperCountry.trim();
248 + }
249 +
250 + public String getRecipientCountry() {
251 + return recipientCountry;
252 + }
253 +
254 + public void setRecipientCountry(String recipientCountry) {
255 + this.recipientCountry = recipientCountry == null ? null : recipientCountry.trim();
256 + }
257 +
258 + public String getDestIataCode() {
259 + return destIataCode;
260 + }
261 +
262 + public void setDestIataCode(String destIataCode) {
263 + this.destIataCode = destIataCode == null ? null : destIataCode.trim();
264 + }
265 +
266 + public String getCountOrigin() {
267 + return countOrigin;
268 + }
269 +
270 + public void setCountOrigin(String countOrigin) {
271 + this.countOrigin = countOrigin == null ? null : countOrigin.trim();
272 + }
273 +
274 + public String getDestinationCountry() {
275 + return destinationCountry;
276 + }
277 +
278 + public void setDestinationCountry(String destinationCountry) {
279 + this.destinationCountry = destinationCountry == null ? null : destinationCountry.trim();
280 + }
281 +
282 + public String getCustomsCurrency() {
283 + return customsCurrency;
284 + }
285 +
286 + public void setCustomsCurrency(String customsCurrency) {
287 + this.customsCurrency = customsCurrency == null ? null : customsCurrency.trim();
288 + }
289 +
290 + public Long getCustomsValue() {
291 + return customsValue;
292 + }
293 +
294 + public void setCustomsValue(Long customsValue) {
295 + this.customsValue = customsValue;
296 + }
297 +
298 + public Long getWeight() {
299 + return weight;
300 + }
301 +
302 + public void setWeight(Long weight) {
303 + this.weight = weight;
304 + }
305 +
306 + public Long getWeightunit() {
307 + return weightunit;
308 + }
309 +
310 + public void setWeightunit(Long weightunit) {
311 + this.weightunit = weightunit;
312 + }
313 +
314 + public Date getScandate() {
315 + return scandate;
316 + }
317 +
318 + public void setScandate(Date scandate) {
319 + this.scandate = scandate;
320 + }
321 +
322 + public String getShipperContactName() {
323 + return shipperContactName;
324 + }
325 +
326 + public void setShipperContactName(String shipperContactName) {
327 + this.shipperContactName = shipperContactName == null ? null : shipperContactName.trim();
328 + }
329 +
330 + public String getShipperPhone() {
331 + return shipperPhone;
332 + }
333 +
334 + public void setShipperPhone(String shipperPhone) {
335 + this.shipperPhone = shipperPhone == null ? null : shipperPhone.trim();
336 + }
337 +
338 + public String getShipperAccount() {
339 + return shipperAccount;
340 + }
341 +
342 + public void setShipperAccount(String shipperAccount) {
343 + this.shipperAccount = shipperAccount == null ? null : shipperAccount.trim();
344 + }
345 +
346 + public String getShipperCompany() {
347 + return shipperCompany;
348 + }
349 +
350 + public void setShipperCompany(String shipperCompany) {
351 + this.shipperCompany = shipperCompany == null ? null : shipperCompany.trim();
352 + }
353 +
354 + public String getShipperAddrLine1() {
355 + return shipperAddrLine1;
356 + }
357 +
358 + public void setShipperAddrLine1(String shipperAddrLine1) {
359 + this.shipperAddrLine1 = shipperAddrLine1 == null ? null : shipperAddrLine1.trim();
360 + }
361 +
362 + public String getShipperAddrLine2() {
363 + return shipperAddrLine2;
364 + }
365 +
366 + public void setShipperAddrLine2(String shipperAddrLine2) {
367 + this.shipperAddrLine2 = shipperAddrLine2 == null ? null : shipperAddrLine2.trim();
368 + }
369 +
370 + public String getShipperCity() {
371 + return shipperCity;
372 + }
373 +
374 + public void setShipperCity(String shipperCity) {
375 + this.shipperCity = shipperCity == null ? null : shipperCity.trim();
376 + }
377 +
378 + public String getShipperEmail() {
379 + return shipperEmail;
380 + }
381 +
382 + public void setShipperEmail(String shipperEmail) {
383 + this.shipperEmail = shipperEmail == null ? null : shipperEmail.trim();
384 + }
385 +
386 + public String getRecipientContactName() {
387 + return recipientContactName;
388 + }
389 +
390 + public void setRecipientContactName(String recipientContactName) {
391 + this.recipientContactName = recipientContactName == null ? null : recipientContactName.trim();
392 + }
393 +
394 + public String getRecipientPhone() {
395 + return recipientPhone;
396 + }
397 +
398 + public void setRecipientPhone(String recipientPhone) {
399 + this.recipientPhone = recipientPhone == null ? null : recipientPhone.trim();
400 + }
401 +
402 + public String getRecipientCompany() {
403 + return recipientCompany;
404 + }
405 +
406 + public void setRecipientCompany(String recipientCompany) {
407 + this.recipientCompany = recipientCompany == null ? null : recipientCompany.trim();
408 + }
409 +
410 + public String getRecipientAddrLine1() {
411 + return recipientAddrLine1;
412 + }
413 +
414 + public void setRecipientAddrLine1(String recipientAddrLine1) {
415 + this.recipientAddrLine1 = recipientAddrLine1 == null ? null : recipientAddrLine1.trim();
416 + }
417 +
418 + public String getRecipientAddrLine2() {
419 + return recipientAddrLine2;
420 + }
421 +
422 + public void setRecipientAddrLine2(String recipientAddrLine2) {
423 + this.recipientAddrLine2 = recipientAddrLine2 == null ? null : recipientAddrLine2.trim();
424 + }
425 +
426 + public String getRecipientAddrLine3() {
427 + return recipientAddrLine3;
428 + }
429 +
430 + public void setRecipientAddrLine3(String recipientAddrLine3) {
431 + this.recipientAddrLine3 = recipientAddrLine3 == null ? null : recipientAddrLine3.trim();
432 + }
433 +
434 + public String getRecipientCity() {
435 + return recipientCity;
436 + }
437 +
438 + public void setRecipientCity(String recipientCity) {
439 + this.recipientCity = recipientCity == null ? null : recipientCity.trim();
440 + }
441 +
442 + public Date getFirstCommitTime() {
443 + return firstCommitTime;
444 + }
445 +
446 + public void setFirstCommitTime(Date firstCommitTime) {
447 + this.firstCommitTime = firstCommitTime;
448 + }
449 +
450 + public Long getFirstSubmitterId() {
451 + return firstSubmitterId;
452 + }
453 +
454 + public void setFirstSubmitterId(Long firstSubmitterId) {
455 + this.firstSubmitterId = firstSubmitterId;
456 + }
457 +
458 + public String getFirstSubmitter() {
459 + return firstSubmitter;
460 + }
461 +
462 + public void setFirstSubmitter(String firstSubmitter) {
463 + this.firstSubmitter = firstSubmitter == null ? null : firstSubmitter.trim();
464 + }
465 +
466 + public Date getCommitTime() {
467 + return commitTime;
468 + }
469 +
470 + public void setCommitTime(Date commitTime) {
471 + this.commitTime = commitTime;
472 + }
473 +
474 + public Long getSubmitterId() {
475 + return submitterId;
476 + }
477 +
478 + public void setSubmitterId(Long submitterId) {
479 + this.submitterId = submitterId;
480 + }
481 +
482 + public String getSubmitter() {
483 + return submitter;
484 + }
485 +
486 + public void setSubmitter(String submitter) {
487 + this.submitter = submitter == null ? null : submitter.trim();
488 + }
489 +
490 + public Date getCreateTime() {
491 + return createTime;
492 + }
493 +
494 + public void setCreateTime(Date createTime) {
495 + this.createTime = createTime;
496 + }
497 +
498 + public Long getCreateUserId() {
499 + return createUserId;
500 + }
501 +
502 + public void setCreateUserId(Long createUserId) {
503 + this.createUserId = createUserId;
504 + }
505 +
506 + public String getCreateUserName() {
507 + return createUserName;
508 + }
509 +
510 + public void setCreateUserName(String createUserName) {
511 + this.createUserName = createUserName == null ? null : createUserName.trim();
512 + }
513 +
514 + public Date getModifyTime() {
515 + return modifyTime;
516 + }
517 +
518 + public void setModifyTime(Date modifyTime) {
519 + this.modifyTime = modifyTime;
520 + }
521 +
522 + public Long getModifyUserId() {
523 + return modifyUserId;
524 + }
525 +
526 + public void setModifyUserId(Long modifyUserId) {
527 + this.modifyUserId = modifyUserId;
528 + }
529 +
530 + public String getModifyUserName() {
531 + return modifyUserName;
532 + }
533 +
534 + public void setModifyUserName(String modifyUserName) {
535 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
536 + }
537 +
538 + public Long getCeInfoId() {
539 + return ceInfoId;
540 + }
541 +
542 + public void setCeInfoId(Long ceInfoId) {
543 + this.ceInfoId = ceInfoId;
544 + }
545 +
546 + @Override
547 + public String toString() {
548 + StringBuilder sb = new StringBuilder();
549 + sb.append(getClass().getSimpleName());
550 + sb.append(" [");
551 + sb.append("Hash = ").append(hashCode());
552 + sb.append(", id=").append(id);
553 + sb.append(", consignmentCode=").append(consignmentCode);
554 + sb.append(", shipDate=").append(shipDate);
555 + sb.append(", shipperCountry=").append(shipperCountry);
556 + sb.append(", recipientCountry=").append(recipientCountry);
557 + sb.append(", destIataCode=").append(destIataCode);
558 + sb.append(", countOrigin=").append(countOrigin);
559 + sb.append(", destinationCountry=").append(destinationCountry);
560 + sb.append(", customsCurrency=").append(customsCurrency);
561 + sb.append(", customsValue=").append(customsValue);
562 + sb.append(", weight=").append(weight);
563 + sb.append(", weightunit=").append(weightunit);
564 + sb.append(", scandate=").append(scandate);
565 + sb.append(", shipperContactName=").append(shipperContactName);
566 + sb.append(", shipperPhone=").append(shipperPhone);
567 + sb.append(", shipperAccount=").append(shipperAccount);
568 + sb.append(", shipperCompany=").append(shipperCompany);
569 + sb.append(", shipperAddrLine1=").append(shipperAddrLine1);
570 + sb.append(", shipperAddrLine2=").append(shipperAddrLine2);
571 + sb.append(", shipperCity=").append(shipperCity);
572 + sb.append(", shipperEmail=").append(shipperEmail);
573 + sb.append(", recipientContactName=").append(recipientContactName);
574 + sb.append(", recipientPhone=").append(recipientPhone);
575 + sb.append(", recipientCompany=").append(recipientCompany);
576 + sb.append(", recipientAddrLine1=").append(recipientAddrLine1);
577 + sb.append(", recipientAddrLine2=").append(recipientAddrLine2);
578 + sb.append(", recipientAddrLine3=").append(recipientAddrLine3);
579 + sb.append(", recipientCity=").append(recipientCity);
580 + sb.append(", firstCommitTime=").append(firstCommitTime);
581 + sb.append(", firstSubmitterId=").append(firstSubmitterId);
582 + sb.append(", firstSubmitter=").append(firstSubmitter);
583 + sb.append(", commitTime=").append(commitTime);
584 + sb.append(", submitterId=").append(submitterId);
585 + sb.append(", submitter=").append(submitter);
586 + sb.append(", createTime=").append(createTime);
587 + sb.append(", createUserId=").append(createUserId);
588 + sb.append(", createUserName=").append(createUserName);
589 + sb.append(", modifyTime=").append(modifyTime);
590 + sb.append(", modifyUserId=").append(modifyUserId);
591 + sb.append(", modifyUserName=").append(modifyUserName);
592 + sb.append(", ceInfoId=").append(ceInfoId);
593 + sb.append(", serialVersionUID=").append(serialVersionUID);
594 + sb.append("]");
595 + return sb.toString();
596 + }
597 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 待发送邮件业务表
8 + * TABLE: T_BIZ_EMAIL
9 + */
10 +public class Email implements Serializable {
11 + /**
12 + * ID,主键自增
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 业务ID
18 + */
19 + private Long bizId;
20 +
21 + /**
22 + * 业务编号(业务相关的编号:例如运单号)
23 + */
24 + private String bizCode;
25 +
26 + /**
27 + * 收件人邮箱
28 + */
29 + private String toAddress;
30 +
31 + /**
32 + * 抄送人邮箱
33 + */
34 + private String ccAddress;
35 +
36 + /**
37 + * 邮件标题
38 + */
39 + private String subject;
40 +
41 + /**
42 + * 邮件类型ID,关联数据字典表。指定字典目录CODE:EMAIL_TYPE
43 + */
44 + private Long typeId;
45 +
46 + /**
47 + * 邮件类型名称
48 + */
49 + private String typeName;
50 +
51 + /**
52 + * 邮件状态ID,关联数据字典表。指定字典目录CODE:EMAIL_STATUS
53 + */
54 + private Long statusId;
55 +
56 + /**
57 + * 邮件状态名称
58 + */
59 + private String statusName;
60 +
61 + /**
62 + * 发送次数(0-3次)
63 + */
64 + private Long sendNum;
65 +
66 + /**
67 + * 邮件发送时间
68 + */
69 + private Date sendTime;
70 +
71 + /**
72 + * 创建时间
73 + */
74 + private Date createTime;
75 +
76 + /**
77 + * 创建人ID,关联用户表ID
78 + */
79 + private Long createUserId;
80 +
81 + /**
82 + * 创建人名称
83 + */
84 + private String createUserName;
85 +
86 + /**
87 + * 修改时间
88 + */
89 + private Date modifyTime;
90 +
91 + /**
92 + * 修改人ID,关联用户表ID
93 + */
94 + private Long modifyUserId;
95 +
96 + /**
97 + * 修改人名称
98 + */
99 + private String modifyUserName;
100 +
101 + /**
102 + * 邮件内容
103 + */
104 + private String body;
105 +
106 + private static final long serialVersionUID = 1L;
107 +
108 + public Long getId() {
109 + return id;
110 + }
111 +
112 + public void setId(Long id) {
113 + this.id = id;
114 + }
115 +
116 + public Long getBizId() {
117 + return bizId;
118 + }
119 +
120 + public void setBizId(Long bizId) {
121 + this.bizId = bizId;
122 + }
123 +
124 + public String getBizCode() {
125 + return bizCode;
126 + }
127 +
128 + public void setBizCode(String bizCode) {
129 + this.bizCode = bizCode == null ? null : bizCode.trim();
130 + }
131 +
132 + public String getToAddress() {
133 + return toAddress;
134 + }
135 +
136 + public void setToAddress(String toAddress) {
137 + this.toAddress = toAddress == null ? null : toAddress.trim();
138 + }
139 +
140 + public String getCcAddress() {
141 + return ccAddress;
142 + }
143 +
144 + public void setCcAddress(String ccAddress) {
145 + this.ccAddress = ccAddress == null ? null : ccAddress.trim();
146 + }
147 +
148 + public String getSubject() {
149 + return subject;
150 + }
151 +
152 + public void setSubject(String subject) {
153 + this.subject = subject == null ? null : subject.trim();
154 + }
155 +
156 + public Long getTypeId() {
157 + return typeId;
158 + }
159 +
160 + public void setTypeId(Long typeId) {
161 + this.typeId = typeId;
162 + }
163 +
164 + public String getTypeName() {
165 + return typeName;
166 + }
167 +
168 + public void setTypeName(String typeName) {
169 + this.typeName = typeName == null ? null : typeName.trim();
170 + }
171 +
172 + public Long getStatusId() {
173 + return statusId;
174 + }
175 +
176 + public void setStatusId(Long statusId) {
177 + this.statusId = statusId;
178 + }
179 +
180 + public String getStatusName() {
181 + return statusName;
182 + }
183 +
184 + public void setStatusName(String statusName) {
185 + this.statusName = statusName == null ? null : statusName.trim();
186 + }
187 +
188 + public Long getSendNum() {
189 + return sendNum;
190 + }
191 +
192 + public void setSendNum(Long sendNum) {
193 + this.sendNum = sendNum;
194 + }
195 +
196 + public Date getSendTime() {
197 + return sendTime;
198 + }
199 +
200 + public void setSendTime(Date sendTime) {
201 + this.sendTime = sendTime;
202 + }
203 +
204 + public Date getCreateTime() {
205 + return createTime;
206 + }
207 +
208 + public void setCreateTime(Date createTime) {
209 + this.createTime = createTime;
210 + }
211 +
212 + public Long getCreateUserId() {
213 + return createUserId;
214 + }
215 +
216 + public void setCreateUserId(Long createUserId) {
217 + this.createUserId = createUserId;
218 + }
219 +
220 + public String getCreateUserName() {
221 + return createUserName;
222 + }
223 +
224 + public void setCreateUserName(String createUserName) {
225 + this.createUserName = createUserName == null ? null : createUserName.trim();
226 + }
227 +
228 + public Date getModifyTime() {
229 + return modifyTime;
230 + }
231 +
232 + public void setModifyTime(Date modifyTime) {
233 + this.modifyTime = modifyTime;
234 + }
235 +
236 + public Long getModifyUserId() {
237 + return modifyUserId;
238 + }
239 +
240 + public void setModifyUserId(Long modifyUserId) {
241 + this.modifyUserId = modifyUserId;
242 + }
243 +
244 + public String getModifyUserName() {
245 + return modifyUserName;
246 + }
247 +
248 + public void setModifyUserName(String modifyUserName) {
249 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
250 + }
251 +
252 + public String getBody() {
253 + return body;
254 + }
255 +
256 + public void setBody(String body) {
257 + this.body = body == null ? null : body.trim();
258 + }
259 +
260 + @Override
261 + public String toString() {
262 + StringBuilder sb = new StringBuilder();
263 + sb.append(getClass().getSimpleName());
264 + sb.append(" [");
265 + sb.append("Hash = ").append(hashCode());
266 + sb.append(", id=").append(id);
267 + sb.append(", bizId=").append(bizId);
268 + sb.append(", bizCode=").append(bizCode);
269 + sb.append(", toAddress=").append(toAddress);
270 + sb.append(", ccAddress=").append(ccAddress);
271 + sb.append(", subject=").append(subject);
272 + sb.append(", typeId=").append(typeId);
273 + sb.append(", typeName=").append(typeName);
274 + sb.append(", statusId=").append(statusId);
275 + sb.append(", statusName=").append(statusName);
276 + sb.append(", sendNum=").append(sendNum);
277 + sb.append(", sendTime=").append(sendTime);
278 + sb.append(", createTime=").append(createTime);
279 + sb.append(", createUserId=").append(createUserId);
280 + sb.append(", createUserName=").append(createUserName);
281 + sb.append(", modifyTime=").append(modifyTime);
282 + sb.append(", modifyUserId=").append(modifyUserId);
283 + sb.append(", modifyUserName=").append(modifyUserName);
284 + sb.append(", body=").append(body);
285 + sb.append(", serialVersionUID=").append(serialVersionUID);
286 + sb.append("]");
287 + return sb.toString();
288 + }
289 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class EmailExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public EmailExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andBizIdIsNull() {
189 + addCriterion("BIZ_ID is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andBizIdIsNotNull() {
194 + addCriterion("BIZ_ID is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andBizIdEqualTo(Long value) {
199 + addCriterion("BIZ_ID =", value, "bizId");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andBizIdNotEqualTo(Long value) {
204 + addCriterion("BIZ_ID <>", value, "bizId");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andBizIdGreaterThan(Long value) {
209 + addCriterion("BIZ_ID >", value, "bizId");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andBizIdGreaterThanOrEqualTo(Long value) {
214 + addCriterion("BIZ_ID >=", value, "bizId");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andBizIdLessThan(Long value) {
219 + addCriterion("BIZ_ID <", value, "bizId");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andBizIdLessThanOrEqualTo(Long value) {
224 + addCriterion("BIZ_ID <=", value, "bizId");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andBizIdIn(List<Long> values) {
229 + addCriterion("BIZ_ID in", values, "bizId");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andBizIdNotIn(List<Long> values) {
234 + addCriterion("BIZ_ID not in", values, "bizId");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andBizIdBetween(Long value1, Long value2) {
239 + addCriterion("BIZ_ID between", value1, value2, "bizId");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andBizIdNotBetween(Long value1, Long value2) {
244 + addCriterion("BIZ_ID not between", value1, value2, "bizId");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andBizCodeIsNull() {
249 + addCriterion("BIZ_CODE is null");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andBizCodeIsNotNull() {
254 + addCriterion("BIZ_CODE is not null");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andBizCodeEqualTo(String value) {
259 + addCriterion("BIZ_CODE =", value, "bizCode");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andBizCodeNotEqualTo(String value) {
264 + addCriterion("BIZ_CODE <>", value, "bizCode");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andBizCodeGreaterThan(String value) {
269 + addCriterion("BIZ_CODE >", value, "bizCode");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andBizCodeGreaterThanOrEqualTo(String value) {
274 + addCriterion("BIZ_CODE >=", value, "bizCode");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andBizCodeLessThan(String value) {
279 + addCriterion("BIZ_CODE <", value, "bizCode");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andBizCodeLessThanOrEqualTo(String value) {
284 + addCriterion("BIZ_CODE <=", value, "bizCode");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andBizCodeLike(String value) {
289 + addCriterion("BIZ_CODE like", value, "bizCode");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andBizCodeNotLike(String value) {
294 + addCriterion("BIZ_CODE not like", value, "bizCode");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andBizCodeIn(List<String> values) {
299 + addCriterion("BIZ_CODE in", values, "bizCode");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andBizCodeNotIn(List<String> values) {
304 + addCriterion("BIZ_CODE not in", values, "bizCode");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andBizCodeBetween(String value1, String value2) {
309 + addCriterion("BIZ_CODE between", value1, value2, "bizCode");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andBizCodeNotBetween(String value1, String value2) {
314 + addCriterion("BIZ_CODE not between", value1, value2, "bizCode");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andToAddressIsNull() {
319 + addCriterion("TO_ADDRESS is null");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andToAddressIsNotNull() {
324 + addCriterion("TO_ADDRESS is not null");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andToAddressEqualTo(String value) {
329 + addCriterion("TO_ADDRESS =", value, "toAddress");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andToAddressNotEqualTo(String value) {
334 + addCriterion("TO_ADDRESS <>", value, "toAddress");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andToAddressGreaterThan(String value) {
339 + addCriterion("TO_ADDRESS >", value, "toAddress");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andToAddressGreaterThanOrEqualTo(String value) {
344 + addCriterion("TO_ADDRESS >=", value, "toAddress");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andToAddressLessThan(String value) {
349 + addCriterion("TO_ADDRESS <", value, "toAddress");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andToAddressLessThanOrEqualTo(String value) {
354 + addCriterion("TO_ADDRESS <=", value, "toAddress");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andToAddressLike(String value) {
359 + addCriterion("TO_ADDRESS like", value, "toAddress");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andToAddressNotLike(String value) {
364 + addCriterion("TO_ADDRESS not like", value, "toAddress");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andToAddressIn(List<String> values) {
369 + addCriterion("TO_ADDRESS in", values, "toAddress");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andToAddressNotIn(List<String> values) {
374 + addCriterion("TO_ADDRESS not in", values, "toAddress");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andToAddressBetween(String value1, String value2) {
379 + addCriterion("TO_ADDRESS between", value1, value2, "toAddress");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andToAddressNotBetween(String value1, String value2) {
384 + addCriterion("TO_ADDRESS not between", value1, value2, "toAddress");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andCcAddressIsNull() {
389 + addCriterion("CC_ADDRESS is null");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andCcAddressIsNotNull() {
394 + addCriterion("CC_ADDRESS is not null");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andCcAddressEqualTo(String value) {
399 + addCriterion("CC_ADDRESS =", value, "ccAddress");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andCcAddressNotEqualTo(String value) {
404 + addCriterion("CC_ADDRESS <>", value, "ccAddress");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andCcAddressGreaterThan(String value) {
409 + addCriterion("CC_ADDRESS >", value, "ccAddress");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andCcAddressGreaterThanOrEqualTo(String value) {
414 + addCriterion("CC_ADDRESS >=", value, "ccAddress");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andCcAddressLessThan(String value) {
419 + addCriterion("CC_ADDRESS <", value, "ccAddress");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andCcAddressLessThanOrEqualTo(String value) {
424 + addCriterion("CC_ADDRESS <=", value, "ccAddress");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andCcAddressLike(String value) {
429 + addCriterion("CC_ADDRESS like", value, "ccAddress");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andCcAddressNotLike(String value) {
434 + addCriterion("CC_ADDRESS not like", value, "ccAddress");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andCcAddressIn(List<String> values) {
439 + addCriterion("CC_ADDRESS in", values, "ccAddress");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andCcAddressNotIn(List<String> values) {
444 + addCriterion("CC_ADDRESS not in", values, "ccAddress");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andCcAddressBetween(String value1, String value2) {
449 + addCriterion("CC_ADDRESS between", value1, value2, "ccAddress");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andCcAddressNotBetween(String value1, String value2) {
454 + addCriterion("CC_ADDRESS not between", value1, value2, "ccAddress");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andSubjectIsNull() {
459 + addCriterion("SUBJECT is null");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andSubjectIsNotNull() {
464 + addCriterion("SUBJECT is not null");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andSubjectEqualTo(String value) {
469 + addCriterion("SUBJECT =", value, "subject");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andSubjectNotEqualTo(String value) {
474 + addCriterion("SUBJECT <>", value, "subject");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andSubjectGreaterThan(String value) {
479 + addCriterion("SUBJECT >", value, "subject");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andSubjectGreaterThanOrEqualTo(String value) {
484 + addCriterion("SUBJECT >=", value, "subject");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andSubjectLessThan(String value) {
489 + addCriterion("SUBJECT <", value, "subject");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andSubjectLessThanOrEqualTo(String value) {
494 + addCriterion("SUBJECT <=", value, "subject");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andSubjectLike(String value) {
499 + addCriterion("SUBJECT like", value, "subject");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andSubjectNotLike(String value) {
504 + addCriterion("SUBJECT not like", value, "subject");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andSubjectIn(List<String> values) {
509 + addCriterion("SUBJECT in", values, "subject");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andSubjectNotIn(List<String> values) {
514 + addCriterion("SUBJECT not in", values, "subject");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andSubjectBetween(String value1, String value2) {
519 + addCriterion("SUBJECT between", value1, value2, "subject");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andSubjectNotBetween(String value1, String value2) {
524 + addCriterion("SUBJECT not between", value1, value2, "subject");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andTypeIdIsNull() {
529 + addCriterion("TYPE_ID is null");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andTypeIdIsNotNull() {
534 + addCriterion("TYPE_ID is not null");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andTypeIdEqualTo(Long value) {
539 + addCriterion("TYPE_ID =", value, "typeId");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andTypeIdNotEqualTo(Long value) {
544 + addCriterion("TYPE_ID <>", value, "typeId");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andTypeIdGreaterThan(Long value) {
549 + addCriterion("TYPE_ID >", value, "typeId");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andTypeIdGreaterThanOrEqualTo(Long value) {
554 + addCriterion("TYPE_ID >=", value, "typeId");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andTypeIdLessThan(Long value) {
559 + addCriterion("TYPE_ID <", value, "typeId");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andTypeIdLessThanOrEqualTo(Long value) {
564 + addCriterion("TYPE_ID <=", value, "typeId");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andTypeIdIn(List<Long> values) {
569 + addCriterion("TYPE_ID in", values, "typeId");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andTypeIdNotIn(List<Long> values) {
574 + addCriterion("TYPE_ID not in", values, "typeId");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andTypeIdBetween(Long value1, Long value2) {
579 + addCriterion("TYPE_ID between", value1, value2, "typeId");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andTypeIdNotBetween(Long value1, Long value2) {
584 + addCriterion("TYPE_ID not between", value1, value2, "typeId");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andTypeNameIsNull() {
589 + addCriterion("TYPE_NAME is null");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andTypeNameIsNotNull() {
594 + addCriterion("TYPE_NAME is not null");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andTypeNameEqualTo(String value) {
599 + addCriterion("TYPE_NAME =", value, "typeName");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andTypeNameNotEqualTo(String value) {
604 + addCriterion("TYPE_NAME <>", value, "typeName");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andTypeNameGreaterThan(String value) {
609 + addCriterion("TYPE_NAME >", value, "typeName");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andTypeNameGreaterThanOrEqualTo(String value) {
614 + addCriterion("TYPE_NAME >=", value, "typeName");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andTypeNameLessThan(String value) {
619 + addCriterion("TYPE_NAME <", value, "typeName");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andTypeNameLessThanOrEqualTo(String value) {
624 + addCriterion("TYPE_NAME <=", value, "typeName");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andTypeNameLike(String value) {
629 + addCriterion("TYPE_NAME like", value, "typeName");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andTypeNameNotLike(String value) {
634 + addCriterion("TYPE_NAME not like", value, "typeName");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andTypeNameIn(List<String> values) {
639 + addCriterion("TYPE_NAME in", values, "typeName");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andTypeNameNotIn(List<String> values) {
644 + addCriterion("TYPE_NAME not in", values, "typeName");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andTypeNameBetween(String value1, String value2) {
649 + addCriterion("TYPE_NAME between", value1, value2, "typeName");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andTypeNameNotBetween(String value1, String value2) {
654 + addCriterion("TYPE_NAME not between", value1, value2, "typeName");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andStatusIdIsNull() {
659 + addCriterion("STATUS_ID is null");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andStatusIdIsNotNull() {
664 + addCriterion("STATUS_ID is not null");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andStatusIdEqualTo(Long value) {
669 + addCriterion("STATUS_ID =", value, "statusId");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andStatusIdNotEqualTo(Long value) {
674 + addCriterion("STATUS_ID <>", value, "statusId");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andStatusIdGreaterThan(Long value) {
679 + addCriterion("STATUS_ID >", value, "statusId");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andStatusIdGreaterThanOrEqualTo(Long value) {
684 + addCriterion("STATUS_ID >=", value, "statusId");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andStatusIdLessThan(Long value) {
689 + addCriterion("STATUS_ID <", value, "statusId");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andStatusIdLessThanOrEqualTo(Long value) {
694 + addCriterion("STATUS_ID <=", value, "statusId");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andStatusIdIn(List<Long> values) {
699 + addCriterion("STATUS_ID in", values, "statusId");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andStatusIdNotIn(List<Long> values) {
704 + addCriterion("STATUS_ID not in", values, "statusId");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andStatusIdBetween(Long value1, Long value2) {
709 + addCriterion("STATUS_ID between", value1, value2, "statusId");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andStatusIdNotBetween(Long value1, Long value2) {
714 + addCriterion("STATUS_ID not between", value1, value2, "statusId");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andStatusNameIsNull() {
719 + addCriterion("STATUS_NAME is null");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andStatusNameIsNotNull() {
724 + addCriterion("STATUS_NAME is not null");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andStatusNameEqualTo(String value) {
729 + addCriterion("STATUS_NAME =", value, "statusName");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andStatusNameNotEqualTo(String value) {
734 + addCriterion("STATUS_NAME <>", value, "statusName");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andStatusNameGreaterThan(String value) {
739 + addCriterion("STATUS_NAME >", value, "statusName");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andStatusNameGreaterThanOrEqualTo(String value) {
744 + addCriterion("STATUS_NAME >=", value, "statusName");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andStatusNameLessThan(String value) {
749 + addCriterion("STATUS_NAME <", value, "statusName");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andStatusNameLessThanOrEqualTo(String value) {
754 + addCriterion("STATUS_NAME <=", value, "statusName");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andStatusNameLike(String value) {
759 + addCriterion("STATUS_NAME like", value, "statusName");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andStatusNameNotLike(String value) {
764 + addCriterion("STATUS_NAME not like", value, "statusName");
765 + return (Criteria) this;
766 + }
767 +
768 + public Criteria andStatusNameIn(List<String> values) {
769 + addCriterion("STATUS_NAME in", values, "statusName");
770 + return (Criteria) this;
771 + }
772 +
773 + public Criteria andStatusNameNotIn(List<String> values) {
774 + addCriterion("STATUS_NAME not in", values, "statusName");
775 + return (Criteria) this;
776 + }
777 +
778 + public Criteria andStatusNameBetween(String value1, String value2) {
779 + addCriterion("STATUS_NAME between", value1, value2, "statusName");
780 + return (Criteria) this;
781 + }
782 +
783 + public Criteria andStatusNameNotBetween(String value1, String value2) {
784 + addCriterion("STATUS_NAME not between", value1, value2, "statusName");
785 + return (Criteria) this;
786 + }
787 +
788 + public Criteria andSendNumIsNull() {
789 + addCriterion("SEND_NUM is null");
790 + return (Criteria) this;
791 + }
792 +
793 + public Criteria andSendNumIsNotNull() {
794 + addCriterion("SEND_NUM is not null");
795 + return (Criteria) this;
796 + }
797 +
798 + public Criteria andSendNumEqualTo(Long value) {
799 + addCriterion("SEND_NUM =", value, "sendNum");
800 + return (Criteria) this;
801 + }
802 +
803 + public Criteria andSendNumNotEqualTo(Long value) {
804 + addCriterion("SEND_NUM <>", value, "sendNum");
805 + return (Criteria) this;
806 + }
807 +
808 + public Criteria andSendNumGreaterThan(Long value) {
809 + addCriterion("SEND_NUM >", value, "sendNum");
810 + return (Criteria) this;
811 + }
812 +
813 + public Criteria andSendNumGreaterThanOrEqualTo(Long value) {
814 + addCriterion("SEND_NUM >=", value, "sendNum");
815 + return (Criteria) this;
816 + }
817 +
818 + public Criteria andSendNumLessThan(Long value) {
819 + addCriterion("SEND_NUM <", value, "sendNum");
820 + return (Criteria) this;
821 + }
822 +
823 + public Criteria andSendNumLessThanOrEqualTo(Long value) {
824 + addCriterion("SEND_NUM <=", value, "sendNum");
825 + return (Criteria) this;
826 + }
827 +
828 + public Criteria andSendNumIn(List<Long> values) {
829 + addCriterion("SEND_NUM in", values, "sendNum");
830 + return (Criteria) this;
831 + }
832 +
833 + public Criteria andSendNumNotIn(List<Long> values) {
834 + addCriterion("SEND_NUM not in", values, "sendNum");
835 + return (Criteria) this;
836 + }
837 +
838 + public Criteria andSendNumBetween(Long value1, Long value2) {
839 + addCriterion("SEND_NUM between", value1, value2, "sendNum");
840 + return (Criteria) this;
841 + }
842 +
843 + public Criteria andSendNumNotBetween(Long value1, Long value2) {
844 + addCriterion("SEND_NUM not between", value1, value2, "sendNum");
845 + return (Criteria) this;
846 + }
847 +
848 + public Criteria andSendTimeIsNull() {
849 + addCriterion("SEND_TIME is null");
850 + return (Criteria) this;
851 + }
852 +
853 + public Criteria andSendTimeIsNotNull() {
854 + addCriterion("SEND_TIME is not null");
855 + return (Criteria) this;
856 + }
857 +
858 + public Criteria andSendTimeEqualTo(Date value) {
859 + addCriterion("SEND_TIME =", value, "sendTime");
860 + return (Criteria) this;
861 + }
862 +
863 + public Criteria andSendTimeNotEqualTo(Date value) {
864 + addCriterion("SEND_TIME <>", value, "sendTime");
865 + return (Criteria) this;
866 + }
867 +
868 + public Criteria andSendTimeGreaterThan(Date value) {
869 + addCriterion("SEND_TIME >", value, "sendTime");
870 + return (Criteria) this;
871 + }
872 +
873 + public Criteria andSendTimeGreaterThanOrEqualTo(Date value) {
874 + addCriterion("SEND_TIME >=", value, "sendTime");
875 + return (Criteria) this;
876 + }
877 +
878 + public Criteria andSendTimeLessThan(Date value) {
879 + addCriterion("SEND_TIME <", value, "sendTime");
880 + return (Criteria) this;
881 + }
882 +
883 + public Criteria andSendTimeLessThanOrEqualTo(Date value) {
884 + addCriterion("SEND_TIME <=", value, "sendTime");
885 + return (Criteria) this;
886 + }
887 +
888 + public Criteria andSendTimeIn(List<Date> values) {
889 + addCriterion("SEND_TIME in", values, "sendTime");
890 + return (Criteria) this;
891 + }
892 +
893 + public Criteria andSendTimeNotIn(List<Date> values) {
894 + addCriterion("SEND_TIME not in", values, "sendTime");
895 + return (Criteria) this;
896 + }
897 +
898 + public Criteria andSendTimeBetween(Date value1, Date value2) {
899 + addCriterion("SEND_TIME between", value1, value2, "sendTime");
900 + return (Criteria) this;
901 + }
902 +
903 + public Criteria andSendTimeNotBetween(Date value1, Date value2) {
904 + addCriterion("SEND_TIME not between", value1, value2, "sendTime");
905 + return (Criteria) this;
906 + }
907 +
908 + public Criteria andCreateTimeIsNull() {
909 + addCriterion("CREATE_TIME is null");
910 + return (Criteria) this;
911 + }
912 +
913 + public Criteria andCreateTimeIsNotNull() {
914 + addCriterion("CREATE_TIME is not null");
915 + return (Criteria) this;
916 + }
917 +
918 + public Criteria andCreateTimeEqualTo(Date value) {
919 + addCriterion("CREATE_TIME =", value, "createTime");
920 + return (Criteria) this;
921 + }
922 +
923 + public Criteria andCreateTimeNotEqualTo(Date value) {
924 + addCriterion("CREATE_TIME <>", value, "createTime");
925 + return (Criteria) this;
926 + }
927 +
928 + public Criteria andCreateTimeGreaterThan(Date value) {
929 + addCriterion("CREATE_TIME >", value, "createTime");
930 + return (Criteria) this;
931 + }
932 +
933 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
934 + addCriterion("CREATE_TIME >=", value, "createTime");
935 + return (Criteria) this;
936 + }
937 +
938 + public Criteria andCreateTimeLessThan(Date value) {
939 + addCriterion("CREATE_TIME <", value, "createTime");
940 + return (Criteria) this;
941 + }
942 +
943 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
944 + addCriterion("CREATE_TIME <=", value, "createTime");
945 + return (Criteria) this;
946 + }
947 +
948 + public Criteria andCreateTimeIn(List<Date> values) {
949 + addCriterion("CREATE_TIME in", values, "createTime");
950 + return (Criteria) this;
951 + }
952 +
953 + public Criteria andCreateTimeNotIn(List<Date> values) {
954 + addCriterion("CREATE_TIME not in", values, "createTime");
955 + return (Criteria) this;
956 + }
957 +
958 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
959 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
960 + return (Criteria) this;
961 + }
962 +
963 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
964 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
965 + return (Criteria) this;
966 + }
967 +
968 + public Criteria andCreateUserIdIsNull() {
969 + addCriterion("CREATE_USER_ID is null");
970 + return (Criteria) this;
971 + }
972 +
973 + public Criteria andCreateUserIdIsNotNull() {
974 + addCriterion("CREATE_USER_ID is not null");
975 + return (Criteria) this;
976 + }
977 +
978 + public Criteria andCreateUserIdEqualTo(Long value) {
979 + addCriterion("CREATE_USER_ID =", value, "createUserId");
980 + return (Criteria) this;
981 + }
982 +
983 + public Criteria andCreateUserIdNotEqualTo(Long value) {
984 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
985 + return (Criteria) this;
986 + }
987 +
988 + public Criteria andCreateUserIdGreaterThan(Long value) {
989 + addCriterion("CREATE_USER_ID >", value, "createUserId");
990 + return (Criteria) this;
991 + }
992 +
993 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
994 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
995 + return (Criteria) this;
996 + }
997 +
998 + public Criteria andCreateUserIdLessThan(Long value) {
999 + addCriterion("CREATE_USER_ID <", value, "createUserId");
1000 + return (Criteria) this;
1001 + }
1002 +
1003 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
1004 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
1005 + return (Criteria) this;
1006 + }
1007 +
1008 + public Criteria andCreateUserIdIn(List<Long> values) {
1009 + addCriterion("CREATE_USER_ID in", values, "createUserId");
1010 + return (Criteria) this;
1011 + }
1012 +
1013 + public Criteria andCreateUserIdNotIn(List<Long> values) {
1014 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
1015 + return (Criteria) this;
1016 + }
1017 +
1018 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
1019 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
1020 + return (Criteria) this;
1021 + }
1022 +
1023 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
1024 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
1025 + return (Criteria) this;
1026 + }
1027 +
1028 + public Criteria andCreateUserNameIsNull() {
1029 + addCriterion("CREATE_USER_NAME is null");
1030 + return (Criteria) this;
1031 + }
1032 +
1033 + public Criteria andCreateUserNameIsNotNull() {
1034 + addCriterion("CREATE_USER_NAME is not null");
1035 + return (Criteria) this;
1036 + }
1037 +
1038 + public Criteria andCreateUserNameEqualTo(String value) {
1039 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
1040 + return (Criteria) this;
1041 + }
1042 +
1043 + public Criteria andCreateUserNameNotEqualTo(String value) {
1044 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
1045 + return (Criteria) this;
1046 + }
1047 +
1048 + public Criteria andCreateUserNameGreaterThan(String value) {
1049 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
1050 + return (Criteria) this;
1051 + }
1052 +
1053 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
1054 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
1055 + return (Criteria) this;
1056 + }
1057 +
1058 + public Criteria andCreateUserNameLessThan(String value) {
1059 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
1060 + return (Criteria) this;
1061 + }
1062 +
1063 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
1064 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
1065 + return (Criteria) this;
1066 + }
1067 +
1068 + public Criteria andCreateUserNameLike(String value) {
1069 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
1070 + return (Criteria) this;
1071 + }
1072 +
1073 + public Criteria andCreateUserNameNotLike(String value) {
1074 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
1075 + return (Criteria) this;
1076 + }
1077 +
1078 + public Criteria andCreateUserNameIn(List<String> values) {
1079 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
1080 + return (Criteria) this;
1081 + }
1082 +
1083 + public Criteria andCreateUserNameNotIn(List<String> values) {
1084 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
1085 + return (Criteria) this;
1086 + }
1087 +
1088 + public Criteria andCreateUserNameBetween(String value1, String value2) {
1089 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
1090 + return (Criteria) this;
1091 + }
1092 +
1093 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
1094 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
1095 + return (Criteria) this;
1096 + }
1097 +
1098 + public Criteria andModifyTimeIsNull() {
1099 + addCriterion("MODIFY_TIME is null");
1100 + return (Criteria) this;
1101 + }
1102 +
1103 + public Criteria andModifyTimeIsNotNull() {
1104 + addCriterion("MODIFY_TIME is not null");
1105 + return (Criteria) this;
1106 + }
1107 +
1108 + public Criteria andModifyTimeEqualTo(Date value) {
1109 + addCriterion("MODIFY_TIME =", value, "modifyTime");
1110 + return (Criteria) this;
1111 + }
1112 +
1113 + public Criteria andModifyTimeNotEqualTo(Date value) {
1114 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
1115 + return (Criteria) this;
1116 + }
1117 +
1118 + public Criteria andModifyTimeGreaterThan(Date value) {
1119 + addCriterion("MODIFY_TIME >", value, "modifyTime");
1120 + return (Criteria) this;
1121 + }
1122 +
1123 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
1124 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
1125 + return (Criteria) this;
1126 + }
1127 +
1128 + public Criteria andModifyTimeLessThan(Date value) {
1129 + addCriterion("MODIFY_TIME <", value, "modifyTime");
1130 + return (Criteria) this;
1131 + }
1132 +
1133 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
1134 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
1135 + return (Criteria) this;
1136 + }
1137 +
1138 + public Criteria andModifyTimeIn(List<Date> values) {
1139 + addCriterion("MODIFY_TIME in", values, "modifyTime");
1140 + return (Criteria) this;
1141 + }
1142 +
1143 + public Criteria andModifyTimeNotIn(List<Date> values) {
1144 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
1145 + return (Criteria) this;
1146 + }
1147 +
1148 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
1149 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
1150 + return (Criteria) this;
1151 + }
1152 +
1153 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
1154 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
1155 + return (Criteria) this;
1156 + }
1157 +
1158 + public Criteria andModifyUserIdIsNull() {
1159 + addCriterion("MODIFY_USER_ID is null");
1160 + return (Criteria) this;
1161 + }
1162 +
1163 + public Criteria andModifyUserIdIsNotNull() {
1164 + addCriterion("MODIFY_USER_ID is not null");
1165 + return (Criteria) this;
1166 + }
1167 +
1168 + public Criteria andModifyUserIdEqualTo(Long value) {
1169 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
1170 + return (Criteria) this;
1171 + }
1172 +
1173 + public Criteria andModifyUserIdNotEqualTo(Long value) {
1174 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
1175 + return (Criteria) this;
1176 + }
1177 +
1178 + public Criteria andModifyUserIdGreaterThan(Long value) {
1179 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
1180 + return (Criteria) this;
1181 + }
1182 +
1183 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
1184 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
1185 + return (Criteria) this;
1186 + }
1187 +
1188 + public Criteria andModifyUserIdLessThan(Long value) {
1189 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
1190 + return (Criteria) this;
1191 + }
1192 +
1193 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
1194 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
1195 + return (Criteria) this;
1196 + }
1197 +
1198 + public Criteria andModifyUserIdIn(List<Long> values) {
1199 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
1200 + return (Criteria) this;
1201 + }
1202 +
1203 + public Criteria andModifyUserIdNotIn(List<Long> values) {
1204 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
1205 + return (Criteria) this;
1206 + }
1207 +
1208 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
1209 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
1210 + return (Criteria) this;
1211 + }
1212 +
1213 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
1214 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
1215 + return (Criteria) this;
1216 + }
1217 +
1218 + public Criteria andModifyUserNameIsNull() {
1219 + addCriterion("MODIFY_USER_NAME is null");
1220 + return (Criteria) this;
1221 + }
1222 +
1223 + public Criteria andModifyUserNameIsNotNull() {
1224 + addCriterion("MODIFY_USER_NAME is not null");
1225 + return (Criteria) this;
1226 + }
1227 +
1228 + public Criteria andModifyUserNameEqualTo(String value) {
1229 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
1230 + return (Criteria) this;
1231 + }
1232 +
1233 + public Criteria andModifyUserNameNotEqualTo(String value) {
1234 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
1235 + return (Criteria) this;
1236 + }
1237 +
1238 + public Criteria andModifyUserNameGreaterThan(String value) {
1239 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
1240 + return (Criteria) this;
1241 + }
1242 +
1243 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
1244 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
1245 + return (Criteria) this;
1246 + }
1247 +
1248 + public Criteria andModifyUserNameLessThan(String value) {
1249 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
1250 + return (Criteria) this;
1251 + }
1252 +
1253 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
1254 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
1255 + return (Criteria) this;
1256 + }
1257 +
1258 + public Criteria andModifyUserNameLike(String value) {
1259 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
1260 + return (Criteria) this;
1261 + }
1262 +
1263 + public Criteria andModifyUserNameNotLike(String value) {
1264 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
1265 + return (Criteria) this;
1266 + }
1267 +
1268 + public Criteria andModifyUserNameIn(List<String> values) {
1269 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
1270 + return (Criteria) this;
1271 + }
1272 +
1273 + public Criteria andModifyUserNameNotIn(List<String> values) {
1274 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
1275 + return (Criteria) this;
1276 + }
1277 +
1278 + public Criteria andModifyUserNameBetween(String value1, String value2) {
1279 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
1280 + return (Criteria) this;
1281 + }
1282 +
1283 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
1284 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
1285 + return (Criteria) this;
1286 + }
1287 + }
1288 +
1289 + public static class Criteria extends GeneratedCriteria {
1290 +
1291 + protected Criteria() {
1292 + super();
1293 + }
1294 + }
1295 +
1296 + public static class Criterion {
1297 + private String condition;
1298 +
1299 + private Object value;
1300 +
1301 + private Object secondValue;
1302 +
1303 + private boolean noValue;
1304 +
1305 + private boolean singleValue;
1306 +
1307 + private boolean betweenValue;
1308 +
1309 + private boolean listValue;
1310 +
1311 + private String typeHandler;
1312 +
1313 + public String getCondition() {
1314 + return condition;
1315 + }
1316 +
1317 + public Object getValue() {
1318 + return value;
1319 + }
1320 +
1321 + public Object getSecondValue() {
1322 + return secondValue;
1323 + }
1324 +
1325 + public boolean isNoValue() {
1326 + return noValue;
1327 + }
1328 +
1329 + public boolean isSingleValue() {
1330 + return singleValue;
1331 + }
1332 +
1333 + public boolean isBetweenValue() {
1334 + return betweenValue;
1335 + }
1336 +
1337 + public boolean isListValue() {
1338 + return listValue;
1339 + }
1340 +
1341 + public String getTypeHandler() {
1342 + return typeHandler;
1343 + }
1344 +
1345 + protected Criterion(String condition) {
1346 + super();
1347 + this.condition = condition;
1348 + this.typeHandler = null;
1349 + this.noValue = true;
1350 + }
1351 +
1352 + protected Criterion(String condition, Object value, String typeHandler) {
1353 + super();
1354 + this.condition = condition;
1355 + this.value = value;
1356 + this.typeHandler = typeHandler;
1357 + if (value instanceof List<?>) {
1358 + this.listValue = true;
1359 + } else {
1360 + this.singleValue = true;
1361 + }
1362 + }
1363 +
1364 + protected Criterion(String condition, Object value) {
1365 + this(condition, value, null);
1366 + }
1367 +
1368 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
1369 + super();
1370 + this.condition = condition;
1371 + this.value = value;
1372 + this.secondValue = secondValue;
1373 + this.typeHandler = typeHandler;
1374 + this.betweenValue = true;
1375 + }
1376 +
1377 + protected Criterion(String condition, Object value, Object secondValue) {
1378 + this(condition, value, secondValue, null);
1379 + }
1380 + }
1381 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 推送进口文件主表
8 + * TABLE: T_BIZ_PUSH_OB
9 + */
10 +public class PushOb implements Serializable {
11 + /**
12 + * ID,自动增加
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 运单号
18 + */
19 + private String consignmentCode;
20 +
21 + /**
22 + * 运单ID
23 + */
24 + private Long consignmentId;
25 +
26 + /**
27 + * 推送时间
28 + */
29 + private Date pushTime;
30 +
31 + /**
32 + * 推送状态ID。
33 +关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS
34 + */
35 + private Long statusId;
36 +
37 + /**
38 + * 推送状态名称(待推送、推送成功、推送失败)
39 + */
40 + private String statusName;
41 +
42 + /**
43 + * 推送次数
44 + */
45 + private Long pushNum;
46 +
47 + /**
48 + * 目标绝对路径
49 + */
50 + private String filePath;
51 +
52 + /**
53 + * 备份绝对路径
54 + */
55 + private String fileBackPath;
56 +
57 + /**
58 + * 压缩包文件名
59 + */
60 + private String fileName;
61 +
62 + /**
63 + * 备注
64 + */
65 + private String remark;
66 +
67 + /**
68 + * 创建时间
69 + */
70 + private Date createTime;
71 +
72 + /**
73 + * 创建人ID,关联用户表ID
74 + */
75 + private Long createUserId;
76 +
77 + /**
78 + * 创建人名称
79 + */
80 + private String createUserName;
81 +
82 + /**
83 + * 修改时间
84 + */
85 + private Date modifyTime;
86 +
87 + /**
88 + * 修改人ID,关联用户表ID
89 + */
90 + private Long modifyUserId;
91 +
92 + /**
93 + * 修改人名称
94 + */
95 + private String modifyUserName;
96 +
97 + private static final long serialVersionUID = 1L;
98 +
99 + public Long getId() {
100 + return id;
101 + }
102 +
103 + public void setId(Long id) {
104 + this.id = id;
105 + }
106 +
107 + public String getConsignmentCode() {
108 + return consignmentCode;
109 + }
110 +
111 + public void setConsignmentCode(String consignmentCode) {
112 + this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
113 + }
114 +
115 + public Long getConsignmentId() {
116 + return consignmentId;
117 + }
118 +
119 + public void setConsignmentId(Long consignmentId) {
120 + this.consignmentId = consignmentId;
121 + }
122 +
123 + public Date getPushTime() {
124 + return pushTime;
125 + }
126 +
127 + public void setPushTime(Date pushTime) {
128 + this.pushTime = pushTime;
129 + }
130 +
131 + public Long getStatusId() {
132 + return statusId;
133 + }
134 +
135 + public void setStatusId(Long statusId) {
136 + this.statusId = statusId;
137 + }
138 +
139 + public String getStatusName() {
140 + return statusName;
141 + }
142 +
143 + public void setStatusName(String statusName) {
144 + this.statusName = statusName == null ? null : statusName.trim();
145 + }
146 +
147 + public Long getPushNum() {
148 + return pushNum;
149 + }
150 +
151 + public void setPushNum(Long pushNum) {
152 + this.pushNum = pushNum;
153 + }
154 +
155 + public String getFilePath() {
156 + return filePath;
157 + }
158 +
159 + public void setFilePath(String filePath) {
160 + this.filePath = filePath == null ? null : filePath.trim();
161 + }
162 +
163 + public String getFileBackPath() {
164 + return fileBackPath;
165 + }
166 +
167 + public void setFileBackPath(String fileBackPath) {
168 + this.fileBackPath = fileBackPath == null ? null : fileBackPath.trim();
169 + }
170 +
171 + public String getFileName() {
172 + return fileName;
173 + }
174 +
175 + public void setFileName(String fileName) {
176 + this.fileName = fileName == null ? null : fileName.trim();
177 + }
178 +
179 + public String getRemark() {
180 + return remark;
181 + }
182 +
183 + public void setRemark(String remark) {
184 + this.remark = remark == null ? null : remark.trim();
185 + }
186 +
187 + public Date getCreateTime() {
188 + return createTime;
189 + }
190 +
191 + public void setCreateTime(Date createTime) {
192 + this.createTime = createTime;
193 + }
194 +
195 + public Long getCreateUserId() {
196 + return createUserId;
197 + }
198 +
199 + public void setCreateUserId(Long createUserId) {
200 + this.createUserId = createUserId;
201 + }
202 +
203 + public String getCreateUserName() {
204 + return createUserName;
205 + }
206 +
207 + public void setCreateUserName(String createUserName) {
208 + this.createUserName = createUserName == null ? null : createUserName.trim();
209 + }
210 +
211 + public Date getModifyTime() {
212 + return modifyTime;
213 + }
214 +
215 + public void setModifyTime(Date modifyTime) {
216 + this.modifyTime = modifyTime;
217 + }
218 +
219 + public Long getModifyUserId() {
220 + return modifyUserId;
221 + }
222 +
223 + public void setModifyUserId(Long modifyUserId) {
224 + this.modifyUserId = modifyUserId;
225 + }
226 +
227 + public String getModifyUserName() {
228 + return modifyUserName;
229 + }
230 +
231 + public void setModifyUserName(String modifyUserName) {
232 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
233 + }
234 +
235 + @Override
236 + public String toString() {
237 + StringBuilder sb = new StringBuilder();
238 + sb.append(getClass().getSimpleName());
239 + sb.append(" [");
240 + sb.append("Hash = ").append(hashCode());
241 + sb.append(", id=").append(id);
242 + sb.append(", consignmentCode=").append(consignmentCode);
243 + sb.append(", consignmentId=").append(consignmentId);
244 + sb.append(", pushTime=").append(pushTime);
245 + sb.append(", statusId=").append(statusId);
246 + sb.append(", statusName=").append(statusName);
247 + sb.append(", pushNum=").append(pushNum);
248 + sb.append(", filePath=").append(filePath);
249 + sb.append(", fileBackPath=").append(fileBackPath);
250 + sb.append(", fileName=").append(fileName);
251 + sb.append(", remark=").append(remark);
252 + sb.append(", createTime=").append(createTime);
253 + sb.append(", createUserId=").append(createUserId);
254 + sb.append(", createUserName=").append(createUserName);
255 + sb.append(", modifyTime=").append(modifyTime);
256 + sb.append(", modifyUserId=").append(modifyUserId);
257 + sb.append(", modifyUserName=").append(modifyUserName);
258 + sb.append(", serialVersionUID=").append(serialVersionUID);
259 + sb.append("]");
260 + return sb.toString();
261 + }
262 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.io.Serializable;
4 +import java.util.Date;
5 +
6 +/**
7 + * DESC: 推送进口文件明细表
8 + * TABLE: T_BIZ_PUSH_OB_DETAIL
9 + */
10 +public class PushObDetail implements Serializable {
11 + /**
12 + * ID,自动增加
13 + */
14 + private Long id;
15 +
16 + /**
17 + * 运单号
18 + */
19 + private String consignmentCode;
20 +
21 + /**
22 + * 运单ID
23 + */
24 + private Long consignmentId;
25 +
26 + /**
27 + * 推送状态ID。
28 +关联数据字典表。指定字典目录CODE:PUSH_OB_STATUS
29 + */
30 + private Long statusId;
31 +
32 + /**
33 + * 推送状态名称(待推送、推送成功、推送失败)
34 + */
35 + private String statusName;
36 +
37 + /**
38 + * 推送文件类型字典ID,关联数据字典表。指定字典目录CODE:PUSH_OB_FILE_TYPE
39 + */
40 + private Long fileTypeId;
41 +
42 + /**
43 + * 推送文件类型名称(XXX、XXX)
44 + */
45 + private String fileType;
46 +
47 + /**
48 + * 推送文件名
49 + */
50 + private String fileName;
51 +
52 + /**
53 + * 推送进口文件主表ID
54 + */
55 + private Long pushObId;
56 +
57 + /**
58 + * 推送时间
59 + */
60 + private Date pushTime;
61 +
62 + /**
63 + * 备注
64 + */
65 + private String remark;
66 +
67 + /**
68 + * 创建时间
69 + */
70 + private Date createTime;
71 +
72 + /**
73 + * 创建人ID,关联用户表ID
74 + */
75 + private Long createUserId;
76 +
77 + /**
78 + * 创建人名称
79 + */
80 + private String createUserName;
81 +
82 + /**
83 + * 修改时间
84 + */
85 + private Date modifyTime;
86 +
87 + /**
88 + * 修改人ID,关联用户表ID
89 + */
90 + private Long modifyUserId;
91 +
92 + /**
93 + * 修改人名称
94 + */
95 + private String modifyUserName;
96 +
97 + private static final long serialVersionUID = 1L;
98 +
99 + public Long getId() {
100 + return id;
101 + }
102 +
103 + public void setId(Long id) {
104 + this.id = id;
105 + }
106 +
107 + public String getConsignmentCode() {
108 + return consignmentCode;
109 + }
110 +
111 + public void setConsignmentCode(String consignmentCode) {
112 + this.consignmentCode = consignmentCode == null ? null : consignmentCode.trim();
113 + }
114 +
115 + public Long getConsignmentId() {
116 + return consignmentId;
117 + }
118 +
119 + public void setConsignmentId(Long consignmentId) {
120 + this.consignmentId = consignmentId;
121 + }
122 +
123 + public Long getStatusId() {
124 + return statusId;
125 + }
126 +
127 + public void setStatusId(Long statusId) {
128 + this.statusId = statusId;
129 + }
130 +
131 + public String getStatusName() {
132 + return statusName;
133 + }
134 +
135 + public void setStatusName(String statusName) {
136 + this.statusName = statusName == null ? null : statusName.trim();
137 + }
138 +
139 + public Long getFileTypeId() {
140 + return fileTypeId;
141 + }
142 +
143 + public void setFileTypeId(Long fileTypeId) {
144 + this.fileTypeId = fileTypeId;
145 + }
146 +
147 + public String getFileType() {
148 + return fileType;
149 + }
150 +
151 + public void setFileType(String fileType) {
152 + this.fileType = fileType == null ? null : fileType.trim();
153 + }
154 +
155 + public String getFileName() {
156 + return fileName;
157 + }
158 +
159 + public void setFileName(String fileName) {
160 + this.fileName = fileName == null ? null : fileName.trim();
161 + }
162 +
163 + public Long getPushObId() {
164 + return pushObId;
165 + }
166 +
167 + public void setPushObId(Long pushObId) {
168 + this.pushObId = pushObId;
169 + }
170 +
171 + public Date getPushTime() {
172 + return pushTime;
173 + }
174 +
175 + public void setPushTime(Date pushTime) {
176 + this.pushTime = pushTime;
177 + }
178 +
179 + public String getRemark() {
180 + return remark;
181 + }
182 +
183 + public void setRemark(String remark) {
184 + this.remark = remark == null ? null : remark.trim();
185 + }
186 +
187 + public Date getCreateTime() {
188 + return createTime;
189 + }
190 +
191 + public void setCreateTime(Date createTime) {
192 + this.createTime = createTime;
193 + }
194 +
195 + public Long getCreateUserId() {
196 + return createUserId;
197 + }
198 +
199 + public void setCreateUserId(Long createUserId) {
200 + this.createUserId = createUserId;
201 + }
202 +
203 + public String getCreateUserName() {
204 + return createUserName;
205 + }
206 +
207 + public void setCreateUserName(String createUserName) {
208 + this.createUserName = createUserName == null ? null : createUserName.trim();
209 + }
210 +
211 + public Date getModifyTime() {
212 + return modifyTime;
213 + }
214 +
215 + public void setModifyTime(Date modifyTime) {
216 + this.modifyTime = modifyTime;
217 + }
218 +
219 + public Long getModifyUserId() {
220 + return modifyUserId;
221 + }
222 +
223 + public void setModifyUserId(Long modifyUserId) {
224 + this.modifyUserId = modifyUserId;
225 + }
226 +
227 + public String getModifyUserName() {
228 + return modifyUserName;
229 + }
230 +
231 + public void setModifyUserName(String modifyUserName) {
232 + this.modifyUserName = modifyUserName == null ? null : modifyUserName.trim();
233 + }
234 +
235 + @Override
236 + public String toString() {
237 + StringBuilder sb = new StringBuilder();
238 + sb.append(getClass().getSimpleName());
239 + sb.append(" [");
240 + sb.append("Hash = ").append(hashCode());
241 + sb.append(", id=").append(id);
242 + sb.append(", consignmentCode=").append(consignmentCode);
243 + sb.append(", consignmentId=").append(consignmentId);
244 + sb.append(", statusId=").append(statusId);
245 + sb.append(", statusName=").append(statusName);
246 + sb.append(", fileTypeId=").append(fileTypeId);
247 + sb.append(", fileType=").append(fileType);
248 + sb.append(", fileName=").append(fileName);
249 + sb.append(", pushObId=").append(pushObId);
250 + sb.append(", pushTime=").append(pushTime);
251 + sb.append(", remark=").append(remark);
252 + sb.append(", createTime=").append(createTime);
253 + sb.append(", createUserId=").append(createUserId);
254 + sb.append(", createUserName=").append(createUserName);
255 + sb.append(", modifyTime=").append(modifyTime);
256 + sb.append(", modifyUserId=").append(modifyUserId);
257 + sb.append(", modifyUserName=").append(modifyUserName);
258 + sb.append(", serialVersionUID=").append(serialVersionUID);
259 + sb.append("]");
260 + return sb.toString();
261 + }
262 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class PushObDetailExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public PushObDetailExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andConsignmentCodeIsNull() {
189 + addCriterion("CONSIGNMENT_CODE is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andConsignmentCodeIsNotNull() {
194 + addCriterion("CONSIGNMENT_CODE is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andConsignmentCodeEqualTo(String value) {
199 + addCriterion("CONSIGNMENT_CODE =", value, "consignmentCode");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andConsignmentCodeNotEqualTo(String value) {
204 + addCriterion("CONSIGNMENT_CODE <>", value, "consignmentCode");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andConsignmentCodeGreaterThan(String value) {
209 + addCriterion("CONSIGNMENT_CODE >", value, "consignmentCode");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andConsignmentCodeGreaterThanOrEqualTo(String value) {
214 + addCriterion("CONSIGNMENT_CODE >=", value, "consignmentCode");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andConsignmentCodeLessThan(String value) {
219 + addCriterion("CONSIGNMENT_CODE <", value, "consignmentCode");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andConsignmentCodeLessThanOrEqualTo(String value) {
224 + addCriterion("CONSIGNMENT_CODE <=", value, "consignmentCode");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andConsignmentCodeLike(String value) {
229 + addCriterion("CONSIGNMENT_CODE like", value, "consignmentCode");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andConsignmentCodeNotLike(String value) {
234 + addCriterion("CONSIGNMENT_CODE not like", value, "consignmentCode");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andConsignmentCodeIn(List<String> values) {
239 + addCriterion("CONSIGNMENT_CODE in", values, "consignmentCode");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andConsignmentCodeNotIn(List<String> values) {
244 + addCriterion("CONSIGNMENT_CODE not in", values, "consignmentCode");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andConsignmentCodeBetween(String value1, String value2) {
249 + addCriterion("CONSIGNMENT_CODE between", value1, value2, "consignmentCode");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andConsignmentCodeNotBetween(String value1, String value2) {
254 + addCriterion("CONSIGNMENT_CODE not between", value1, value2, "consignmentCode");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andConsignmentIdIsNull() {
259 + addCriterion("CONSIGNMENT_ID is null");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andConsignmentIdIsNotNull() {
264 + addCriterion("CONSIGNMENT_ID is not null");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andConsignmentIdEqualTo(Long value) {
269 + addCriterion("CONSIGNMENT_ID =", value, "consignmentId");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andConsignmentIdNotEqualTo(Long value) {
274 + addCriterion("CONSIGNMENT_ID <>", value, "consignmentId");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andConsignmentIdGreaterThan(Long value) {
279 + addCriterion("CONSIGNMENT_ID >", value, "consignmentId");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andConsignmentIdGreaterThanOrEqualTo(Long value) {
284 + addCriterion("CONSIGNMENT_ID >=", value, "consignmentId");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andConsignmentIdLessThan(Long value) {
289 + addCriterion("CONSIGNMENT_ID <", value, "consignmentId");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andConsignmentIdLessThanOrEqualTo(Long value) {
294 + addCriterion("CONSIGNMENT_ID <=", value, "consignmentId");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andConsignmentIdIn(List<Long> values) {
299 + addCriterion("CONSIGNMENT_ID in", values, "consignmentId");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andConsignmentIdNotIn(List<Long> values) {
304 + addCriterion("CONSIGNMENT_ID not in", values, "consignmentId");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andConsignmentIdBetween(Long value1, Long value2) {
309 + addCriterion("CONSIGNMENT_ID between", value1, value2, "consignmentId");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andConsignmentIdNotBetween(Long value1, Long value2) {
314 + addCriterion("CONSIGNMENT_ID not between", value1, value2, "consignmentId");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andStatusIdIsNull() {
319 + addCriterion("STATUS_ID is null");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andStatusIdIsNotNull() {
324 + addCriterion("STATUS_ID is not null");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andStatusIdEqualTo(Long value) {
329 + addCriterion("STATUS_ID =", value, "statusId");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andStatusIdNotEqualTo(Long value) {
334 + addCriterion("STATUS_ID <>", value, "statusId");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andStatusIdGreaterThan(Long value) {
339 + addCriterion("STATUS_ID >", value, "statusId");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andStatusIdGreaterThanOrEqualTo(Long value) {
344 + addCriterion("STATUS_ID >=", value, "statusId");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andStatusIdLessThan(Long value) {
349 + addCriterion("STATUS_ID <", value, "statusId");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andStatusIdLessThanOrEqualTo(Long value) {
354 + addCriterion("STATUS_ID <=", value, "statusId");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andStatusIdIn(List<Long> values) {
359 + addCriterion("STATUS_ID in", values, "statusId");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andStatusIdNotIn(List<Long> values) {
364 + addCriterion("STATUS_ID not in", values, "statusId");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andStatusIdBetween(Long value1, Long value2) {
369 + addCriterion("STATUS_ID between", value1, value2, "statusId");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andStatusIdNotBetween(Long value1, Long value2) {
374 + addCriterion("STATUS_ID not between", value1, value2, "statusId");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andStatusNameIsNull() {
379 + addCriterion("STATUS_NAME is null");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andStatusNameIsNotNull() {
384 + addCriterion("STATUS_NAME is not null");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andStatusNameEqualTo(String value) {
389 + addCriterion("STATUS_NAME =", value, "statusName");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andStatusNameNotEqualTo(String value) {
394 + addCriterion("STATUS_NAME <>", value, "statusName");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andStatusNameGreaterThan(String value) {
399 + addCriterion("STATUS_NAME >", value, "statusName");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andStatusNameGreaterThanOrEqualTo(String value) {
404 + addCriterion("STATUS_NAME >=", value, "statusName");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andStatusNameLessThan(String value) {
409 + addCriterion("STATUS_NAME <", value, "statusName");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andStatusNameLessThanOrEqualTo(String value) {
414 + addCriterion("STATUS_NAME <=", value, "statusName");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andStatusNameLike(String value) {
419 + addCriterion("STATUS_NAME like", value, "statusName");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andStatusNameNotLike(String value) {
424 + addCriterion("STATUS_NAME not like", value, "statusName");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andStatusNameIn(List<String> values) {
429 + addCriterion("STATUS_NAME in", values, "statusName");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andStatusNameNotIn(List<String> values) {
434 + addCriterion("STATUS_NAME not in", values, "statusName");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andStatusNameBetween(String value1, String value2) {
439 + addCriterion("STATUS_NAME between", value1, value2, "statusName");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andStatusNameNotBetween(String value1, String value2) {
444 + addCriterion("STATUS_NAME not between", value1, value2, "statusName");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andFileTypeIdIsNull() {
449 + addCriterion("FILE_TYPE_ID is null");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andFileTypeIdIsNotNull() {
454 + addCriterion("FILE_TYPE_ID is not null");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andFileTypeIdEqualTo(Long value) {
459 + addCriterion("FILE_TYPE_ID =", value, "fileTypeId");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andFileTypeIdNotEqualTo(Long value) {
464 + addCriterion("FILE_TYPE_ID <>", value, "fileTypeId");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andFileTypeIdGreaterThan(Long value) {
469 + addCriterion("FILE_TYPE_ID >", value, "fileTypeId");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andFileTypeIdGreaterThanOrEqualTo(Long value) {
474 + addCriterion("FILE_TYPE_ID >=", value, "fileTypeId");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andFileTypeIdLessThan(Long value) {
479 + addCriterion("FILE_TYPE_ID <", value, "fileTypeId");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andFileTypeIdLessThanOrEqualTo(Long value) {
484 + addCriterion("FILE_TYPE_ID <=", value, "fileTypeId");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andFileTypeIdIn(List<Long> values) {
489 + addCriterion("FILE_TYPE_ID in", values, "fileTypeId");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andFileTypeIdNotIn(List<Long> values) {
494 + addCriterion("FILE_TYPE_ID not in", values, "fileTypeId");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andFileTypeIdBetween(Long value1, Long value2) {
499 + addCriterion("FILE_TYPE_ID between", value1, value2, "fileTypeId");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andFileTypeIdNotBetween(Long value1, Long value2) {
504 + addCriterion("FILE_TYPE_ID not between", value1, value2, "fileTypeId");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andFileTypeIsNull() {
509 + addCriterion("FILE_TYPE is null");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andFileTypeIsNotNull() {
514 + addCriterion("FILE_TYPE is not null");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andFileTypeEqualTo(String value) {
519 + addCriterion("FILE_TYPE =", value, "fileType");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andFileTypeNotEqualTo(String value) {
524 + addCriterion("FILE_TYPE <>", value, "fileType");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andFileTypeGreaterThan(String value) {
529 + addCriterion("FILE_TYPE >", value, "fileType");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andFileTypeGreaterThanOrEqualTo(String value) {
534 + addCriterion("FILE_TYPE >=", value, "fileType");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andFileTypeLessThan(String value) {
539 + addCriterion("FILE_TYPE <", value, "fileType");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andFileTypeLessThanOrEqualTo(String value) {
544 + addCriterion("FILE_TYPE <=", value, "fileType");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andFileTypeLike(String value) {
549 + addCriterion("FILE_TYPE like", value, "fileType");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andFileTypeNotLike(String value) {
554 + addCriterion("FILE_TYPE not like", value, "fileType");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andFileTypeIn(List<String> values) {
559 + addCriterion("FILE_TYPE in", values, "fileType");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andFileTypeNotIn(List<String> values) {
564 + addCriterion("FILE_TYPE not in", values, "fileType");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andFileTypeBetween(String value1, String value2) {
569 + addCriterion("FILE_TYPE between", value1, value2, "fileType");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andFileTypeNotBetween(String value1, String value2) {
574 + addCriterion("FILE_TYPE not between", value1, value2, "fileType");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andFileNameIsNull() {
579 + addCriterion("FILE_NAME is null");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andFileNameIsNotNull() {
584 + addCriterion("FILE_NAME is not null");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andFileNameEqualTo(String value) {
589 + addCriterion("FILE_NAME =", value, "fileName");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andFileNameNotEqualTo(String value) {
594 + addCriterion("FILE_NAME <>", value, "fileName");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andFileNameGreaterThan(String value) {
599 + addCriterion("FILE_NAME >", value, "fileName");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andFileNameGreaterThanOrEqualTo(String value) {
604 + addCriterion("FILE_NAME >=", value, "fileName");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andFileNameLessThan(String value) {
609 + addCriterion("FILE_NAME <", value, "fileName");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andFileNameLessThanOrEqualTo(String value) {
614 + addCriterion("FILE_NAME <=", value, "fileName");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andFileNameLike(String value) {
619 + addCriterion("FILE_NAME like", value, "fileName");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andFileNameNotLike(String value) {
624 + addCriterion("FILE_NAME not like", value, "fileName");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andFileNameIn(List<String> values) {
629 + addCriterion("FILE_NAME in", values, "fileName");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andFileNameNotIn(List<String> values) {
634 + addCriterion("FILE_NAME not in", values, "fileName");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andFileNameBetween(String value1, String value2) {
639 + addCriterion("FILE_NAME between", value1, value2, "fileName");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andFileNameNotBetween(String value1, String value2) {
644 + addCriterion("FILE_NAME not between", value1, value2, "fileName");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andPushObIdIsNull() {
649 + addCriterion("PUSH_OB_ID is null");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andPushObIdIsNotNull() {
654 + addCriterion("PUSH_OB_ID is not null");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andPushObIdEqualTo(Long value) {
659 + addCriterion("PUSH_OB_ID =", value, "pushObId");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andPushObIdNotEqualTo(Long value) {
664 + addCriterion("PUSH_OB_ID <>", value, "pushObId");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andPushObIdGreaterThan(Long value) {
669 + addCriterion("PUSH_OB_ID >", value, "pushObId");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andPushObIdGreaterThanOrEqualTo(Long value) {
674 + addCriterion("PUSH_OB_ID >=", value, "pushObId");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andPushObIdLessThan(Long value) {
679 + addCriterion("PUSH_OB_ID <", value, "pushObId");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andPushObIdLessThanOrEqualTo(Long value) {
684 + addCriterion("PUSH_OB_ID <=", value, "pushObId");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andPushObIdIn(List<Long> values) {
689 + addCriterion("PUSH_OB_ID in", values, "pushObId");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andPushObIdNotIn(List<Long> values) {
694 + addCriterion("PUSH_OB_ID not in", values, "pushObId");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andPushObIdBetween(Long value1, Long value2) {
699 + addCriterion("PUSH_OB_ID between", value1, value2, "pushObId");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andPushObIdNotBetween(Long value1, Long value2) {
704 + addCriterion("PUSH_OB_ID not between", value1, value2, "pushObId");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andPushTimeIsNull() {
709 + addCriterion("PUSH_TIME is null");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andPushTimeIsNotNull() {
714 + addCriterion("PUSH_TIME is not null");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andPushTimeEqualTo(Date value) {
719 + addCriterion("PUSH_TIME =", value, "pushTime");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andPushTimeNotEqualTo(Date value) {
724 + addCriterion("PUSH_TIME <>", value, "pushTime");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andPushTimeGreaterThan(Date value) {
729 + addCriterion("PUSH_TIME >", value, "pushTime");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andPushTimeGreaterThanOrEqualTo(Date value) {
734 + addCriterion("PUSH_TIME >=", value, "pushTime");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andPushTimeLessThan(Date value) {
739 + addCriterion("PUSH_TIME <", value, "pushTime");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andPushTimeLessThanOrEqualTo(Date value) {
744 + addCriterion("PUSH_TIME <=", value, "pushTime");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andPushTimeIn(List<Date> values) {
749 + addCriterion("PUSH_TIME in", values, "pushTime");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andPushTimeNotIn(List<Date> values) {
754 + addCriterion("PUSH_TIME not in", values, "pushTime");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andPushTimeBetween(Date value1, Date value2) {
759 + addCriterion("PUSH_TIME between", value1, value2, "pushTime");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andPushTimeNotBetween(Date value1, Date value2) {
764 + addCriterion("PUSH_TIME not between", value1, value2, "pushTime");
765 + return (Criteria) this;
766 + }
767 +
768 + public Criteria andRemarkIsNull() {
769 + addCriterion("REMARK is null");
770 + return (Criteria) this;
771 + }
772 +
773 + public Criteria andRemarkIsNotNull() {
774 + addCriterion("REMARK is not null");
775 + return (Criteria) this;
776 + }
777 +
778 + public Criteria andRemarkEqualTo(String value) {
779 + addCriterion("REMARK =", value, "remark");
780 + return (Criteria) this;
781 + }
782 +
783 + public Criteria andRemarkNotEqualTo(String value) {
784 + addCriterion("REMARK <>", value, "remark");
785 + return (Criteria) this;
786 + }
787 +
788 + public Criteria andRemarkGreaterThan(String value) {
789 + addCriterion("REMARK >", value, "remark");
790 + return (Criteria) this;
791 + }
792 +
793 + public Criteria andRemarkGreaterThanOrEqualTo(String value) {
794 + addCriterion("REMARK >=", value, "remark");
795 + return (Criteria) this;
796 + }
797 +
798 + public Criteria andRemarkLessThan(String value) {
799 + addCriterion("REMARK <", value, "remark");
800 + return (Criteria) this;
801 + }
802 +
803 + public Criteria andRemarkLessThanOrEqualTo(String value) {
804 + addCriterion("REMARK <=", value, "remark");
805 + return (Criteria) this;
806 + }
807 +
808 + public Criteria andRemarkLike(String value) {
809 + addCriterion("REMARK like", value, "remark");
810 + return (Criteria) this;
811 + }
812 +
813 + public Criteria andRemarkNotLike(String value) {
814 + addCriterion("REMARK not like", value, "remark");
815 + return (Criteria) this;
816 + }
817 +
818 + public Criteria andRemarkIn(List<String> values) {
819 + addCriterion("REMARK in", values, "remark");
820 + return (Criteria) this;
821 + }
822 +
823 + public Criteria andRemarkNotIn(List<String> values) {
824 + addCriterion("REMARK not in", values, "remark");
825 + return (Criteria) this;
826 + }
827 +
828 + public Criteria andRemarkBetween(String value1, String value2) {
829 + addCriterion("REMARK between", value1, value2, "remark");
830 + return (Criteria) this;
831 + }
832 +
833 + public Criteria andRemarkNotBetween(String value1, String value2) {
834 + addCriterion("REMARK not between", value1, value2, "remark");
835 + return (Criteria) this;
836 + }
837 +
838 + public Criteria andCreateTimeIsNull() {
839 + addCriterion("CREATE_TIME is null");
840 + return (Criteria) this;
841 + }
842 +
843 + public Criteria andCreateTimeIsNotNull() {
844 + addCriterion("CREATE_TIME is not null");
845 + return (Criteria) this;
846 + }
847 +
848 + public Criteria andCreateTimeEqualTo(Date value) {
849 + addCriterion("CREATE_TIME =", value, "createTime");
850 + return (Criteria) this;
851 + }
852 +
853 + public Criteria andCreateTimeNotEqualTo(Date value) {
854 + addCriterion("CREATE_TIME <>", value, "createTime");
855 + return (Criteria) this;
856 + }
857 +
858 + public Criteria andCreateTimeGreaterThan(Date value) {
859 + addCriterion("CREATE_TIME >", value, "createTime");
860 + return (Criteria) this;
861 + }
862 +
863 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
864 + addCriterion("CREATE_TIME >=", value, "createTime");
865 + return (Criteria) this;
866 + }
867 +
868 + public Criteria andCreateTimeLessThan(Date value) {
869 + addCriterion("CREATE_TIME <", value, "createTime");
870 + return (Criteria) this;
871 + }
872 +
873 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
874 + addCriterion("CREATE_TIME <=", value, "createTime");
875 + return (Criteria) this;
876 + }
877 +
878 + public Criteria andCreateTimeIn(List<Date> values) {
879 + addCriterion("CREATE_TIME in", values, "createTime");
880 + return (Criteria) this;
881 + }
882 +
883 + public Criteria andCreateTimeNotIn(List<Date> values) {
884 + addCriterion("CREATE_TIME not in", values, "createTime");
885 + return (Criteria) this;
886 + }
887 +
888 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
889 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
890 + return (Criteria) this;
891 + }
892 +
893 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
894 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
895 + return (Criteria) this;
896 + }
897 +
898 + public Criteria andCreateUserIdIsNull() {
899 + addCriterion("CREATE_USER_ID is null");
900 + return (Criteria) this;
901 + }
902 +
903 + public Criteria andCreateUserIdIsNotNull() {
904 + addCriterion("CREATE_USER_ID is not null");
905 + return (Criteria) this;
906 + }
907 +
908 + public Criteria andCreateUserIdEqualTo(Long value) {
909 + addCriterion("CREATE_USER_ID =", value, "createUserId");
910 + return (Criteria) this;
911 + }
912 +
913 + public Criteria andCreateUserIdNotEqualTo(Long value) {
914 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
915 + return (Criteria) this;
916 + }
917 +
918 + public Criteria andCreateUserIdGreaterThan(Long value) {
919 + addCriterion("CREATE_USER_ID >", value, "createUserId");
920 + return (Criteria) this;
921 + }
922 +
923 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
924 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
925 + return (Criteria) this;
926 + }
927 +
928 + public Criteria andCreateUserIdLessThan(Long value) {
929 + addCriterion("CREATE_USER_ID <", value, "createUserId");
930 + return (Criteria) this;
931 + }
932 +
933 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
934 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
935 + return (Criteria) this;
936 + }
937 +
938 + public Criteria andCreateUserIdIn(List<Long> values) {
939 + addCriterion("CREATE_USER_ID in", values, "createUserId");
940 + return (Criteria) this;
941 + }
942 +
943 + public Criteria andCreateUserIdNotIn(List<Long> values) {
944 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
945 + return (Criteria) this;
946 + }
947 +
948 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
949 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
950 + return (Criteria) this;
951 + }
952 +
953 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
954 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
955 + return (Criteria) this;
956 + }
957 +
958 + public Criteria andCreateUserNameIsNull() {
959 + addCriterion("CREATE_USER_NAME is null");
960 + return (Criteria) this;
961 + }
962 +
963 + public Criteria andCreateUserNameIsNotNull() {
964 + addCriterion("CREATE_USER_NAME is not null");
965 + return (Criteria) this;
966 + }
967 +
968 + public Criteria andCreateUserNameEqualTo(String value) {
969 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
970 + return (Criteria) this;
971 + }
972 +
973 + public Criteria andCreateUserNameNotEqualTo(String value) {
974 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
975 + return (Criteria) this;
976 + }
977 +
978 + public Criteria andCreateUserNameGreaterThan(String value) {
979 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
980 + return (Criteria) this;
981 + }
982 +
983 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
984 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
985 + return (Criteria) this;
986 + }
987 +
988 + public Criteria andCreateUserNameLessThan(String value) {
989 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
990 + return (Criteria) this;
991 + }
992 +
993 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
994 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
995 + return (Criteria) this;
996 + }
997 +
998 + public Criteria andCreateUserNameLike(String value) {
999 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
1000 + return (Criteria) this;
1001 + }
1002 +
1003 + public Criteria andCreateUserNameNotLike(String value) {
1004 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
1005 + return (Criteria) this;
1006 + }
1007 +
1008 + public Criteria andCreateUserNameIn(List<String> values) {
1009 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
1010 + return (Criteria) this;
1011 + }
1012 +
1013 + public Criteria andCreateUserNameNotIn(List<String> values) {
1014 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
1015 + return (Criteria) this;
1016 + }
1017 +
1018 + public Criteria andCreateUserNameBetween(String value1, String value2) {
1019 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
1020 + return (Criteria) this;
1021 + }
1022 +
1023 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
1024 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
1025 + return (Criteria) this;
1026 + }
1027 +
1028 + public Criteria andModifyTimeIsNull() {
1029 + addCriterion("MODIFY_TIME is null");
1030 + return (Criteria) this;
1031 + }
1032 +
1033 + public Criteria andModifyTimeIsNotNull() {
1034 + addCriterion("MODIFY_TIME is not null");
1035 + return (Criteria) this;
1036 + }
1037 +
1038 + public Criteria andModifyTimeEqualTo(Date value) {
1039 + addCriterion("MODIFY_TIME =", value, "modifyTime");
1040 + return (Criteria) this;
1041 + }
1042 +
1043 + public Criteria andModifyTimeNotEqualTo(Date value) {
1044 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
1045 + return (Criteria) this;
1046 + }
1047 +
1048 + public Criteria andModifyTimeGreaterThan(Date value) {
1049 + addCriterion("MODIFY_TIME >", value, "modifyTime");
1050 + return (Criteria) this;
1051 + }
1052 +
1053 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
1054 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
1055 + return (Criteria) this;
1056 + }
1057 +
1058 + public Criteria andModifyTimeLessThan(Date value) {
1059 + addCriterion("MODIFY_TIME <", value, "modifyTime");
1060 + return (Criteria) this;
1061 + }
1062 +
1063 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
1064 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
1065 + return (Criteria) this;
1066 + }
1067 +
1068 + public Criteria andModifyTimeIn(List<Date> values) {
1069 + addCriterion("MODIFY_TIME in", values, "modifyTime");
1070 + return (Criteria) this;
1071 + }
1072 +
1073 + public Criteria andModifyTimeNotIn(List<Date> values) {
1074 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
1075 + return (Criteria) this;
1076 + }
1077 +
1078 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
1079 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
1080 + return (Criteria) this;
1081 + }
1082 +
1083 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
1084 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
1085 + return (Criteria) this;
1086 + }
1087 +
1088 + public Criteria andModifyUserIdIsNull() {
1089 + addCriterion("MODIFY_USER_ID is null");
1090 + return (Criteria) this;
1091 + }
1092 +
1093 + public Criteria andModifyUserIdIsNotNull() {
1094 + addCriterion("MODIFY_USER_ID is not null");
1095 + return (Criteria) this;
1096 + }
1097 +
1098 + public Criteria andModifyUserIdEqualTo(Long value) {
1099 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
1100 + return (Criteria) this;
1101 + }
1102 +
1103 + public Criteria andModifyUserIdNotEqualTo(Long value) {
1104 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
1105 + return (Criteria) this;
1106 + }
1107 +
1108 + public Criteria andModifyUserIdGreaterThan(Long value) {
1109 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
1110 + return (Criteria) this;
1111 + }
1112 +
1113 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
1114 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
1115 + return (Criteria) this;
1116 + }
1117 +
1118 + public Criteria andModifyUserIdLessThan(Long value) {
1119 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
1120 + return (Criteria) this;
1121 + }
1122 +
1123 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
1124 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
1125 + return (Criteria) this;
1126 + }
1127 +
1128 + public Criteria andModifyUserIdIn(List<Long> values) {
1129 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
1130 + return (Criteria) this;
1131 + }
1132 +
1133 + public Criteria andModifyUserIdNotIn(List<Long> values) {
1134 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
1135 + return (Criteria) this;
1136 + }
1137 +
1138 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
1139 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
1140 + return (Criteria) this;
1141 + }
1142 +
1143 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
1144 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
1145 + return (Criteria) this;
1146 + }
1147 +
1148 + public Criteria andModifyUserNameIsNull() {
1149 + addCriterion("MODIFY_USER_NAME is null");
1150 + return (Criteria) this;
1151 + }
1152 +
1153 + public Criteria andModifyUserNameIsNotNull() {
1154 + addCriterion("MODIFY_USER_NAME is not null");
1155 + return (Criteria) this;
1156 + }
1157 +
1158 + public Criteria andModifyUserNameEqualTo(String value) {
1159 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
1160 + return (Criteria) this;
1161 + }
1162 +
1163 + public Criteria andModifyUserNameNotEqualTo(String value) {
1164 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
1165 + return (Criteria) this;
1166 + }
1167 +
1168 + public Criteria andModifyUserNameGreaterThan(String value) {
1169 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
1170 + return (Criteria) this;
1171 + }
1172 +
1173 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
1174 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
1175 + return (Criteria) this;
1176 + }
1177 +
1178 + public Criteria andModifyUserNameLessThan(String value) {
1179 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
1180 + return (Criteria) this;
1181 + }
1182 +
1183 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
1184 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
1185 + return (Criteria) this;
1186 + }
1187 +
1188 + public Criteria andModifyUserNameLike(String value) {
1189 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
1190 + return (Criteria) this;
1191 + }
1192 +
1193 + public Criteria andModifyUserNameNotLike(String value) {
1194 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
1195 + return (Criteria) this;
1196 + }
1197 +
1198 + public Criteria andModifyUserNameIn(List<String> values) {
1199 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
1200 + return (Criteria) this;
1201 + }
1202 +
1203 + public Criteria andModifyUserNameNotIn(List<String> values) {
1204 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
1205 + return (Criteria) this;
1206 + }
1207 +
1208 + public Criteria andModifyUserNameBetween(String value1, String value2) {
1209 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
1210 + return (Criteria) this;
1211 + }
1212 +
1213 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
1214 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
1215 + return (Criteria) this;
1216 + }
1217 + }
1218 +
1219 + public static class Criteria extends GeneratedCriteria {
1220 +
1221 + protected Criteria() {
1222 + super();
1223 + }
1224 + }
1225 +
1226 + public static class Criterion {
1227 + private String condition;
1228 +
1229 + private Object value;
1230 +
1231 + private Object secondValue;
1232 +
1233 + private boolean noValue;
1234 +
1235 + private boolean singleValue;
1236 +
1237 + private boolean betweenValue;
1238 +
1239 + private boolean listValue;
1240 +
1241 + private String typeHandler;
1242 +
1243 + public String getCondition() {
1244 + return condition;
1245 + }
1246 +
1247 + public Object getValue() {
1248 + return value;
1249 + }
1250 +
1251 + public Object getSecondValue() {
1252 + return secondValue;
1253 + }
1254 +
1255 + public boolean isNoValue() {
1256 + return noValue;
1257 + }
1258 +
1259 + public boolean isSingleValue() {
1260 + return singleValue;
1261 + }
1262 +
1263 + public boolean isBetweenValue() {
1264 + return betweenValue;
1265 + }
1266 +
1267 + public boolean isListValue() {
1268 + return listValue;
1269 + }
1270 +
1271 + public String getTypeHandler() {
1272 + return typeHandler;
1273 + }
1274 +
1275 + protected Criterion(String condition) {
1276 + super();
1277 + this.condition = condition;
1278 + this.typeHandler = null;
1279 + this.noValue = true;
1280 + }
1281 +
1282 + protected Criterion(String condition, Object value, String typeHandler) {
1283 + super();
1284 + this.condition = condition;
1285 + this.value = value;
1286 + this.typeHandler = typeHandler;
1287 + if (value instanceof List<?>) {
1288 + this.listValue = true;
1289 + } else {
1290 + this.singleValue = true;
1291 + }
1292 + }
1293 +
1294 + protected Criterion(String condition, Object value) {
1295 + this(condition, value, null);
1296 + }
1297 +
1298 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
1299 + super();
1300 + this.condition = condition;
1301 + this.value = value;
1302 + this.secondValue = secondValue;
1303 + this.typeHandler = typeHandler;
1304 + this.betweenValue = true;
1305 + }
1306 +
1307 + protected Criterion(String condition, Object value, Object secondValue) {
1308 + this(condition, value, secondValue, null);
1309 + }
1310 + }
1311 +}
...\ No newline at end of file ...\ No newline at end of file
1 +package com.fedex.connect.common.model.biz;
2 +
3 +import java.util.ArrayList;
4 +import java.util.Date;
5 +import java.util.List;
6 +
7 +public class PushObExample {
8 + protected String orderByClause;
9 +
10 + protected boolean distinct;
11 +
12 + protected List<Criteria> oredCriteria;
13 +
14 + protected Integer limitStart;
15 +
16 + protected Integer limitSize;
17 +
18 + public PushObExample() {
19 + oredCriteria = new ArrayList<Criteria>();
20 + }
21 +
22 + public void setOrderByClause(String orderByClause) {
23 + this.orderByClause = orderByClause;
24 + }
25 +
26 + public String getOrderByClause() {
27 + return orderByClause;
28 + }
29 +
30 + public void setDistinct(boolean distinct) {
31 + this.distinct = distinct;
32 + }
33 +
34 + public boolean isDistinct() {
35 + return distinct;
36 + }
37 +
38 + public List<Criteria> getOredCriteria() {
39 + return oredCriteria;
40 + }
41 +
42 + public void or(Criteria criteria) {
43 + oredCriteria.add(criteria);
44 + }
45 +
46 + public Criteria or() {
47 + Criteria criteria = createCriteriaInternal();
48 + oredCriteria.add(criteria);
49 + return criteria;
50 + }
51 +
52 + public Criteria createCriteria() {
53 + Criteria criteria = createCriteriaInternal();
54 + if (oredCriteria.size() == 0) {
55 + oredCriteria.add(criteria);
56 + }
57 + return criteria;
58 + }
59 +
60 + protected Criteria createCriteriaInternal() {
61 + Criteria criteria = new Criteria();
62 + return criteria;
63 + }
64 +
65 + public void clear() {
66 + oredCriteria.clear();
67 + orderByClause = null;
68 + distinct = false;
69 + }
70 +
71 + public void setLimitStart(Integer limitStart) {
72 + this.limitStart=limitStart;
73 + }
74 +
75 + public Integer getLimitStart() {
76 + return limitStart;
77 + }
78 +
79 + public void setLimitSize(Integer limitSize) {
80 + this.limitSize=limitSize;
81 + }
82 +
83 + public Integer getLimitSize() {
84 + return limitSize;
85 + }
86 +
87 + protected abstract static class GeneratedCriteria {
88 + protected List<Criterion> criteria;
89 +
90 + protected GeneratedCriteria() {
91 + super();
92 + criteria = new ArrayList<Criterion>();
93 + }
94 +
95 + public boolean isValid() {
96 + return criteria.size() > 0;
97 + }
98 +
99 + public List<Criterion> getAllCriteria() {
100 + return criteria;
101 + }
102 +
103 + public List<Criterion> getCriteria() {
104 + return criteria;
105 + }
106 +
107 + protected void addCriterion(String condition) {
108 + if (condition == null) {
109 + throw new RuntimeException("Value for condition cannot be null");
110 + }
111 + criteria.add(new Criterion(condition));
112 + }
113 +
114 + protected void addCriterion(String condition, Object value, String property) {
115 + if (value == null) {
116 + throw new RuntimeException("Value for " + property + " cannot be null");
117 + }
118 + criteria.add(new Criterion(condition, value));
119 + }
120 +
121 + protected void addCriterion(String condition, Object value1, Object value2, String property) {
122 + if (value1 == null || value2 == null) {
123 + throw new RuntimeException("Between values for " + property + " cannot be null");
124 + }
125 + criteria.add(new Criterion(condition, value1, value2));
126 + }
127 +
128 + public Criteria andIdIsNull() {
129 + addCriterion("ID is null");
130 + return (Criteria) this;
131 + }
132 +
133 + public Criteria andIdIsNotNull() {
134 + addCriterion("ID is not null");
135 + return (Criteria) this;
136 + }
137 +
138 + public Criteria andIdEqualTo(Long value) {
139 + addCriterion("ID =", value, "id");
140 + return (Criteria) this;
141 + }
142 +
143 + public Criteria andIdNotEqualTo(Long value) {
144 + addCriterion("ID <>", value, "id");
145 + return (Criteria) this;
146 + }
147 +
148 + public Criteria andIdGreaterThan(Long value) {
149 + addCriterion("ID >", value, "id");
150 + return (Criteria) this;
151 + }
152 +
153 + public Criteria andIdGreaterThanOrEqualTo(Long value) {
154 + addCriterion("ID >=", value, "id");
155 + return (Criteria) this;
156 + }
157 +
158 + public Criteria andIdLessThan(Long value) {
159 + addCriterion("ID <", value, "id");
160 + return (Criteria) this;
161 + }
162 +
163 + public Criteria andIdLessThanOrEqualTo(Long value) {
164 + addCriterion("ID <=", value, "id");
165 + return (Criteria) this;
166 + }
167 +
168 + public Criteria andIdIn(List<Long> values) {
169 + addCriterion("ID in", values, "id");
170 + return (Criteria) this;
171 + }
172 +
173 + public Criteria andIdNotIn(List<Long> values) {
174 + addCriterion("ID not in", values, "id");
175 + return (Criteria) this;
176 + }
177 +
178 + public Criteria andIdBetween(Long value1, Long value2) {
179 + addCriterion("ID between", value1, value2, "id");
180 + return (Criteria) this;
181 + }
182 +
183 + public Criteria andIdNotBetween(Long value1, Long value2) {
184 + addCriterion("ID not between", value1, value2, "id");
185 + return (Criteria) this;
186 + }
187 +
188 + public Criteria andConsignmentCodeIsNull() {
189 + addCriterion("CONSIGNMENT_CODE is null");
190 + return (Criteria) this;
191 + }
192 +
193 + public Criteria andConsignmentCodeIsNotNull() {
194 + addCriterion("CONSIGNMENT_CODE is not null");
195 + return (Criteria) this;
196 + }
197 +
198 + public Criteria andConsignmentCodeEqualTo(String value) {
199 + addCriterion("CONSIGNMENT_CODE =", value, "consignmentCode");
200 + return (Criteria) this;
201 + }
202 +
203 + public Criteria andConsignmentCodeNotEqualTo(String value) {
204 + addCriterion("CONSIGNMENT_CODE <>", value, "consignmentCode");
205 + return (Criteria) this;
206 + }
207 +
208 + public Criteria andConsignmentCodeGreaterThan(String value) {
209 + addCriterion("CONSIGNMENT_CODE >", value, "consignmentCode");
210 + return (Criteria) this;
211 + }
212 +
213 + public Criteria andConsignmentCodeGreaterThanOrEqualTo(String value) {
214 + addCriterion("CONSIGNMENT_CODE >=", value, "consignmentCode");
215 + return (Criteria) this;
216 + }
217 +
218 + public Criteria andConsignmentCodeLessThan(String value) {
219 + addCriterion("CONSIGNMENT_CODE <", value, "consignmentCode");
220 + return (Criteria) this;
221 + }
222 +
223 + public Criteria andConsignmentCodeLessThanOrEqualTo(String value) {
224 + addCriterion("CONSIGNMENT_CODE <=", value, "consignmentCode");
225 + return (Criteria) this;
226 + }
227 +
228 + public Criteria andConsignmentCodeLike(String value) {
229 + addCriterion("CONSIGNMENT_CODE like", value, "consignmentCode");
230 + return (Criteria) this;
231 + }
232 +
233 + public Criteria andConsignmentCodeNotLike(String value) {
234 + addCriterion("CONSIGNMENT_CODE not like", value, "consignmentCode");
235 + return (Criteria) this;
236 + }
237 +
238 + public Criteria andConsignmentCodeIn(List<String> values) {
239 + addCriterion("CONSIGNMENT_CODE in", values, "consignmentCode");
240 + return (Criteria) this;
241 + }
242 +
243 + public Criteria andConsignmentCodeNotIn(List<String> values) {
244 + addCriterion("CONSIGNMENT_CODE not in", values, "consignmentCode");
245 + return (Criteria) this;
246 + }
247 +
248 + public Criteria andConsignmentCodeBetween(String value1, String value2) {
249 + addCriterion("CONSIGNMENT_CODE between", value1, value2, "consignmentCode");
250 + return (Criteria) this;
251 + }
252 +
253 + public Criteria andConsignmentCodeNotBetween(String value1, String value2) {
254 + addCriterion("CONSIGNMENT_CODE not between", value1, value2, "consignmentCode");
255 + return (Criteria) this;
256 + }
257 +
258 + public Criteria andConsignmentIdIsNull() {
259 + addCriterion("CONSIGNMENT_ID is null");
260 + return (Criteria) this;
261 + }
262 +
263 + public Criteria andConsignmentIdIsNotNull() {
264 + addCriterion("CONSIGNMENT_ID is not null");
265 + return (Criteria) this;
266 + }
267 +
268 + public Criteria andConsignmentIdEqualTo(Long value) {
269 + addCriterion("CONSIGNMENT_ID =", value, "consignmentId");
270 + return (Criteria) this;
271 + }
272 +
273 + public Criteria andConsignmentIdNotEqualTo(Long value) {
274 + addCriterion("CONSIGNMENT_ID <>", value, "consignmentId");
275 + return (Criteria) this;
276 + }
277 +
278 + public Criteria andConsignmentIdGreaterThan(Long value) {
279 + addCriterion("CONSIGNMENT_ID >", value, "consignmentId");
280 + return (Criteria) this;
281 + }
282 +
283 + public Criteria andConsignmentIdGreaterThanOrEqualTo(Long value) {
284 + addCriterion("CONSIGNMENT_ID >=", value, "consignmentId");
285 + return (Criteria) this;
286 + }
287 +
288 + public Criteria andConsignmentIdLessThan(Long value) {
289 + addCriterion("CONSIGNMENT_ID <", value, "consignmentId");
290 + return (Criteria) this;
291 + }
292 +
293 + public Criteria andConsignmentIdLessThanOrEqualTo(Long value) {
294 + addCriterion("CONSIGNMENT_ID <=", value, "consignmentId");
295 + return (Criteria) this;
296 + }
297 +
298 + public Criteria andConsignmentIdIn(List<Long> values) {
299 + addCriterion("CONSIGNMENT_ID in", values, "consignmentId");
300 + return (Criteria) this;
301 + }
302 +
303 + public Criteria andConsignmentIdNotIn(List<Long> values) {
304 + addCriterion("CONSIGNMENT_ID not in", values, "consignmentId");
305 + return (Criteria) this;
306 + }
307 +
308 + public Criteria andConsignmentIdBetween(Long value1, Long value2) {
309 + addCriterion("CONSIGNMENT_ID between", value1, value2, "consignmentId");
310 + return (Criteria) this;
311 + }
312 +
313 + public Criteria andConsignmentIdNotBetween(Long value1, Long value2) {
314 + addCriterion("CONSIGNMENT_ID not between", value1, value2, "consignmentId");
315 + return (Criteria) this;
316 + }
317 +
318 + public Criteria andPushTimeIsNull() {
319 + addCriterion("PUSH_TIME is null");
320 + return (Criteria) this;
321 + }
322 +
323 + public Criteria andPushTimeIsNotNull() {
324 + addCriterion("PUSH_TIME is not null");
325 + return (Criteria) this;
326 + }
327 +
328 + public Criteria andPushTimeEqualTo(Date value) {
329 + addCriterion("PUSH_TIME =", value, "pushTime");
330 + return (Criteria) this;
331 + }
332 +
333 + public Criteria andPushTimeNotEqualTo(Date value) {
334 + addCriterion("PUSH_TIME <>", value, "pushTime");
335 + return (Criteria) this;
336 + }
337 +
338 + public Criteria andPushTimeGreaterThan(Date value) {
339 + addCriterion("PUSH_TIME >", value, "pushTime");
340 + return (Criteria) this;
341 + }
342 +
343 + public Criteria andPushTimeGreaterThanOrEqualTo(Date value) {
344 + addCriterion("PUSH_TIME >=", value, "pushTime");
345 + return (Criteria) this;
346 + }
347 +
348 + public Criteria andPushTimeLessThan(Date value) {
349 + addCriterion("PUSH_TIME <", value, "pushTime");
350 + return (Criteria) this;
351 + }
352 +
353 + public Criteria andPushTimeLessThanOrEqualTo(Date value) {
354 + addCriterion("PUSH_TIME <=", value, "pushTime");
355 + return (Criteria) this;
356 + }
357 +
358 + public Criteria andPushTimeIn(List<Date> values) {
359 + addCriterion("PUSH_TIME in", values, "pushTime");
360 + return (Criteria) this;
361 + }
362 +
363 + public Criteria andPushTimeNotIn(List<Date> values) {
364 + addCriterion("PUSH_TIME not in", values, "pushTime");
365 + return (Criteria) this;
366 + }
367 +
368 + public Criteria andPushTimeBetween(Date value1, Date value2) {
369 + addCriterion("PUSH_TIME between", value1, value2, "pushTime");
370 + return (Criteria) this;
371 + }
372 +
373 + public Criteria andPushTimeNotBetween(Date value1, Date value2) {
374 + addCriterion("PUSH_TIME not between", value1, value2, "pushTime");
375 + return (Criteria) this;
376 + }
377 +
378 + public Criteria andStatusIdIsNull() {
379 + addCriterion("STATUS_ID is null");
380 + return (Criteria) this;
381 + }
382 +
383 + public Criteria andStatusIdIsNotNull() {
384 + addCriterion("STATUS_ID is not null");
385 + return (Criteria) this;
386 + }
387 +
388 + public Criteria andStatusIdEqualTo(Long value) {
389 + addCriterion("STATUS_ID =", value, "statusId");
390 + return (Criteria) this;
391 + }
392 +
393 + public Criteria andStatusIdNotEqualTo(Long value) {
394 + addCriterion("STATUS_ID <>", value, "statusId");
395 + return (Criteria) this;
396 + }
397 +
398 + public Criteria andStatusIdGreaterThan(Long value) {
399 + addCriterion("STATUS_ID >", value, "statusId");
400 + return (Criteria) this;
401 + }
402 +
403 + public Criteria andStatusIdGreaterThanOrEqualTo(Long value) {
404 + addCriterion("STATUS_ID >=", value, "statusId");
405 + return (Criteria) this;
406 + }
407 +
408 + public Criteria andStatusIdLessThan(Long value) {
409 + addCriterion("STATUS_ID <", value, "statusId");
410 + return (Criteria) this;
411 + }
412 +
413 + public Criteria andStatusIdLessThanOrEqualTo(Long value) {
414 + addCriterion("STATUS_ID <=", value, "statusId");
415 + return (Criteria) this;
416 + }
417 +
418 + public Criteria andStatusIdIn(List<Long> values) {
419 + addCriterion("STATUS_ID in", values, "statusId");
420 + return (Criteria) this;
421 + }
422 +
423 + public Criteria andStatusIdNotIn(List<Long> values) {
424 + addCriterion("STATUS_ID not in", values, "statusId");
425 + return (Criteria) this;
426 + }
427 +
428 + public Criteria andStatusIdBetween(Long value1, Long value2) {
429 + addCriterion("STATUS_ID between", value1, value2, "statusId");
430 + return (Criteria) this;
431 + }
432 +
433 + public Criteria andStatusIdNotBetween(Long value1, Long value2) {
434 + addCriterion("STATUS_ID not between", value1, value2, "statusId");
435 + return (Criteria) this;
436 + }
437 +
438 + public Criteria andStatusNameIsNull() {
439 + addCriterion("STATUS_NAME is null");
440 + return (Criteria) this;
441 + }
442 +
443 + public Criteria andStatusNameIsNotNull() {
444 + addCriterion("STATUS_NAME is not null");
445 + return (Criteria) this;
446 + }
447 +
448 + public Criteria andStatusNameEqualTo(String value) {
449 + addCriterion("STATUS_NAME =", value, "statusName");
450 + return (Criteria) this;
451 + }
452 +
453 + public Criteria andStatusNameNotEqualTo(String value) {
454 + addCriterion("STATUS_NAME <>", value, "statusName");
455 + return (Criteria) this;
456 + }
457 +
458 + public Criteria andStatusNameGreaterThan(String value) {
459 + addCriterion("STATUS_NAME >", value, "statusName");
460 + return (Criteria) this;
461 + }
462 +
463 + public Criteria andStatusNameGreaterThanOrEqualTo(String value) {
464 + addCriterion("STATUS_NAME >=", value, "statusName");
465 + return (Criteria) this;
466 + }
467 +
468 + public Criteria andStatusNameLessThan(String value) {
469 + addCriterion("STATUS_NAME <", value, "statusName");
470 + return (Criteria) this;
471 + }
472 +
473 + public Criteria andStatusNameLessThanOrEqualTo(String value) {
474 + addCriterion("STATUS_NAME <=", value, "statusName");
475 + return (Criteria) this;
476 + }
477 +
478 + public Criteria andStatusNameLike(String value) {
479 + addCriterion("STATUS_NAME like", value, "statusName");
480 + return (Criteria) this;
481 + }
482 +
483 + public Criteria andStatusNameNotLike(String value) {
484 + addCriterion("STATUS_NAME not like", value, "statusName");
485 + return (Criteria) this;
486 + }
487 +
488 + public Criteria andStatusNameIn(List<String> values) {
489 + addCriterion("STATUS_NAME in", values, "statusName");
490 + return (Criteria) this;
491 + }
492 +
493 + public Criteria andStatusNameNotIn(List<String> values) {
494 + addCriterion("STATUS_NAME not in", values, "statusName");
495 + return (Criteria) this;
496 + }
497 +
498 + public Criteria andStatusNameBetween(String value1, String value2) {
499 + addCriterion("STATUS_NAME between", value1, value2, "statusName");
500 + return (Criteria) this;
501 + }
502 +
503 + public Criteria andStatusNameNotBetween(String value1, String value2) {
504 + addCriterion("STATUS_NAME not between", value1, value2, "statusName");
505 + return (Criteria) this;
506 + }
507 +
508 + public Criteria andPushNumIsNull() {
509 + addCriterion("PUSH_NUM is null");
510 + return (Criteria) this;
511 + }
512 +
513 + public Criteria andPushNumIsNotNull() {
514 + addCriterion("PUSH_NUM is not null");
515 + return (Criteria) this;
516 + }
517 +
518 + public Criteria andPushNumEqualTo(Long value) {
519 + addCriterion("PUSH_NUM =", value, "pushNum");
520 + return (Criteria) this;
521 + }
522 +
523 + public Criteria andPushNumNotEqualTo(Long value) {
524 + addCriterion("PUSH_NUM <>", value, "pushNum");
525 + return (Criteria) this;
526 + }
527 +
528 + public Criteria andPushNumGreaterThan(Long value) {
529 + addCriterion("PUSH_NUM >", value, "pushNum");
530 + return (Criteria) this;
531 + }
532 +
533 + public Criteria andPushNumGreaterThanOrEqualTo(Long value) {
534 + addCriterion("PUSH_NUM >=", value, "pushNum");
535 + return (Criteria) this;
536 + }
537 +
538 + public Criteria andPushNumLessThan(Long value) {
539 + addCriterion("PUSH_NUM <", value, "pushNum");
540 + return (Criteria) this;
541 + }
542 +
543 + public Criteria andPushNumLessThanOrEqualTo(Long value) {
544 + addCriterion("PUSH_NUM <=", value, "pushNum");
545 + return (Criteria) this;
546 + }
547 +
548 + public Criteria andPushNumIn(List<Long> values) {
549 + addCriterion("PUSH_NUM in", values, "pushNum");
550 + return (Criteria) this;
551 + }
552 +
553 + public Criteria andPushNumNotIn(List<Long> values) {
554 + addCriterion("PUSH_NUM not in", values, "pushNum");
555 + return (Criteria) this;
556 + }
557 +
558 + public Criteria andPushNumBetween(Long value1, Long value2) {
559 + addCriterion("PUSH_NUM between", value1, value2, "pushNum");
560 + return (Criteria) this;
561 + }
562 +
563 + public Criteria andPushNumNotBetween(Long value1, Long value2) {
564 + addCriterion("PUSH_NUM not between", value1, value2, "pushNum");
565 + return (Criteria) this;
566 + }
567 +
568 + public Criteria andFilePathIsNull() {
569 + addCriterion("FILE_PATH is null");
570 + return (Criteria) this;
571 + }
572 +
573 + public Criteria andFilePathIsNotNull() {
574 + addCriterion("FILE_PATH is not null");
575 + return (Criteria) this;
576 + }
577 +
578 + public Criteria andFilePathEqualTo(String value) {
579 + addCriterion("FILE_PATH =", value, "filePath");
580 + return (Criteria) this;
581 + }
582 +
583 + public Criteria andFilePathNotEqualTo(String value) {
584 + addCriterion("FILE_PATH <>", value, "filePath");
585 + return (Criteria) this;
586 + }
587 +
588 + public Criteria andFilePathGreaterThan(String value) {
589 + addCriterion("FILE_PATH >", value, "filePath");
590 + return (Criteria) this;
591 + }
592 +
593 + public Criteria andFilePathGreaterThanOrEqualTo(String value) {
594 + addCriterion("FILE_PATH >=", value, "filePath");
595 + return (Criteria) this;
596 + }
597 +
598 + public Criteria andFilePathLessThan(String value) {
599 + addCriterion("FILE_PATH <", value, "filePath");
600 + return (Criteria) this;
601 + }
602 +
603 + public Criteria andFilePathLessThanOrEqualTo(String value) {
604 + addCriterion("FILE_PATH <=", value, "filePath");
605 + return (Criteria) this;
606 + }
607 +
608 + public Criteria andFilePathLike(String value) {
609 + addCriterion("FILE_PATH like", value, "filePath");
610 + return (Criteria) this;
611 + }
612 +
613 + public Criteria andFilePathNotLike(String value) {
614 + addCriterion("FILE_PATH not like", value, "filePath");
615 + return (Criteria) this;
616 + }
617 +
618 + public Criteria andFilePathIn(List<String> values) {
619 + addCriterion("FILE_PATH in", values, "filePath");
620 + return (Criteria) this;
621 + }
622 +
623 + public Criteria andFilePathNotIn(List<String> values) {
624 + addCriterion("FILE_PATH not in", values, "filePath");
625 + return (Criteria) this;
626 + }
627 +
628 + public Criteria andFilePathBetween(String value1, String value2) {
629 + addCriterion("FILE_PATH between", value1, value2, "filePath");
630 + return (Criteria) this;
631 + }
632 +
633 + public Criteria andFilePathNotBetween(String value1, String value2) {
634 + addCriterion("FILE_PATH not between", value1, value2, "filePath");
635 + return (Criteria) this;
636 + }
637 +
638 + public Criteria andFileBackPathIsNull() {
639 + addCriterion("FILE_BACK_PATH is null");
640 + return (Criteria) this;
641 + }
642 +
643 + public Criteria andFileBackPathIsNotNull() {
644 + addCriterion("FILE_BACK_PATH is not null");
645 + return (Criteria) this;
646 + }
647 +
648 + public Criteria andFileBackPathEqualTo(String value) {
649 + addCriterion("FILE_BACK_PATH =", value, "fileBackPath");
650 + return (Criteria) this;
651 + }
652 +
653 + public Criteria andFileBackPathNotEqualTo(String value) {
654 + addCriterion("FILE_BACK_PATH <>", value, "fileBackPath");
655 + return (Criteria) this;
656 + }
657 +
658 + public Criteria andFileBackPathGreaterThan(String value) {
659 + addCriterion("FILE_BACK_PATH >", value, "fileBackPath");
660 + return (Criteria) this;
661 + }
662 +
663 + public Criteria andFileBackPathGreaterThanOrEqualTo(String value) {
664 + addCriterion("FILE_BACK_PATH >=", value, "fileBackPath");
665 + return (Criteria) this;
666 + }
667 +
668 + public Criteria andFileBackPathLessThan(String value) {
669 + addCriterion("FILE_BACK_PATH <", value, "fileBackPath");
670 + return (Criteria) this;
671 + }
672 +
673 + public Criteria andFileBackPathLessThanOrEqualTo(String value) {
674 + addCriterion("FILE_BACK_PATH <=", value, "fileBackPath");
675 + return (Criteria) this;
676 + }
677 +
678 + public Criteria andFileBackPathLike(String value) {
679 + addCriterion("FILE_BACK_PATH like", value, "fileBackPath");
680 + return (Criteria) this;
681 + }
682 +
683 + public Criteria andFileBackPathNotLike(String value) {
684 + addCriterion("FILE_BACK_PATH not like", value, "fileBackPath");
685 + return (Criteria) this;
686 + }
687 +
688 + public Criteria andFileBackPathIn(List<String> values) {
689 + addCriterion("FILE_BACK_PATH in", values, "fileBackPath");
690 + return (Criteria) this;
691 + }
692 +
693 + public Criteria andFileBackPathNotIn(List<String> values) {
694 + addCriterion("FILE_BACK_PATH not in", values, "fileBackPath");
695 + return (Criteria) this;
696 + }
697 +
698 + public Criteria andFileBackPathBetween(String value1, String value2) {
699 + addCriterion("FILE_BACK_PATH between", value1, value2, "fileBackPath");
700 + return (Criteria) this;
701 + }
702 +
703 + public Criteria andFileBackPathNotBetween(String value1, String value2) {
704 + addCriterion("FILE_BACK_PATH not between", value1, value2, "fileBackPath");
705 + return (Criteria) this;
706 + }
707 +
708 + public Criteria andFileNameIsNull() {
709 + addCriterion("FILE_NAME is null");
710 + return (Criteria) this;
711 + }
712 +
713 + public Criteria andFileNameIsNotNull() {
714 + addCriterion("FILE_NAME is not null");
715 + return (Criteria) this;
716 + }
717 +
718 + public Criteria andFileNameEqualTo(String value) {
719 + addCriterion("FILE_NAME =", value, "fileName");
720 + return (Criteria) this;
721 + }
722 +
723 + public Criteria andFileNameNotEqualTo(String value) {
724 + addCriterion("FILE_NAME <>", value, "fileName");
725 + return (Criteria) this;
726 + }
727 +
728 + public Criteria andFileNameGreaterThan(String value) {
729 + addCriterion("FILE_NAME >", value, "fileName");
730 + return (Criteria) this;
731 + }
732 +
733 + public Criteria andFileNameGreaterThanOrEqualTo(String value) {
734 + addCriterion("FILE_NAME >=", value, "fileName");
735 + return (Criteria) this;
736 + }
737 +
738 + public Criteria andFileNameLessThan(String value) {
739 + addCriterion("FILE_NAME <", value, "fileName");
740 + return (Criteria) this;
741 + }
742 +
743 + public Criteria andFileNameLessThanOrEqualTo(String value) {
744 + addCriterion("FILE_NAME <=", value, "fileName");
745 + return (Criteria) this;
746 + }
747 +
748 + public Criteria andFileNameLike(String value) {
749 + addCriterion("FILE_NAME like", value, "fileName");
750 + return (Criteria) this;
751 + }
752 +
753 + public Criteria andFileNameNotLike(String value) {
754 + addCriterion("FILE_NAME not like", value, "fileName");
755 + return (Criteria) this;
756 + }
757 +
758 + public Criteria andFileNameIn(List<String> values) {
759 + addCriterion("FILE_NAME in", values, "fileName");
760 + return (Criteria) this;
761 + }
762 +
763 + public Criteria andFileNameNotIn(List<String> values) {
764 + addCriterion("FILE_NAME not in", values, "fileName");
765 + return (Criteria) this;
766 + }
767 +
768 + public Criteria andFileNameBetween(String value1, String value2) {
769 + addCriterion("FILE_NAME between", value1, value2, "fileName");
770 + return (Criteria) this;
771 + }
772 +
773 + public Criteria andFileNameNotBetween(String value1, String value2) {
774 + addCriterion("FILE_NAME not between", value1, value2, "fileName");
775 + return (Criteria) this;
776 + }
777 +
778 + public Criteria andRemarkIsNull() {
779 + addCriterion("REMARK is null");
780 + return (Criteria) this;
781 + }
782 +
783 + public Criteria andRemarkIsNotNull() {
784 + addCriterion("REMARK is not null");
785 + return (Criteria) this;
786 + }
787 +
788 + public Criteria andRemarkEqualTo(String value) {
789 + addCriterion("REMARK =", value, "remark");
790 + return (Criteria) this;
791 + }
792 +
793 + public Criteria andRemarkNotEqualTo(String value) {
794 + addCriterion("REMARK <>", value, "remark");
795 + return (Criteria) this;
796 + }
797 +
798 + public Criteria andRemarkGreaterThan(String value) {
799 + addCriterion("REMARK >", value, "remark");
800 + return (Criteria) this;
801 + }
802 +
803 + public Criteria andRemarkGreaterThanOrEqualTo(String value) {
804 + addCriterion("REMARK >=", value, "remark");
805 + return (Criteria) this;
806 + }
807 +
808 + public Criteria andRemarkLessThan(String value) {
809 + addCriterion("REMARK <", value, "remark");
810 + return (Criteria) this;
811 + }
812 +
813 + public Criteria andRemarkLessThanOrEqualTo(String value) {
814 + addCriterion("REMARK <=", value, "remark");
815 + return (Criteria) this;
816 + }
817 +
818 + public Criteria andRemarkLike(String value) {
819 + addCriterion("REMARK like", value, "remark");
820 + return (Criteria) this;
821 + }
822 +
823 + public Criteria andRemarkNotLike(String value) {
824 + addCriterion("REMARK not like", value, "remark");
825 + return (Criteria) this;
826 + }
827 +
828 + public Criteria andRemarkIn(List<String> values) {
829 + addCriterion("REMARK in", values, "remark");
830 + return (Criteria) this;
831 + }
832 +
833 + public Criteria andRemarkNotIn(List<String> values) {
834 + addCriterion("REMARK not in", values, "remark");
835 + return (Criteria) this;
836 + }
837 +
838 + public Criteria andRemarkBetween(String value1, String value2) {
839 + addCriterion("REMARK between", value1, value2, "remark");
840 + return (Criteria) this;
841 + }
842 +
843 + public Criteria andRemarkNotBetween(String value1, String value2) {
844 + addCriterion("REMARK not between", value1, value2, "remark");
845 + return (Criteria) this;
846 + }
847 +
848 + public Criteria andCreateTimeIsNull() {
849 + addCriterion("CREATE_TIME is null");
850 + return (Criteria) this;
851 + }
852 +
853 + public Criteria andCreateTimeIsNotNull() {
854 + addCriterion("CREATE_TIME is not null");
855 + return (Criteria) this;
856 + }
857 +
858 + public Criteria andCreateTimeEqualTo(Date value) {
859 + addCriterion("CREATE_TIME =", value, "createTime");
860 + return (Criteria) this;
861 + }
862 +
863 + public Criteria andCreateTimeNotEqualTo(Date value) {
864 + addCriterion("CREATE_TIME <>", value, "createTime");
865 + return (Criteria) this;
866 + }
867 +
868 + public Criteria andCreateTimeGreaterThan(Date value) {
869 + addCriterion("CREATE_TIME >", value, "createTime");
870 + return (Criteria) this;
871 + }
872 +
873 + public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
874 + addCriterion("CREATE_TIME >=", value, "createTime");
875 + return (Criteria) this;
876 + }
877 +
878 + public Criteria andCreateTimeLessThan(Date value) {
879 + addCriterion("CREATE_TIME <", value, "createTime");
880 + return (Criteria) this;
881 + }
882 +
883 + public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
884 + addCriterion("CREATE_TIME <=", value, "createTime");
885 + return (Criteria) this;
886 + }
887 +
888 + public Criteria andCreateTimeIn(List<Date> values) {
889 + addCriterion("CREATE_TIME in", values, "createTime");
890 + return (Criteria) this;
891 + }
892 +
893 + public Criteria andCreateTimeNotIn(List<Date> values) {
894 + addCriterion("CREATE_TIME not in", values, "createTime");
895 + return (Criteria) this;
896 + }
897 +
898 + public Criteria andCreateTimeBetween(Date value1, Date value2) {
899 + addCriterion("CREATE_TIME between", value1, value2, "createTime");
900 + return (Criteria) this;
901 + }
902 +
903 + public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
904 + addCriterion("CREATE_TIME not between", value1, value2, "createTime");
905 + return (Criteria) this;
906 + }
907 +
908 + public Criteria andCreateUserIdIsNull() {
909 + addCriterion("CREATE_USER_ID is null");
910 + return (Criteria) this;
911 + }
912 +
913 + public Criteria andCreateUserIdIsNotNull() {
914 + addCriterion("CREATE_USER_ID is not null");
915 + return (Criteria) this;
916 + }
917 +
918 + public Criteria andCreateUserIdEqualTo(Long value) {
919 + addCriterion("CREATE_USER_ID =", value, "createUserId");
920 + return (Criteria) this;
921 + }
922 +
923 + public Criteria andCreateUserIdNotEqualTo(Long value) {
924 + addCriterion("CREATE_USER_ID <>", value, "createUserId");
925 + return (Criteria) this;
926 + }
927 +
928 + public Criteria andCreateUserIdGreaterThan(Long value) {
929 + addCriterion("CREATE_USER_ID >", value, "createUserId");
930 + return (Criteria) this;
931 + }
932 +
933 + public Criteria andCreateUserIdGreaterThanOrEqualTo(Long value) {
934 + addCriterion("CREATE_USER_ID >=", value, "createUserId");
935 + return (Criteria) this;
936 + }
937 +
938 + public Criteria andCreateUserIdLessThan(Long value) {
939 + addCriterion("CREATE_USER_ID <", value, "createUserId");
940 + return (Criteria) this;
941 + }
942 +
943 + public Criteria andCreateUserIdLessThanOrEqualTo(Long value) {
944 + addCriterion("CREATE_USER_ID <=", value, "createUserId");
945 + return (Criteria) this;
946 + }
947 +
948 + public Criteria andCreateUserIdIn(List<Long> values) {
949 + addCriterion("CREATE_USER_ID in", values, "createUserId");
950 + return (Criteria) this;
951 + }
952 +
953 + public Criteria andCreateUserIdNotIn(List<Long> values) {
954 + addCriterion("CREATE_USER_ID not in", values, "createUserId");
955 + return (Criteria) this;
956 + }
957 +
958 + public Criteria andCreateUserIdBetween(Long value1, Long value2) {
959 + addCriterion("CREATE_USER_ID between", value1, value2, "createUserId");
960 + return (Criteria) this;
961 + }
962 +
963 + public Criteria andCreateUserIdNotBetween(Long value1, Long value2) {
964 + addCriterion("CREATE_USER_ID not between", value1, value2, "createUserId");
965 + return (Criteria) this;
966 + }
967 +
968 + public Criteria andCreateUserNameIsNull() {
969 + addCriterion("CREATE_USER_NAME is null");
970 + return (Criteria) this;
971 + }
972 +
973 + public Criteria andCreateUserNameIsNotNull() {
974 + addCriterion("CREATE_USER_NAME is not null");
975 + return (Criteria) this;
976 + }
977 +
978 + public Criteria andCreateUserNameEqualTo(String value) {
979 + addCriterion("CREATE_USER_NAME =", value, "createUserName");
980 + return (Criteria) this;
981 + }
982 +
983 + public Criteria andCreateUserNameNotEqualTo(String value) {
984 + addCriterion("CREATE_USER_NAME <>", value, "createUserName");
985 + return (Criteria) this;
986 + }
987 +
988 + public Criteria andCreateUserNameGreaterThan(String value) {
989 + addCriterion("CREATE_USER_NAME >", value, "createUserName");
990 + return (Criteria) this;
991 + }
992 +
993 + public Criteria andCreateUserNameGreaterThanOrEqualTo(String value) {
994 + addCriterion("CREATE_USER_NAME >=", value, "createUserName");
995 + return (Criteria) this;
996 + }
997 +
998 + public Criteria andCreateUserNameLessThan(String value) {
999 + addCriterion("CREATE_USER_NAME <", value, "createUserName");
1000 + return (Criteria) this;
1001 + }
1002 +
1003 + public Criteria andCreateUserNameLessThanOrEqualTo(String value) {
1004 + addCriterion("CREATE_USER_NAME <=", value, "createUserName");
1005 + return (Criteria) this;
1006 + }
1007 +
1008 + public Criteria andCreateUserNameLike(String value) {
1009 + addCriterion("CREATE_USER_NAME like", value, "createUserName");
1010 + return (Criteria) this;
1011 + }
1012 +
1013 + public Criteria andCreateUserNameNotLike(String value) {
1014 + addCriterion("CREATE_USER_NAME not like", value, "createUserName");
1015 + return (Criteria) this;
1016 + }
1017 +
1018 + public Criteria andCreateUserNameIn(List<String> values) {
1019 + addCriterion("CREATE_USER_NAME in", values, "createUserName");
1020 + return (Criteria) this;
1021 + }
1022 +
1023 + public Criteria andCreateUserNameNotIn(List<String> values) {
1024 + addCriterion("CREATE_USER_NAME not in", values, "createUserName");
1025 + return (Criteria) this;
1026 + }
1027 +
1028 + public Criteria andCreateUserNameBetween(String value1, String value2) {
1029 + addCriterion("CREATE_USER_NAME between", value1, value2, "createUserName");
1030 + return (Criteria) this;
1031 + }
1032 +
1033 + public Criteria andCreateUserNameNotBetween(String value1, String value2) {
1034 + addCriterion("CREATE_USER_NAME not between", value1, value2, "createUserName");
1035 + return (Criteria) this;
1036 + }
1037 +
1038 + public Criteria andModifyTimeIsNull() {
1039 + addCriterion("MODIFY_TIME is null");
1040 + return (Criteria) this;
1041 + }
1042 +
1043 + public Criteria andModifyTimeIsNotNull() {
1044 + addCriterion("MODIFY_TIME is not null");
1045 + return (Criteria) this;
1046 + }
1047 +
1048 + public Criteria andModifyTimeEqualTo(Date value) {
1049 + addCriterion("MODIFY_TIME =", value, "modifyTime");
1050 + return (Criteria) this;
1051 + }
1052 +
1053 + public Criteria andModifyTimeNotEqualTo(Date value) {
1054 + addCriterion("MODIFY_TIME <>", value, "modifyTime");
1055 + return (Criteria) this;
1056 + }
1057 +
1058 + public Criteria andModifyTimeGreaterThan(Date value) {
1059 + addCriterion("MODIFY_TIME >", value, "modifyTime");
1060 + return (Criteria) this;
1061 + }
1062 +
1063 + public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
1064 + addCriterion("MODIFY_TIME >=", value, "modifyTime");
1065 + return (Criteria) this;
1066 + }
1067 +
1068 + public Criteria andModifyTimeLessThan(Date value) {
1069 + addCriterion("MODIFY_TIME <", value, "modifyTime");
1070 + return (Criteria) this;
1071 + }
1072 +
1073 + public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
1074 + addCriterion("MODIFY_TIME <=", value, "modifyTime");
1075 + return (Criteria) this;
1076 + }
1077 +
1078 + public Criteria andModifyTimeIn(List<Date> values) {
1079 + addCriterion("MODIFY_TIME in", values, "modifyTime");
1080 + return (Criteria) this;
1081 + }
1082 +
1083 + public Criteria andModifyTimeNotIn(List<Date> values) {
1084 + addCriterion("MODIFY_TIME not in", values, "modifyTime");
1085 + return (Criteria) this;
1086 + }
1087 +
1088 + public Criteria andModifyTimeBetween(Date value1, Date value2) {
1089 + addCriterion("MODIFY_TIME between", value1, value2, "modifyTime");
1090 + return (Criteria) this;
1091 + }
1092 +
1093 + public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
1094 + addCriterion("MODIFY_TIME not between", value1, value2, "modifyTime");
1095 + return (Criteria) this;
1096 + }
1097 +
1098 + public Criteria andModifyUserIdIsNull() {
1099 + addCriterion("MODIFY_USER_ID is null");
1100 + return (Criteria) this;
1101 + }
1102 +
1103 + public Criteria andModifyUserIdIsNotNull() {
1104 + addCriterion("MODIFY_USER_ID is not null");
1105 + return (Criteria) this;
1106 + }
1107 +
1108 + public Criteria andModifyUserIdEqualTo(Long value) {
1109 + addCriterion("MODIFY_USER_ID =", value, "modifyUserId");
1110 + return (Criteria) this;
1111 + }
1112 +
1113 + public Criteria andModifyUserIdNotEqualTo(Long value) {
1114 + addCriterion("MODIFY_USER_ID <>", value, "modifyUserId");
1115 + return (Criteria) this;
1116 + }
1117 +
1118 + public Criteria andModifyUserIdGreaterThan(Long value) {
1119 + addCriterion("MODIFY_USER_ID >", value, "modifyUserId");
1120 + return (Criteria) this;
1121 + }
1122 +
1123 + public Criteria andModifyUserIdGreaterThanOrEqualTo(Long value) {
1124 + addCriterion("MODIFY_USER_ID >=", value, "modifyUserId");
1125 + return (Criteria) this;
1126 + }
1127 +
1128 + public Criteria andModifyUserIdLessThan(Long value) {
1129 + addCriterion("MODIFY_USER_ID <", value, "modifyUserId");
1130 + return (Criteria) this;
1131 + }
1132 +
1133 + public Criteria andModifyUserIdLessThanOrEqualTo(Long value) {
1134 + addCriterion("MODIFY_USER_ID <=", value, "modifyUserId");
1135 + return (Criteria) this;
1136 + }
1137 +
1138 + public Criteria andModifyUserIdIn(List<Long> values) {
1139 + addCriterion("MODIFY_USER_ID in", values, "modifyUserId");
1140 + return (Criteria) this;
1141 + }
1142 +
1143 + public Criteria andModifyUserIdNotIn(List<Long> values) {
1144 + addCriterion("MODIFY_USER_ID not in", values, "modifyUserId");
1145 + return (Criteria) this;
1146 + }
1147 +
1148 + public Criteria andModifyUserIdBetween(Long value1, Long value2) {
1149 + addCriterion("MODIFY_USER_ID between", value1, value2, "modifyUserId");
1150 + return (Criteria) this;
1151 + }
1152 +
1153 + public Criteria andModifyUserIdNotBetween(Long value1, Long value2) {
1154 + addCriterion("MODIFY_USER_ID not between", value1, value2, "modifyUserId");
1155 + return (Criteria) this;
1156 + }
1157 +
1158 + public Criteria andModifyUserNameIsNull() {
1159 + addCriterion("MODIFY_USER_NAME is null");
1160 + return (Criteria) this;
1161 + }
1162 +
1163 + public Criteria andModifyUserNameIsNotNull() {
1164 + addCriterion("MODIFY_USER_NAME is not null");
1165 + return (Criteria) this;
1166 + }
1167 +
1168 + public Criteria andModifyUserNameEqualTo(String value) {
1169 + addCriterion("MODIFY_USER_NAME =", value, "modifyUserName");
1170 + return (Criteria) this;
1171 + }
1172 +
1173 + public Criteria andModifyUserNameNotEqualTo(String value) {
1174 + addCriterion("MODIFY_USER_NAME <>", value, "modifyUserName");
1175 + return (Criteria) this;
1176 + }
1177 +
1178 + public Criteria andModifyUserNameGreaterThan(String value) {
1179 + addCriterion("MODIFY_USER_NAME >", value, "modifyUserName");
1180 + return (Criteria) this;
1181 + }
1182 +
1183 + public Criteria andModifyUserNameGreaterThanOrEqualTo(String value) {
1184 + addCriterion("MODIFY_USER_NAME >=", value, "modifyUserName");
1185 + return (Criteria) this;
1186 + }
1187 +
1188 + public Criteria andModifyUserNameLessThan(String value) {
1189 + addCriterion("MODIFY_USER_NAME <", value, "modifyUserName");
1190 + return (Criteria) this;
1191 + }
1192 +
1193 + public Criteria andModifyUserNameLessThanOrEqualTo(String value) {
1194 + addCriterion("MODIFY_USER_NAME <=", value, "modifyUserName");
1195 + return (Criteria) this;
1196 + }
1197 +
1198 + public Criteria andModifyUserNameLike(String value) {
1199 + addCriterion("MODIFY_USER_NAME like", value, "modifyUserName");
1200 + return (Criteria) this;
1201 + }
1202 +
1203 + public Criteria andModifyUserNameNotLike(String value) {
1204 + addCriterion("MODIFY_USER_NAME not like", value, "modifyUserName");
1205 + return (Criteria) this;
1206 + }
1207 +
1208 + public Criteria andModifyUserNameIn(List<String> values) {
1209 + addCriterion("MODIFY_USER_NAME in", values, "modifyUserName");
1210 + return (Criteria) this;
1211 + }
1212 +
1213 + public Criteria andModifyUserNameNotIn(List<String> values) {
1214 + addCriterion("MODIFY_USER_NAME not in", values, "modifyUserName");
1215 + return (Criteria) this;
1216 + }
1217 +
1218 + public Criteria andModifyUserNameBetween(String value1, String value2) {
1219 + addCriterion("MODIFY_USER_NAME between", value1, value2, "modifyUserName");
1220 + return (Criteria) this;
1221 + }
1222 +
1223 + public Criteria andModifyUserNameNotBetween(String value1, String value2) {
1224 + addCriterion("MODIFY_USER_NAME not between", value1, value2, "modifyUserName");
1225 + return (Criteria) this;
1226 + }
1227 + }
1228 +
1229 + public static class Criteria extends GeneratedCriteria {
1230 +
1231 + protected Criteria() {
1232 + super();
1233 + }
1234 + }
1235 +
1236 + public static class Criterion {
1237 + private String condition;
1238 +
1239 + private Object value;
1240 +
1241 + private Object secondValue;
1242 +
1243 + private boolean noValue;
1244 +
1245 + private boolean singleValue;
1246 +
1247 + private boolean betweenValue;
1248 +
1249 + private boolean listValue;
1250 +
1251 + private String typeHandler;
1252 +
1253 + public String getCondition() {
1254 + return condition;
1255 + }
1256 +
1257 + public Object getValue() {
1258 + return value;
1259 + }
1260 +
1261 + public Object getSecondValue() {
1262 + return secondValue;
1263 + }
1264 +
1265 + public boolean isNoValue() {
1266 + return noValue;
1267 + }
1268 +
1269 + public boolean isSingleValue() {
1270 + return singleValue;
1271 + }
1272 +
1273 + public boolean isBetweenValue() {
1274 + return betweenValue;
1275 + }
1276 +
1277 + public boolean isListValue() {
1278 + return listValue;
1279 + }
1280 +
1281 + public String getTypeHandler() {
1282 + return typeHandler;
1283 + }
1284 +
1285 + protected Criterion(String condition) {
1286 + super();
1287 + this.condition = condition;
1288 + this.typeHandler = null;
1289 + this.noValue = true;
1290 + }
1291 +
1292 + protected Criterion(String condition, Object value, String typeHandler) {
1293 + super();
1294 + this.condition = condition;
1295 + this.value = value;
1296 + this.typeHandler = typeHandler;
1297 + if (value instanceof List<?>) {
1298 + this.listValue = true;
1299 + } else {
1300 + this.singleValue = true;
1301 + }
1302 + }
1303 +
1304 + protected Criterion(String condition, Object value) {
1305 + this(condition, value, null);
1306 + }
1307 +
1308 + protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
1309 + super();
1310 + this.condition = condition;
1311 + this.value = value;
1312 + this.secondValue = secondValue;
1313 + this.typeHandler = typeHandler;
1314 + this.betweenValue = true;
1315 + }
1316 +
1317 + protected Criterion(String condition, Object value, Object secondValue) {
1318 + this(condition, value, secondValue, null);
1319 + }
1320 + }
1321 +}
...\ No newline at end of file ...\ No newline at end of file
1 -package com.fedex.connect.common.model.biz;
...\ No newline at end of file ...\ No newline at end of file
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
40 sys:系统 系统相关表,例如kafka表 40 sys:系统 系统相关表,例如kafka表
41 log: 日志 日志记录表,例如邮件发送日志表 41 log: 日志 日志记录表,例如邮件发送日志表
42 --> 42 -->
43 - <javaModelGenerator targetPackage="com.fedex.connect.common.model.sys" targetProject="src/main/java"> 43 + <javaModelGenerator targetPackage="com.fedex.connect.common.model.biz" targetProject="src/main/java">
44 <!---enableSubPackages:如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性--> 44 <!---enableSubPackages:如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性-->
45 <property name="enableSubPackages" value="false"/> 45 <property name="enableSubPackages" value="false"/>
46 <!--该属性只对MyBatis3有效,如果true就会使用构造方法入参,如果false就会使用setter方式。默认为false--> 46 <!--该属性只对MyBatis3有效,如果true就会使用构造方法入参,如果false就会使用setter方式。默认为false-->
...@@ -52,13 +52,13 @@ ...@@ -52,13 +52,13 @@
52 </javaModelGenerator> 52 </javaModelGenerator>
53 53
54 <!-- 生成映射文件*.xml的位置--> 54 <!-- 生成映射文件*.xml的位置-->
55 - <sqlMapGenerator targetPackage="mapper.sys" targetProject="src/main/java/com/fedex/connect/common"> 55 + <sqlMapGenerator targetPackage="mapper.biz" targetProject="src/main/java/com/fedex/connect/common">
56 <!--如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性。默认为false--> 56 <!--如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性。默认为false-->
57 <property name="enableSubPackages" value="false"/> 57 <property name="enableSubPackages" value="false"/>
58 </sqlMapGenerator> 58 </sqlMapGenerator>
59 59
60 <!-- 生成DAO的包名和位置 --> 60 <!-- 生成DAO的包名和位置 -->
61 - <javaClientGenerator type="XMLMAPPER" targetPackage="com.fedex.connect.common.dao.sys" targetProject="src/main/java"> 61 + <javaClientGenerator type="XMLMAPPER" targetPackage="com.fedex.connect.common.dao.biz" targetProject="src/main/java">
62 <!--如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性。默认为false--> 62 <!--如果true,MBG会根据catalog和schema来生成子包。如果false就会直接用targetPackage属性。默认为false-->
63 <property name="enableSubPackages" value="false"/> 63 <property name="enableSubPackages" value="false"/>
64 </javaClientGenerator> 64 </javaClientGenerator>
...@@ -73,25 +73,70 @@ ...@@ -73,25 +73,70 @@
73 generatedKey 指定KEY,Oracle需要指定序列。 73 generatedKey 指定KEY,Oracle需要指定序列。
74 sqlStatement 指定序列名称 74 sqlStatement 指定序列名称
75 --> 75 -->
76 - 76 + <table tableName="T_BIZ_ATTACHMENT" domainObjectName="Attachment"
77 -<!-- <table tableName="T_SYS_REDIS_SLAB" domainObjectName="redisSlab"--> 77 + enableCountByExample="true" enableUpdateByExample="true"
78 -<!-- enableCountByExample="true" enableUpdateByExample="true"--> 78 + enableDeleteByExample="true" enableSelectByExample="true"
79 -<!-- enableDeleteByExample="true" enableSelectByExample="true"--> 79 + selectByExampleQueryId="true">
80 -<!-- selectByExampleQueryId="true">--> 80 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_ATTACHMENT.NEXTVAL FROM DUAL" />
81 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL" />--> 81 + </table>
82 -<!-- </table>--> 82 + <table tableName="T_BIZ_CE_INFO" domainObjectName="CeInfo"
83 - <table tableName="T_SYS_KAFKA_STORAGE_HISTORY" domainObjectName="KafkaTemporaryStorage" 83 + enableCountByExample="true" enableUpdateByExample="true"
84 + enableDeleteByExample="true" enableSelectByExample="true"
85 + selectByExampleQueryId="true">
86 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL" />
87 + </table>
88 + <table tableName="T_BIZ_CONSIGNMENT" domainObjectName="Consignment"
89 + enableCountByExample="true" enableUpdateByExample="true"
90 + enableDeleteByExample="true" enableSelectByExample="true"
91 + selectByExampleQueryId="true">
92 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_CONSIGNMENT.NEXTVAL FROM DUAL" />
93 + </table>
94 + <table tableName="T_BIZ_EMAIL" domainObjectName="Email"
95 + enableCountByExample="true" enableUpdateByExample="true"
96 + enableDeleteByExample="true" enableSelectByExample="true"
97 + selectByExampleQueryId="true">
98 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_EMAIL.NEXTVAL FROM DUAL" />
99 + </table>
100 + <table tableName="T_BIZ_PUSH_OB" domainObjectName="PushOb"
84 enableCountByExample="true" enableUpdateByExample="true" 101 enableCountByExample="true" enableUpdateByExample="true"
85 enableDeleteByExample="true" enableSelectByExample="true" 102 enableDeleteByExample="true" enableSelectByExample="true"
86 selectByExampleQueryId="true"> 103 selectByExampleQueryId="true">
87 - <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL" /> 104 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_PUSH_OB.NEXTVAL FROM DUAL" />
88 </table> 105 </table>
89 - <table tableName="T_SYS_KAFKA_TEMPORARY_STORAGE" domainObjectName="KafkaStorageHistory" 106 + <table tableName="T_BIZ_PUSH_OB_DETAIL" domainObjectName="PushObDetail"
90 enableCountByExample="true" enableUpdateByExample="true" 107 enableCountByExample="true" enableUpdateByExample="true"
91 enableDeleteByExample="true" enableSelectByExample="true" 108 enableDeleteByExample="true" enableSelectByExample="true"
92 selectByExampleQueryId="true"> 109 selectByExampleQueryId="true">
93 - <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL" /> 110 + <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_PUSH_OB_DETAIL.NEXTVAL FROM DUAL" />
94 </table> 111 </table>
112 +
113 +
114 +
115 +<!-- <table tableName="T_BI_PORTCLEAR_EMAIL_MAPPING" domainObjectName="PortclearEmailMapping"-->
116 +<!-- enableCountByExample="true" enableUpdateByExample="true"-->
117 +<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
118 +<!-- selectByExampleQueryId="true">-->
119 +<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BI_PORTCLEAR_EMAIL_MAPPING.NEXTVAL FROM DUAL" />-->
120 +<!-- </table>-->
121 +
122 +<!-- <table tableName="T_SYS_REDIS_SLAB" domainObjectName="redisSlab"-->
123 +<!-- enableCountByExample="true" enableUpdateByExample="true"-->
124 +<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
125 +<!-- selectByExampleQueryId="true">-->
126 +<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_REDIS_SLAB.NEXTVAL FROM DUAL" />-->
127 +<!-- </table>-->
128 +<!-- <table tableName="T_SYS_KAFKA_STORAGE_HISTORY" domainObjectName="KafkaTemporaryStorage"-->
129 +<!-- enableCountByExample="true" enableUpdateByExample="true"-->
130 +<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
131 +<!-- selectByExampleQueryId="true">-->
132 +<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_KAFKA_STORAGE_HISTORY.NEXTVAL FROM DUAL" />-->
133 +<!-- </table>-->
134 +<!-- <table tableName="T_SYS_KAFKA_TEMPORARY_STORAGE" domainObjectName="KafkaStorageHistory"-->
135 +<!-- enableCountByExample="true" enableUpdateByExample="true"-->
136 +<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
137 +<!-- selectByExampleQueryId="true">-->
138 +<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_KAFKA_TEMPORARY_STORAGE.NEXTVAL FROM DUAL" />-->
139 +<!-- </table>-->
95 <!-- <table tableName="T_SYS_PARAM_CONFIG" domainObjectName="ParamConfig"--> 140 <!-- <table tableName="T_SYS_PARAM_CONFIG" domainObjectName="ParamConfig"-->
96 <!-- enableCountByExample="true" enableUpdateByExample="true"--> 141 <!-- enableCountByExample="true" enableUpdateByExample="true"-->
97 <!-- enableDeleteByExample="true" enableSelectByExample="true"--> 142 <!-- enableDeleteByExample="true" enableSelectByExample="true"-->
...@@ -142,154 +187,5 @@ ...@@ -142,154 +187,5 @@
142 <!-- selectByExampleQueryId="true">--> 187 <!-- selectByExampleQueryId="true">-->
143 <!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BI_DICTIONARY.NEXTVAL FROM DUAL" />--> 188 <!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BI_DICTIONARY.NEXTVAL FROM DUAL" />-->
144 <!-- </table>--> 189 <!-- </table>-->
145 -
146 -
147 -<!-- <table tableName="T_TASK_MANAGEMENT" domainObjectName="TaskManagement"-->
148 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
149 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
150 -<!-- selectByExampleQueryId="true">-->
151 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_TASK_MANAGEMENT.NEXTVAL FROM DUAL" />-->
152 -<!-- </table>-->
153 -<!-- <table tableName="T_SYS_MENU_INFO" domainObjectName="SysMenuInfo"-->
154 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
155 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
156 -<!-- selectByExampleQueryId="true">-->
157 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_MENU_INFO.NEXTVAL FROM DUAL" />-->
158 -<!-- </table>-->
159 -<!-- <table tableName="T_SYS_DICTIONARY" domainObjectName="SysDictionary"-->
160 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
161 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
162 -<!-- selectByExampleQueryId="true">-->
163 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_SYS_DICTIONARY.NEXTVAL FROM DUAL" />-->
164 -<!-- </table>-->
165 -
166 -<!-- <table tableName="T_LOG_LOGIN" domainObjectName="LogLogin"-->
167 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
168 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
169 -<!-- selectByExampleQueryId="true">-->
170 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_LOG_LOGIN.NEXTVAL FROM DUAL" />-->
171 -<!-- </table>-->
172 -<!-- <table tableName="T_LOG_OPERATION" domainObjectName="LogOperation"-->
173 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
174 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
175 -<!-- selectByExampleQueryId="true">-->
176 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_LOG_OPERATION.NEXTVAL FROM DUAL" />-->
177 -<!-- </table>-->
178 -<!-- <table tableName="T_LOG_MAIL" domainObjectName="LogMail"-->
179 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
180 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
181 -<!-- selectByExampleQueryId="true">-->
182 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_LOG_MAIL.NEXTVAL FROM DUAL" />-->
183 -<!-- </table>-->
184 -<!-- <table tableName="T_LOG_UPLOAD" domainObjectName="LogUpload"-->
185 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
186 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
187 -<!-- selectByExampleQueryId="true">-->
188 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_LOG_UPLOAD.NEXTVAL FROM DUAL" />-->
189 -<!-- </table>-->
190 -<!-- <table tableName="T_DECLARE_TEMPLATE" domainObjectName="DeclareTemplate"-->
191 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
192 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
193 -<!-- selectByExampleQueryId="true">-->
194 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE_TEMPLATE.NEXTVAL FROM DUAL" />-->
195 -<!-- </table>-->
196 -<!-- <table tableName="T_DECLARE" domainObjectName="Declare"-->
197 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
198 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
199 -<!-- selectByExampleQueryId="true">-->
200 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE.NEXTVAL FROM DUAL" />-->
201 -<!-- </table>-->
202 -<!-- <table tableName="T_DECLARE_INFO" domainObjectName="DeclareInfo"-->
203 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
204 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
205 -<!-- selectByExampleQueryId="true">-->
206 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE_INFO.NEXTVAL FROM DUAL" />-->
207 -<!-- </table>-->
208 -<!-- <table tableName="T_DECLARE_CHECK_INFO" domainObjectName="DeclareCheckInfo"-->
209 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
210 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
211 -<!-- selectByExampleQueryId="true">-->
212 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE_CHECK_INFO.NEXTVAL FROM DUAL" />-->
213 -<!-- </table>-->
214 -<!-- <table tableName="T_DECLARE_CUSTOMS_FILE" domainObjectName="DeclareCustomsFile"-->
215 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
216 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
217 -<!-- selectByExampleQueryId="true">-->
218 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE_CUSTOMS_FILE.NEXTVAL FROM DUAL" />-->
219 -<!-- </table>-->
220 -<!-- <table tableName="T_TASK_MANAGEMENT" domainObjectName="TaskManagement"-->
221 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
222 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
223 -<!-- selectByExampleQueryId="true">-->
224 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_TASK_MANAGEMENT.NEXTVAL FROM DUAL" />-->
225 -<!-- </table>-->
226 -<!-- <table tableName="T_UPLOAD_FILE" domainObjectName="UploadFile"-->
227 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
228 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
229 -<!-- selectByExampleQueryId="true">-->
230 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_UPLOAD_FILE.NEXTVAL FROM DUAL" />-->
231 -<!-- </table>-->
232 -<!-- <table tableName="T_MAIL_HTML_RECEIPT_LIST" domainObjectName="MailHtmlReceiptList"-->
233 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
234 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
235 -<!-- selectByExampleQueryId="true">-->
236 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_DECLARE_TEMPLATE.NEXTVAL FROM DUAL" />-->
237 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_MAIL_HTML_RECEIPT_LIST.NEXTVAL FROM DUAL" />-->
238 -<!-- </table>-->
239 -<!-- <table tableName="T_MAIL_HTML_RECEIPT_INFO" domainObjectName="MailHtmlReceiptInfo"-->
240 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
241 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
242 -<!-- selectByExampleQueryId="true">-->
243 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_MAIL_HTML_RECEIPT_INFO.NEXTVAL FROM DUAL" />-->
244 -<!-- </table>-->
245 -<!-- <table tableName="T_RECEIPT_SYNC_TASK" domainObjectName="ReceiptSyncTask"-->
246 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
247 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
248 -<!-- selectByExampleQueryId="true">-->
249 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_RECEIPT_SYNC_TASK.NEXTVAL FROM DUAL" />-->
250 -<!-- </table>-->
251 -
252 -<!-- <table tableName="T_CUSTOMS_CLEARANCE_VIP_INFO" domainObjectName="CustomsClearanceVipInfo"-->
253 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
254 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
255 -<!-- selectByExampleQueryId="true">-->
256 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_CC_VIP_INFO.NEXTVAL FROM DUAL" />-->
257 -<!-- </table>-->
258 -
259 -
260 -<!-- <table tableName="T_BIZ_CE_INFO" domainObjectName="BizCeInfo"-->
261 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
262 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
263 -<!-- selectByExampleQueryId="true">-->
264 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_CE_INFO.NEXTVAL FROM DUAL" />-->
265 -<!-- </table>-->
266 -<!-- <table tableName="T_LOG_EMAIL_SEND" domainObjectName="LogEmailSend"-->
267 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
268 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
269 -<!-- selectByExampleQueryId="true">-->
270 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_LOG_EMAIL_SEND.NEXTVAL FROM DUAL" />-->
271 -<!-- </table>-->
272 -
273 -
274 -<!-- <table tableName="T_BIZ_PORTCLEAR_EMAIL_MAPPING" domainObjectName="BizPortclearEmailMapping"-->
275 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
276 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
277 -<!-- selectByExampleQueryId="true">-->
278 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_BIZ_PORT_EMAIL_MAPPING.NEXTVAL FROM DUAL" />-->
279 -<!-- </table>-->
280 -
281 -<!-- <table tableName="T_PUSH_OB_LOG" domainObjectName="PushObLog"-->
282 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
283 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
284 -<!-- selectByExampleQueryId="true">-->
285 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_PUSH_OB_LOG.NEXTVAL FROM DUAL" />-->
286 -<!-- </table>-->
287 -
288 -<!-- <table tableName="T_PUSH_OB_DETAIL" domainObjectName="PushObDetail"-->
289 -<!-- enableCountByExample="true" enableUpdateByExample="true"-->
290 -<!-- enableDeleteByExample="true" enableSelectByExample="true"-->
291 -<!-- selectByExampleQueryId="true">-->
292 -<!-- <generatedKey column="ID" sqlStatement="SELECT SEQ_T_PUSH_OB_DETAIL.NEXTVAL FROM DUAL" />-->
293 -<!-- </table>-->
294 </context> 190 </context>
295 </generatorConfiguration> 191 </generatorConfiguration>
......