<collection property="releaseNotificationDtos" javaType="ArrayList" column="id" ofType="com.zyt.dto.appversion.AppReleaseNotificationDto" select="findReleaseNotifications" fetchType="lazy"/>
javaType:結果集類型
column:入參是上個查詢的那個字段
ofType:結果集中的類型
select:查詢語句
fetchType:是否懶加載