This commit is contained in:
邹宗楠
2023-06-15 09:20:13 +08:00
parent af159cdee7
commit 5e1a6d6dd9
10 changed files with 518 additions and 527 deletions

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCombineskuAddSkuDo struct {
/*
@@ -84,7 +84,6 @@ type AlibabaWdkSkuCombineskuAddSkuDo struct {
/*
门店来控制本门店是否在app上让该商品可见1可见 0不可见 */
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
}
func (s *AlibabaWdkSkuCombineskuAddSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuAddSkuDo {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCombineskuQuerySkuDo struct {
/*
@@ -64,7 +64,6 @@ type AlibabaWdkSkuCombineskuQuerySkuDo struct {
/*
商品价格(单位分) */
SalePriceUnitCent *int64 `json:"sale_price_unit_cent,omitempty" `
}
func (s *AlibabaWdkSkuCombineskuQuerySkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuQuerySkuDo {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkSkuCombineskuUpdateSkuDo struct {
/*
@@ -84,7 +84,6 @@ type AlibabaWdkSkuCombineskuUpdateSkuDo struct {
/*
门店来控制本门店是否在app上让该商品可见1可见 0不可见 */
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
}
func (s *AlibabaWdkSkuCombineskuUpdateSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuUpdateSkuDo {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq struct {
/*
@@ -24,7 +24,6 @@ type AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq struct {
/*
商家编码 */
MerchantCode *string `json:"merchant_code,omitempty" `
}
func (s *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq) SetInboundItemInfos(v []AlibabaWdkWholesaleInboundorderCommitInboundItemInfo) *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkWholesaleOutboundorderCommitContainerDo struct {
/*
@@ -16,7 +16,6 @@ type AlibabaWdkWholesaleOutboundorderCommitContainerDo struct {
/*
生产日期 */
ProductionDate *util.LocalTime `json:"production_date,omitempty" `
}
func (s *AlibabaWdkWholesaleOutboundorderCommitContainerDo) SetQuantity(v string) *AlibabaWdkWholesaleOutboundorderCommitContainerDo {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq struct {
/*
@@ -36,7 +36,6 @@ type AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq struct {
/*
商家编码,已经废弃 */
MerchantCode *string `json:"merchant_code,omitempty" `
}
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq) SetOutboundItemInfos(v []AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo struct {
/*
@@ -32,7 +32,6 @@ type AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo struct {
/*
容器信息 */
Containers *[]AlibabaWdkWholesaleOutboundorderCommitContainerDo `json:"containers,omitempty" `
}
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) SetWholesaleOrderNo(v string) *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto struct {
/*
@@ -48,7 +48,6 @@ type AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto struct {
/*
商品code盒马系统中的商品编码 */
ItemCode *string `json:"item_code,omitempty" `
}
func (s *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto) SetCabinetCode(v string) *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto {

View File

@@ -1,8 +1,8 @@
package domain
import (
"topsdk/util"
)
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
)
type AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto struct {
/*
@@ -48,7 +48,6 @@ type AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto struct {
/*
单据号 */
BizOrderCode *string `json:"biz_order_code,omitempty" `
}
func (s *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto) SetBypass(v int64) *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto {