|
|
@@ -11,6 +11,7 @@ |
|
|
|
<result property="createUser" column="create_user" jdbcType="BIGINT"/> |
|
|
|
<result property="updateUser" column="update_user" jdbcType="BIGINT"/> |
|
|
|
<result property="markerId" column="marker_id" jdbcType="BIGINT"/> |
|
|
|
<result property="areaId" column="area_id" jdbcType="BIGINT"/> |
|
|
|
<result property="tenantId" column="tenant_id" jdbcType="BIGINT"/> |
|
|
|
<result property="projectCode" column="project_code" jdbcType="VARCHAR"/> |
|
|
|
<result property="contractCode" column="contract_code" jdbcType="VARCHAR"/> |
|
|
@@ -22,6 +23,6 @@ |
|
|
|
id,create_time,update_time, |
|
|
|
create_user,update_user,marker_id, |
|
|
|
tenant_id,project_code,contract_code, |
|
|
|
begin_time,end_time |
|
|
|
begin_time,end_time,area_id |
|
|
|
</sql> |
|
|
|
</mapper> |