wxr
2020-11-12 a715181089be0d31cd737a5367ffd02690b9d77f
HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs
@@ -1,5 +1,5 @@
using System;
using System.Collections.Generic;
namespace HDL_ON
{
@@ -40,11 +40,11 @@
        //  "CreatedOnUtc": "2020-05-27T06:52:03",
        public bool IsOthreShare = false;
        //  "MainUserDistributedMark": null,
        //  "HomeGateways": [
        //    {
        //      "GatewayUniqueId": "4E47323347591243"
        //    }
        //  ]
        //}}
        public List<HomeGateways> homeGateways = new List<HomeGateways>();
    }
    public class HomeGateways
    {
        public string GatewayUniqueId = "";
    }
}