Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -38,8 +38,8 @@
        public readonly static string CurrentHomeExixtsGatewayBind = "The home still has a gateway binding, please untie it first!";
        //交付备份, 不能删除!
        public readonly static string DeliveryBackNoUpdateDel = "Delivery backup, cannot be deleted!";
        //住宅未绑定网关!
        public readonly static string HomeNoRecord = "Home unbound gateway!";
        //住宅未绑定网关  请先绑定无线网关!
        public readonly static string HomeNoRecord = "Please bind the gateway first!";
        //住宅不存在!
        public readonly static string HomeNoExist = "Home doesn't exist!";
        //生成的Guid已存在
@@ -62,6 +62,6 @@
        //网关固件版本过低,请先升级!
        public readonly static string GatewayVersionLow = "The gateway firmware version is too low, please upgrade first!";
        //请先绑定无线网关  2020-01-11
        public readonly static string BindGatewayFirst = "Please bind the wireless gateway first!";
        public readonly static string BindGatewayFirst = "Please bind the gateway first!";
    }
}