商品模型
2024-11-11 17:37:23 0 举报
商品模型
作者其他创作
大纲/内容
StockLog(库存变更日志)
<<OverseaMode>>BONDED(\"2\
Supplier(供应商)
+id:Long+createdDate:Date+updatedDate:Date+version:Long+phone:String(pc端登录用户手机号)+name:String(供应商名称)+contacts:Contacts(联系人信息)+companyTel:String(单位电话)+address:Address(地址信息)
Category(分类)
+id:Integer+createdDate:Date+updatedDate:Date+version:Long+name:String(分类名称)+level:Integer(分类层级)+show:Boolean(是否显示)+image:String(分类图片)+parentId:Long(直接上级分类id)+parentName:String(直接上级分类名称)+sort:Integer(序号)
Spu
+id:Long+createdDate:Date+updatedDate:Date+version:Long+type:GoodsType(商品类型)+title:String+label:List<Label>(商品标签信息)+operationMode:OperationMode(运营模式)+mode:OverseaMode(跨境模式)+combinative:Boolean(是否组合)+shareDesc:String(分享描述)+categoryId:Integer(所属商品分类id)+sort:Integer(排序)+showSale:Boolean(展示销量)+initialSaleNum:Integer(起始销量)+showRepo:Boolean(展示回购)+repoNum:Integer(回购数量)+medias:List<Media>(商品主图)+description:String(商品描述)+supplierId:Long(供应商id)+warehouseId:Long(仓库id)+postageTemplate(运费模版)+shareable:Boolean(是否可分享)+afterSaleEnable:Boolean(是否允许售后)+visibility:Visibility(可见性)+status:Boolean(商品状态)+listDate:Date(定时上架时间)+deListDate:Date(定时下架时间)+keywords:String(关联搜索词)+specMatrix:List<Spec>(规格列表)+skus:List<Sku>(商品ID列表)
Warehouse(仓库)
+id:long+createdDate:Date+updatedDate:Date+version:Long+supplierId:Long(供应商id) +name:String(仓库名称)+type:WarehouseType(仓库类型)+address:Address(发货仓地址)+deliveryType:DeliveryType(发货类型
Sku
+id:Long+createdDate:Date+updatedDate:Date+version:Long+spuId:Long+spec:List<Spec>+selected:Boolean(是否默认选择)+image:String+price:SkuPrice(商品价格)+commissionRule:CommissionRule(返佣规则信息)+weight:BigDecimal+stock:Integer+alarm:Alarm(告警信息)+code:String(商品编码)+ean:String(69码)+mallCode:String(微商商品编码)+thirdCode:String(第三方商品编码)
0 条评论
下一页