// // TaskCreateData.swift // O2Platform // // Created by FancyLou on 2020/3/7. // Copyright © 2020 zoneland. All rights reserved. // import Foundation struct TaskCreateData { var process: O2ApplicationProcess? var identitys:[IdentityV2] = [] }