HDL_ON/Entity/DB_ResidenceData.cs
@@ -513,5 +513,17 @@ /// </summary> public bool CheckGPS_IsFirst = true; /// <summary> /// 可视对讲连接方式 /// TCP/UDP /// </summary> public LinphoneConnectType linphoneConnectType = LinphoneConnectType.UDP; } public enum LinphoneConnectType { UDP, TCP, } }