@@ -167,5 +167,10 @@ public class BaseGgpFacility implements Serializable {
*/
private String facilityAddress;
+ /**
+ * 设施备注
+ */
+ private String facilityDesc;
+
}
@@ -33,6 +33,7 @@
<result column="update_person" property="updatePerson" />
<result column="creator" property="creator" />
<result column="facility_address" property="facilityAddress" />
+ <result column="facility_desc" property="facilityDesc" />
</resultMap>
</mapper>