修改 发泡返回实体

master
wangh 2 years ago
parent 3d2fa66271
commit bd22b4dd8b

@ -31,4 +31,6 @@ public class OrderInfo {
private Date endTime; private Date endTime;
private String planDate; private String planDate;
private String deviceState,deviceID;
} }

@ -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">

Loading…
Cancel
Save