라이브 정보 수정

- 메뉴판 수정 기능 추가
This commit is contained in:
Yu Sung
2024-03-08 20:40:29 +09:00
parent b6411c3ccb
commit 70460f5c8a
6 changed files with 242 additions and 114 deletions

View File

@@ -13,4 +13,7 @@ struct EditLiveRoomInfoRequest: Encodable {
let numberOfPeople: Int?
let beginDateTimeString: String?
let timezone: String?
var menuPanId: Int = 0
var menuPan: String = ""
var isActiveMenuPan: Bool? = nil
}