Commit b7f9f4be authored by duanruiming's avatar duanruiming

[add] 路口事件方向转向字段优化

parent 92d4f9ad
...@@ -238,7 +238,7 @@ public class CrossDataRealtimePO { ...@@ -238,7 +238,7 @@ public class CrossDataRealtimePO {
* add 20250107 事件 * add 20250107 事件
*/ */
@ApiModelProperty(value = "事件方向", notes = "") @ApiModelProperty(value = "事件方向", notes = "")
private Integer direction; private String direction;
@ApiModelProperty(value = "事件转向", notes = "") @ApiModelProperty(value = "事件转向", notes = "")
private Integer turn; private String turn;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment