[6.0.0/5.0.0]MessagePad.Line新增lineName字段:各业务更新接口(原Taxi)
This commit is contained in:
@@ -167,23 +167,6 @@ class AutopilotControlParameters {
|
||||
this.vehicleModel = vehicleModel
|
||||
}
|
||||
|
||||
constructor(lineId: Long, trajUrl: String, trajMd5: String, stopUrl: String, stopMd5: String,
|
||||
timestamp: Long, vehicleModel: String, trajUrl_dpqp: String, trajMd5_dpqp: String,
|
||||
stopUrl_dpqp: String, stopMd5_dpqp: String, timestamp_dpqp: Long) {
|
||||
this.lineId = lineId
|
||||
this.trajUrl = trajUrl
|
||||
this.trajMd5 = trajMd5
|
||||
this.stopUrl = stopUrl
|
||||
this.stopMd5 = stopMd5
|
||||
this.timestamp = timestamp
|
||||
this.vehicleModel = vehicleModel
|
||||
this.trajUrl_dpqp = trajUrl_dpqp
|
||||
this.trajMd5_dpqp = trajMd5_dpqp
|
||||
this.stopUrl_dpqp = stopUrl_dpqp
|
||||
this.stopMd5_dpqp = stopMd5_dpqp
|
||||
this.timestamp_dpqp = timestamp_dpqp
|
||||
}
|
||||
|
||||
constructor(lineId: Long, lineName: String, trajUrl: String,
|
||||
trajMd5: String, stopUrl: String, stopMd5: String, timestamp: Long, vehicleModel: String,
|
||||
trajUrl_dpqp: String, trajMd5_dpqp: String, stopUrl_dpqp: String, stopMd5_dpqp: String, timestamp_dpqp: Long) {
|
||||
|
||||
Reference in New Issue
Block a user