We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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端用户的模型
The text was updated successfully, but these errors were encountered:
对应需求 #9 #10
Sorry, something went wrong.
领取
@startuml C端用户模型 对应需求 #9 #10 package C端用户聚合 <> { C端用户 "1" -- "0.." 收货地址 C端用户 "1" -- "0.." 三方账号 class C端用户{ 昵称 头像 生日 手机号 登录密码 注册时间 邮箱 注册() 手机验证码登录() 手机密码登录() 三方一键登录() } class 收货地址{ 收货人姓名 收货人性别 电话号 收货地址:地址 标签 新增() 修改() 删除() } class 三方账号{ 账号类型:账号类型 账号 绑定() } }
为什么放弃了第一种模型?收货地址不能脱离用户单独存在,用第一种会不会更好一些?
No branches or pull requests
设计C端用户的模型
The text was updated successfully, but these errors were encountered: