[6.8.4]
[fea] [班车核销]
This commit is contained in:
@@ -371,6 +371,21 @@ enum class Product(val code: Int) {
|
||||
}
|
||||
return NONE
|
||||
}
|
||||
fun valueOf4Wx(name: String?): Product {
|
||||
when (name) {
|
||||
"shuttle" -> {
|
||||
return SHUTTLE
|
||||
}
|
||||
"bus" -> {
|
||||
return BUS
|
||||
}
|
||||
"commute" -> {
|
||||
return SCHEDULED
|
||||
}
|
||||
else -> {}
|
||||
}
|
||||
return NONE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user