ZigbeeApp/Shared/Common/ResponseEntity/ResultPack.cs
New file @@ -0,0 +1,10 @@ using System; namespace Shared.Common.ResponseEntity { [System.Serializable] public class ResultPack { public int ResultCount { get; set; } public object Results { get; set; } } }