feat(project): align product list/detail with prototype
This commit is contained in:
@@ -143,6 +143,7 @@ export interface ProductListItemDto {
|
||||
/** 商品详情。 */
|
||||
export interface ProductDetailDto extends ProductListItemDto {
|
||||
description: string;
|
||||
imageUrls?: string[];
|
||||
notifyManager: boolean;
|
||||
recoverAt: null | string;
|
||||
remainStock: number;
|
||||
@@ -172,6 +173,7 @@ export interface SaveProductDto {
|
||||
categoryId: string;
|
||||
description: string;
|
||||
id?: string;
|
||||
imageUrls?: string[];
|
||||
kind: ProductKind;
|
||||
name: string;
|
||||
originalPrice: null | number;
|
||||
|
||||
Reference in New Issue
Block a user