mirror of
https://github.com/FreeeBird/hotel.git
synced 2025-11-02 21:44:50 +08:00
退房登记完成
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user