增加收费站的预警信息

增加文字,停止位置,危险信息的详情和预警
This commit is contained in:
squallzhjch
2023-09-01 17:20:46 +08:00
parent e4aa29ea32
commit 5ffb0e68e8
148 changed files with 513 additions and 184 deletions

View File

@@ -57,6 +57,7 @@ enum class DataCodeEnum(var tableName: String, var code: String) {
OMDB_LINK_FORM2_11("风景路线", "2206-11"),
OMDB_LINK_FORM2_12("车辆测试路段", "2206-12"),
OMDB_LINK_FORM2_13("驾照考试路段", "2206-13"),
OMDB_OBJECT_TEXT("文字","3002"),
OMDB_CROSS_WALK("人行横道", "3014"),
OMDB_OBJECT_STOPLOCATION("停止位置", "3016"),
OMDB_INTERSECTION("路口", "4001"),