商品管理: 完善选择商品分类

(cherry picked from commit ab1685a741)
This commit is contained in:
puhui999
2023-04-26 17:53:17 +08:00
committed by shizhong
parent 083a0c4760
commit 7a1a4e82d0
4 changed files with 15 additions and 8 deletions

View File

@ -1,6 +1,6 @@
export interface SpuType {
name?: string // 商品名称
categoryId?: number // 商品分类
categoryId?: number | undefined // 商品分类
keyword?: string // 关键字
unit?: string // 单位
picUrl?: string // 商品封面图