[M2] 找回telematicConstant类

This commit is contained in:
wangmingjun
2023-03-03 15:31:23 +08:00
parent e8a5f2097d
commit 2d6bb763db

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.data.telematic
/**
* @author: wangmingjun
* @date: 2023/3/3
* 供网约车司乘屏通信使用
*/
class TelematicConstant {
companion object {
const val BUSINESS_STRING = 100
}
}