<resultMap id="result" type="Alarm"> //ResultMap就是像是ResultSet只是設定預先設定在XML裡而已...個人感覺<result property="id" column="id"/> //property指的是 ...
確定! 回上一頁