Commit 0ef9e5bb by 翁国栋

8小时保单

parent f6aaacbd
...@@ -74,6 +74,7 @@ public class InsureProduct extends Model<InsureProduct> { ...@@ -74,6 +74,7 @@ public class InsureProduct extends Model<InsureProduct> {
*/ */
private Integer payType; private Integer payType;
private String tmpUrl;
/** /**
* 设置:id * 设置:id
*/ */
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<result property="createTime" column="create_time"/> <result property="createTime" column="create_time"/>
<result property="isDel" column="is_del"/> <result property="isDel" column="is_del"/>
<result property="payType" column="pay_type"/> <result property="payType" column="pay_type"/>
<result property="tmpUrl" column="tmp_url"/>
</resultMap> </resultMap>
<select id="queryObject" resultType="cn.timer.api.bean.insure.InsureProduct"> <select id="queryObject" resultType="cn.timer.api.bean.insure.InsureProduct">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment