|
|
|
@@ -9,6 +9,7 @@ |
|
|
|
<result column="name" jdbcType="VARCHAR" property="name"/> |
|
|
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/> |
|
|
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/> |
|
|
|
<result column="price" jdbcType="VARCHAR" property="price"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="fixed_price" jdbcType="INTEGER" property="fixedPrice"/> |
|
|
|
<result column="calcute_unit" jdbcType="INTEGER" property="calcuteUnit"/> |
|
|
|
@@ -16,7 +17,7 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`is_del`,`name`,`update_time`,`create_time`,`type`,`fixed_price`,`calcute_unit`,`time_unit` |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`is_del`,`name`,`update_time`,`create_time`,`price`,`type`,`fixed_price`,`calcute_unit`,`time_unit` |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
|