商品管理: 调整相关组件优化逻辑

This commit is contained in:
puhui999
2023-05-01 19:01:24 +08:00
parent 64f6f67ddd
commit 6478d295df
6 changed files with 195 additions and 78 deletions

View File

@ -2,9 +2,9 @@ import { SkuType } from './skuType'
export interface SpuType {
name?: string // 商品名称
categoryId?: number | undefined // 商品分类
categoryId?: number | null // 商品分类
keyword?: string // 关键字
unit?: string // 单位
unit?: number | null // 单位
picUrl?: string // 商品封面图
sliderPicUrls?: string[] // 商品轮播图
introduction?: string // 商品简介