Skip to content

Commit

Permalink
fix: 枚举类型不能以VALUE结尾 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan authored Sep 14, 2024
1 parent 4a8f08c commit 09c0fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/traffic_manage/lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ message LaneGroup {
// 带有标签KEY的实例属于该泳道
NOT_MATCH_KEY = 0;
// 匹配上KEY和VALUE的实例才属于该泳道
NOT_MATCH_KEY_VALUE = 1;
NOT_MATCH_KEY_VALUES = 1;
}
BaselineFilterStrategy baseline_filter_strategy = 13 [ json_name = "baseline_filter_strategy" ];
BaselineFilterStrategy baselineFilterStrategy = 13 [ json_name = "baseline_filter_strategy" ];

// 操作标志位
bool editable = 20 [ json_name = "editable" ];
Expand Down

0 comments on commit 09c0fca

Please sign in to comment.