增加座位类型:动卧

pull/134/head
paul 2019-01-09 15:18:59 +08:00
parent 500139ae59
commit 25c33e413e
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ set:
# - "硬卧"
# - "硬座"
# - "无座"
# - "动卧"
set_type:
- "二等座"

View File

@ -53,6 +53,7 @@ class query:
'硬卧': 28,
'硬座': 29,
'无座': 26,
'动卧': 33,
}
return seat[index]