|
|
@ -13,6 +13,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<result property="endTime" column="end_time" />
|
|
|
|
<result property="endTime" column="end_time" />
|
|
|
|
<result property="planDate" column="plan_date"/>
|
|
|
|
<result property="planDate" column="plan_date"/>
|
|
|
|
<result property="target" column="target"/>
|
|
|
|
<result property="target" column="target"/>
|
|
|
|
|
|
|
|
<result property="deviceID" column="deviceID"/>
|
|
|
|
|
|
|
|
<result property="deviceState" column="deviceState"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<resultMap type="ImosPrPlan" id="ImosPrPlanResult">
|
|
|
|
<resultMap type="ImosPrPlan" id="ImosPrPlanResult">
|
|
|
|