IHClassGatewayModel.swift 482 B

1234567891011121314151617181920212223
  1. //
  2. // IHClassGatewayModel.swift
  3. // Inhealth
  4. //
  5. // Created by weclouds on 2020/8/20.
  6. // Copyright © 2020 weclouds. All rights reserved.
  7. //
  8. import UIKit
  9. //class IHClassGatewayModel: NSObject {
  10. //
  11. //}
  12. struct gatewayInfor {
  13. //"{\n\t\"SN\":\"EE202008070001\",\n\t\"SW\":\"1.0.2.30\",\n\t\"HW\":\"0003AA01\",\n\t\"ip\":\"10.0.0.9\",\n\t\"port\":\"37032\"\n\t}")
  14. var SN : String?
  15. var SW : String?
  16. var HW : String?
  17. var ip : String?
  18. var port : String?
  19. }