[2.14.0] wait to finish

This commit is contained in:
zhongchao
2023-02-07 22:52:34 +08:00
parent 87543b9696
commit f8e74754f9
5 changed files with 98 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
package com.mogo.eagle.core.data.v2x
/**
* 路线上报
*/
data class LineUploadData(val lineId:Long,val sn:String)