用户与通讯录类图
2016-05-30 08:56:42 0 举报
用户与通讯录类图描述了用户与通讯录之间的交互关系。在这个类图中,用户是主要的角色,他们可以执行各种操作,如添加、删除、修改和查询联系人。通讯录是一个数据结构,用于存储和管理用户的联系人信息。它包含了一些属性,如姓名、电话号码、电子邮件地址等。此外,通讯录还提供了一些方法,如搜索、排序和过滤联系人。用户可以通过这些方法来方便地管理他们的联系人信息。总之,用户与通讯录类图展示了用户如何与通讯录进行交互,以便更好地管理他们的联系人信息。
作者其他创作
大纲/内容
0..*
0..1
Contacts
- Id: bson.ObjectId- Owner: bson.ObjectId- UserId: bson.ObjectId- GroupId: bson.ObjectId- GroupId: bson.ObjectId- GroupName: string-Name: string- Email: string- Mobile: string- Remark: string
User
- Id: bson.ObjectId- Email: string- Mobile: string- Name: string- Password: string- Type: uint8- CompanyUserId: bson.ObjectId- AgentId: bson.ObjectId- Avatar: bson.ObjectId- AvatarHistory: []bson.ObjectId- CreatedAt: time.Time- UpdatedAt: time.Time- IsActivated: time.Time- ActivatedAt: time.Time- IsCertified: bool- CertifiedAt: time.Time- LastLoginDate: time.Time- LastLoginIp: string- ActivationEmails: []string- Config: bson.M- AlipayAccount: string
- GetCurrentUserInfo()
Person
- Id: bson.ObjectId- UserId: bson.ObjectId- IdentityCard: string- Age: uint8- Gender: uint8- Job: uint8- ContactsGroups: []ContactsGroup- Contacts: []Contacts
ContactsGroup
- Id: bson.ObjectId- Owner: bson.ObjectId- Name: string- Color: string- Remark: string- Size: int
Company
- Id: bson.ObjectId- UserId: bson.ObjectId- Industry: string- Address: Address- Tel: string- Fax: string- Size: uint8- Category: uint8- IsPublic: bool- ContactsGroupts: []ContactsGroups- Contacts: []Contacts
0 条评论
下一页