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

商品模型设计 #18

Open
witskeeper opened this issue Sep 19, 2024 · 4 comments
Open

商品模型设计 #18

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

Comments

@witskeeper
Copy link
Member

对应需求 #13

@witskeeper witskeeper added the task-modeling 建模设计任务 label Sep 19, 2024
@witskeeper witskeeper added this to the v0.1.x milestone Sep 19, 2024
@witskeeper
Copy link
Member Author

#21

@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 商品模型 对应需求 #21 #13(1/3/4/5)
package 商品聚合 <> {
商品分类 "1" -- "0.." 商品分类
商品分类 "1" -- "0..
" 商品所属分类
商品 "1" -- "0.." 商品所属分类
商品 "1" -- "0..
" 商品规格
商品规格 "1" -- "0.." 商品规格特征值
商品 "1" -- "1.." SKU
SKU "1" -- "0..
" SKU规格属性
商品 "1" -- "0.." 横幅图文视频
商品 "1" -- "0..
" 商品描述图文视频
class 商品{
商品名称
品牌
商品简介
商品状态
已售数量
上架()
下架()
}
class SKU{
价格
会员价
库存
上架()
下架()
调价()
修改销售库存()
修改会员价()
}
class SKU规格属性{
规格类型:商品规格
规格值:商品规格特征值
}
class 横幅图文视频{
序号
URl
}
class 商品描述图文视频{
序号
URl
}
class 商品分类{
创建分类()
}
}

@yuyjx
Copy link

yuyjx commented Sep 23, 2024

image

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

2 participants