| | |
| | | private OperateUser operateUser;
|
| | | @Transient
|
| | | private DeviceVersion deviceVersion;
|
| | | @Transient
|
| | | private MonitorPoint monitorPoint;
|
| | | //@Transient
|
| | | //private MonitorPoint monitorPoint;
|
| | | @Transient
|
| | | private List<Integer> organizationIds;
|
| | |
|
| | | @Transient
|
| | | private MonitorPoint monitorpointDetail;
|
| | | } |
| | |
| | | <result column="device_version_value" property="version" jdbcType="INTEGER" /> |
| | | <result column="device_version_name" property="name" jdbcType="VARCHAR" /> |
| | | </association> |
| | | <association property="monitorPoint" javaType="com.moral.entity.MonitorPoint"> |
| | | <association property="monitorpointDetail" javaType="com.moral.entity.MonitorPoint"> |
| | | <result column="monitor_point_id" property="id" jdbcType="INTEGER" /> |
| | | <result column="monitor_point_name" property="name" jdbcType="VARCHAR" /> |
| | | </association> |