wxr
2020-09-09 c3e1b733fc45bd9f0b88bfb560cfa87a270b079b
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 = "";
    }
}