调整商品分类的实现

(cherry picked from commit 9680a204ca)
This commit is contained in:
YunaiV
2023-04-25 21:02:35 +08:00
committed by shizhong
parent 464fe953ad
commit 6e604f9e07
4 changed files with 76 additions and 97 deletions

View File

@ -17,17 +17,17 @@ export interface CategoryVO {
*/
name: string
/**
* 分类图
* 移动端分类图
*/
picUrl: string
/**
* PC 端分类图
*/
bigPicUrl?: string
/**
* 分类排序
*/
sort?: number
/**
* 分类描述
*/
description?: string
sort: number
/**
* 开启状态
*/