|
@@ -38,6 +38,7 @@ declare namespace Model {
|
|
|
goodscode: string; // 商品代码(内部)
|
|
goodscode: string; // 商品代码(内部)
|
|
|
goodscurrencyid: number; // 合约货币ID
|
|
goodscurrencyid: number; // 合约货币ID
|
|
|
goodsgroupid: number; // 所属商品组ID
|
|
goodsgroupid: number; // 所属商品组ID
|
|
|
|
|
+ goodsgroupname: string; // 所属商品组名称
|
|
|
goodsid: number; // 商品ID(自增ID SEQ_GOODS)
|
|
goodsid: number; // 商品ID(自增ID SEQ_GOODS)
|
|
|
goodsname: string; // 商品名称
|
|
goodsname: string; // 商品名称
|
|
|
goodsorder: string; // 商品显示顺序(99)
|
|
goodsorder: string; // 商品显示顺序(99)
|
|
@@ -593,25 +594,25 @@ declare namespace Model {
|
|
|
// Banner图(多张)(2:1)(逗号分隔)
|
|
// Banner图(多张)(2:1)(逗号分隔)
|
|
|
bannerurls: string;
|
|
bannerurls: string;
|
|
|
// 商品集合描述(富文本)(简体)
|
|
// 商品集合描述(富文本)(简体)
|
|
|
- collectiondesc: string;
|
|
|
|
|
|
|
+ collectiondesc: string;
|
|
|
// 商品集合描述(富文本)(英文)
|
|
// 商品集合描述(富文本)(英文)
|
|
|
- collectiondescen: string;
|
|
|
|
|
|
|
+ collectiondescen: string;
|
|
|
// 商品集合描述(富文本)(泰文)
|
|
// 商品集合描述(富文本)(泰文)
|
|
|
- collectiondescth: string;
|
|
|
|
|
|
|
+ collectiondescth: string;
|
|
|
// 商品集合描述(富文本)(繁体)
|
|
// 商品集合描述(富文本)(繁体)
|
|
|
- collectiondesctw: string;
|
|
|
|
|
|
|
+ collectiondesctw: string;
|
|
|
// 商品集合ID(SEQ_TCE_GOODSCOLLECTION)
|
|
// 商品集合ID(SEQ_TCE_GOODSCOLLECTION)
|
|
|
- collectionid: number;
|
|
|
|
|
|
|
+ collectionid: number;
|
|
|
// 商品集合名称(简体)
|
|
// 商品集合名称(简体)
|
|
|
- collectionname: string;
|
|
|
|
|
|
|
+ collectionname: string;
|
|
|
// 商品集合名称(英文)
|
|
// 商品集合名称(英文)
|
|
|
- collectionnameen: string;
|
|
|
|
|
|
|
+ collectionnameen: string;
|
|
|
// 商品集合名称(泰文)
|
|
// 商品集合名称(泰文)
|
|
|
- collectionnameth: string;
|
|
|
|
|
|
|
+ collectionnameth: string;
|
|
|
// 商品集合名称(繁体)
|
|
// 商品集合名称(繁体)
|
|
|
- collectionnametw: string;
|
|
|
|
|
|
|
+ collectionnametw: string;
|
|
|
// 状态 - 1:正常 2:注销(枚举:status)
|
|
// 状态 - 1:正常 2:注销(枚举:status)
|
|
|
- collectionstatus: number;
|
|
|
|
|
|
|
+ collectionstatus: number;
|
|
|
// 商品集合商品列表
|
|
// 商品集合商品列表
|
|
|
configs: {
|
|
configs: {
|
|
|
// 商品集合ID(SEQ_TCE_GOODSCOLLECTION)
|
|
// 商品集合ID(SEQ_TCE_GOODSCOLLECTION)
|
|
@@ -619,25 +620,25 @@ declare namespace Model {
|
|
|
// 商品配置ID(SEQ_TCE_GCGoodsConfig)
|
|
// 商品配置ID(SEQ_TCE_GCGoodsConfig)
|
|
|
configid: number;
|
|
configid: number;
|
|
|
// 创建时间
|
|
// 创建时间
|
|
|
- createtime: string;
|
|
|
|
|
|
|
+ createtime: string;
|
|
|
// 商品ID
|
|
// 商品ID
|
|
|
goodsid: number;
|
|
goodsid: number;
|
|
|
}[];
|
|
}[];
|
|
|
// 创建时间
|
|
// 创建时间
|
|
|
- createtime: string;
|
|
|
|
|
|
|
+ createtime: string;
|
|
|
// 建仓人
|
|
// 建仓人
|
|
|
- creatorid: number;
|
|
|
|
|
|
|
+ creatorid: number;
|
|
|
// 默认商品ID
|
|
// 默认商品ID
|
|
|
- defaultgoodsid: number;
|
|
|
|
|
|
|
+ defaultgoodsid: number;
|
|
|
// 修改人
|
|
// 修改人
|
|
|
- modifierid: number;
|
|
|
|
|
|
|
+ modifierid: number;
|
|
|
// 修改时间
|
|
// 修改时间
|
|
|
- modifytime: string;
|
|
|
|
|
|
|
+ modifytime: string;
|
|
|
// 显示顺序
|
|
// 显示顺序
|
|
|
- orderindex: number;
|
|
|
|
|
|
|
+ orderindex: number;
|
|
|
// 详情图(1张)
|
|
// 详情图(1张)
|
|
|
- pictureurl: string;
|
|
|
|
|
|
|
+ pictureurl: string;
|
|
|
// 缩略图片(1:1)(1张)
|
|
// 缩略图片(1:1)(1张)
|
|
|
- thumurls: string;
|
|
|
|
|
|
|
+ thumurls: string;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|