add control time logic
This commit is contained in:
@@ -4,6 +4,6 @@ class ChangeLightRequestData(
|
||||
val lightId: Int, //红绿灯ID
|
||||
val crossingNo: String, //路口ID
|
||||
val heading: Double, //行车航向角
|
||||
val action: String? = "" //保留字段,暂时没用
|
||||
val time: Int //控灯时间
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user