TaskCreateData.swift 261 B

123456789101112131415
  1. //
  2. // TaskCreateData.swift
  3. // O2Platform
  4. //
  5. // Created by FancyLou on 2020/3/7.
  6. // Copyright © 2020 zoneland. All rights reserved.
  7. //
  8. import Foundation
  9. struct TaskCreateData {
  10. var process: O2ApplicationProcess?
  11. var identitys:[IdentityV2] = []
  12. }