📖 MALL:商品编辑 => 将 detail 还是使用 form 复用,减少维护成本

This commit is contained in:
YunaiV
2024-01-11 00:25:39 +08:00
parent c0905fdc8e
commit 2c76d3aeee
8 changed files with 36 additions and 234 deletions

View File

@ -33,14 +33,14 @@ export interface GiveCouponTemplate {
export interface Spu {
id?: number
name?: string // 商品名称
categoryId?: number | undefined // 商品分类
categoryId?: number // 商品分类
keyword?: string // 关键字
unit?: number | undefined // 单位
picUrl?: string // 商品封面图
sliderPicUrls?: string[] // 商品轮播图
introduction?: string // 商品简介
deliveryTemplateId?: number | undefined // 运费模版
brandId?: number | undefined // 商品品牌编号
brandId?: number // 商品品牌编号
specType?: boolean // 商品规格
subCommissionType?: boolean // 分销类型
skus?: Sku[] // sku数组