提交 818bca57 authored 作者: 000516's avatar 000516

OrdersSent中的postdata改为postdate

...@@ -46,7 +46,7 @@ public class OrdersSent implements Serializable { ...@@ -46,7 +46,7 @@ public class OrdersSent implements Serializable {
/** /**
* 过账日期 * 过账日期
*/ */
private Date postData; private Date postDate;
/** /**
* 状态 * 状态
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<result property="bjSentNo" column="bj_sent_no" jdbcType="VARCHAR"/> <result property="bjSentNo" column="bj_sent_no" jdbcType="VARCHAR"/>
<result property="bjSentVersion" column="bj_sent_version" jdbcType="INTEGER"/> <result property="bjSentVersion" column="bj_sent_version" jdbcType="INTEGER"/>
<result property="type" column="type" jdbcType="CHAR"/> <result property="type" column="type" jdbcType="CHAR"/>
<result property="postData" column="post_data" jdbcType="DATE"/> <result property="postDate" column="post_date" jdbcType="DATE"/>
<result property="status" column="status" jdbcType="CHAR"/> <result property="status" column="status" jdbcType="CHAR"/>
<result property="transport" column="transport" jdbcType="VARCHAR"/> <result property="transport" column="transport" jdbcType="VARCHAR"/>
<result property="transportName" column="transport_name" jdbcType="VARCHAR"/> <result property="transportName" column="transport_name" jdbcType="VARCHAR"/>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<result property="expressNo" column="express_no" jdbcType="VARCHAR"/> <result property="expressNo" column="express_no" jdbcType="VARCHAR"/>
<result property="ddNo" column="dd_no" jdbcType="VARCHAR"/> <result property="ddNo" column="dd_no" jdbcType="VARCHAR"/>
<result property="pushQc" column="push_qc" jdbcType="INTEGER"/> <result property="pushQc" column="push_qc" jdbcType="INTEGER"/>
<result property="operateEndDatetime" column="operate_end_dateTime" jdbcType="TIMESTAMP"/> <result property="operateEndDatetime" column="operate_end_datetime" jdbcType="TIMESTAMP"/>
<result property="sentStatus" column="sent_status" jdbcType="VARCHAR"/> <result property="sentStatus" column="sent_status" jdbcType="VARCHAR"/>
<result property="receiptFlag" column="receipt_flag" jdbcType="VARCHAR"/> <result property="receiptFlag" column="receipt_flag" jdbcType="VARCHAR"/>
<result property="receiptPhoto" column="receipt_photo" jdbcType="VARCHAR"/> <result property="receiptPhoto" column="receipt_photo" jdbcType="VARCHAR"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论