摘要: /// 基本信息协议 protocol PersonInfoProtocal { /// 员工基本信息 var name: String {set get} /// 年龄 var age: String {set get} } //模型 struct PersonStruct:PersonInfoP 阅读全文
posted @ 2020-04-16 17:04 懂事长qingzZ 阅读(302) 评论(0) 推荐(0) 编辑