[2.13.0-arch-opt] merge 2.14.0 line id func

This commit is contained in:
zhongchao
2023-02-14 15:17:40 +08:00
parent 5f363baab6
commit 4f25b0fd43
15 changed files with 171 additions and 1 deletions

View File

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