[6.7.0]
[fea] [添加默认参数]
This commit is contained in:
@@ -31,6 +31,6 @@ data class ContraiInfo(
|
||||
*/
|
||||
val contrailSaveTime: Long,
|
||||
|
||||
var passPoints: MutableList<BusStationBean>?, // 用于算路的经停点
|
||||
var blackPoints: MutableList<BusStationBean>?, // 用于算路的黑名單點
|
||||
var passPoints: MutableList<BusStationBean>?=null, // 用于算路的经停点
|
||||
var blackPoints: MutableList<BusStationBean>?=null, // 用于算路的黑名單點
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user