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

This commit is contained in:
puhui999
2023-04-26 17:53:17 +08:00
parent 5c52c17227
commit ab1685a741
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 // 商品封面图