[Fix]解决局域网内多个pad注册同名service导致连接不上的问题

This commit is contained in:
chenfufeng
2022-04-14 17:01:55 +08:00
parent 646d4f2874
commit a7f7b635bc
4 changed files with 26 additions and 17 deletions

View File

@@ -27,6 +27,7 @@ object AppConfigInfo {
var mogoSN: String? = null
//车牌号
@Volatile
var plateNumber: String? = null
//工控机MAC地址
var iPCMacAddress: String? = null