Skip to content

Commit 1753dcf

Browse files
committed
room_exception 수정 시작/종료 날짜 지정 조회
1 parent b7447b7 commit 1753dcf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/grpc/room_exception/room_exception_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto_export/studyroom/room_exception/room_exception.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ message RoomException {
1919
message GetRoomExceptionsRequest {
2020
int64 room_id = 1;
2121
string from_date = 2;
22+
string to_date = 3;
2223
}
2324

2425
message GetRoomExceptionsResponse {

0 commit comments

Comments
 (0)