Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C端用户模型设计 #3

Open
witskeeper opened this issue Sep 17, 2024 · 5 comments
Open

C端用户模型设计 #3

witskeeper opened this issue Sep 17, 2024 · 5 comments
Labels
task-modeling 建模设计任务 wip 任务已认领-进行中
Milestone

Comments

@witskeeper
Copy link
Member

设计C端用户的模型

@witskeeper witskeeper added the task-modeling 建模设计任务 label Sep 17, 2024
@witskeeper
Copy link
Member Author

对应需求 #9 #10

@witskeeper witskeeper added this to the v0.1.x milestone Sep 19, 2024
@witskeeper witskeeper added the help wanted Extra attention is needed label Sep 21, 2024
@yuyjx
Copy link

yuyjx commented Sep 21, 2024

领取

@witskeeper witskeeper added wip 任务已认领-进行中 and removed help wanted Extra attention is needed labels Sep 21, 2024
@yuyjx
Copy link

yuyjx commented Sep 21, 2024

image
@startuml C端用户模型 对应需求 #9 #10
package C端用户聚合 <> {
C端用户 "1" -- "0.." 收货地址
C端用户 "1" -- "0..
" 三方账号
class C端用户{
昵称
头像
生日
手机号
登录密码
注册时间
邮箱
注册()
手机验证码登录()
手机密码登录()
三方一键登录()
}
class 收货地址{
收货人姓名
收货人性别
电话号
收货地址:地址
标签
新增()
修改()
删除()
}
class 三方账号{
账号类型:账号类型
账号
绑定()
}
}

@yuyjx
Copy link

yuyjx commented Sep 23, 2024

image

@ytXuChao
Copy link

为什么放弃了第一种模型?收货地址不能脱离用户单独存在,用第一种会不会更好一些?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task-modeling 建模设计任务 wip 任务已认领-进行中
Projects
None yet
Development

No branches or pull requests

3 participants