退房登记完成

This commit is contained in:
FreeeBird
2018-12-10 10:51:31 +08:00
parent c1591ad821
commit 3aba922a10
3 changed files with 20 additions and 7 deletions

View File

@@ -15,10 +15,12 @@ public interface CheckInMapper {
CheckIn selectByPrimaryKey(Integer checkInId);
CheckIn selectByRoomNumber(String roomNumber);
CheckIn selectLatestByRoomNumber(String roomNumber);
int updateByRoomNumber(String roomNumber);
int checkOut(Integer checkInId);
int updateByPrimaryKeySelective(CheckIn record);
int updateByPrimaryKey(CheckIn record);