完成商城下单功能
This commit is contained in:
@@ -12,8 +12,8 @@ export interface Goods {
|
||||
type?: number;
|
||||
// 商品编码
|
||||
code?: string;
|
||||
// 商品标题
|
||||
title?: string;
|
||||
// 商品名称
|
||||
goodsName?: string;
|
||||
// 商品封面图
|
||||
image?: string;
|
||||
// 商品详情
|
||||
|
||||
Reference in New Issue
Block a user