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
对应需求 #13
The text was updated successfully, but these errors were encountered:
#21
Sorry, something went wrong.
领取
@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 商品分类{ 创建分类() } }
No branches or pull requests
对应需求 #13
The text was updated successfully, but these errors were encountered: