OpenBusinessEntity.swift 222 B

1234567891011121314
  1. //
  2. // OpenBusinessEntity.swift
  3. // xingchuangke
  4. //
  5. // Created by Virgil on 2019/8/21.
  6. // Copyright © 2019 Virgil. All rights reserved.
  7. //
  8. import UIKit
  9. class OpenBusinessEntity: NSObject {
  10. @objc var phone = ""
  11. }