[fea]
[清扫车半兼容]
This commit is contained in:
yangyakun
2025-02-08 12:18:38 +08:00
parent c7fb6f8067
commit cc5dd866eb
4 changed files with 30 additions and 6 deletions

View File

@@ -361,10 +361,10 @@ object AppIdentityModeUtils {
enum class Product(val code: Int) {
NONE(0),
BUS(10),
TAXI(9),
SWEEPER(-1),
BUS(10),
SHUTTLE(11),
SWEEPER(12),
CHARTER(13) ,
SCHEDULED(14);
companion object {