1
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkSkuCombineskuAddSkuDo struct {
|
type AlibabaWdkSkuCombineskuAddSkuDo struct {
|
||||||
/*
|
/*
|
||||||
@@ -84,7 +84,6 @@ type AlibabaWdkSkuCombineskuAddSkuDo struct {
|
|||||||
/*
|
/*
|
||||||
门店来控制本门店是否在app上让该商品可见,1可见 0不可见 */
|
门店来控制本门店是否在app上让该商品可见,1可见 0不可见 */
|
||||||
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
|
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkSkuCombineskuAddSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuAddSkuDo {
|
func (s *AlibabaWdkSkuCombineskuAddSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuAddSkuDo {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkSkuCombineskuQuerySkuDo struct {
|
type AlibabaWdkSkuCombineskuQuerySkuDo struct {
|
||||||
/*
|
/*
|
||||||
@@ -64,7 +64,6 @@ type AlibabaWdkSkuCombineskuQuerySkuDo struct {
|
|||||||
/*
|
/*
|
||||||
商品价格(单位分) */
|
商品价格(单位分) */
|
||||||
SalePriceUnitCent *int64 `json:"sale_price_unit_cent,omitempty" `
|
SalePriceUnitCent *int64 `json:"sale_price_unit_cent,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkSkuCombineskuQuerySkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuQuerySkuDo {
|
func (s *AlibabaWdkSkuCombineskuQuerySkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuQuerySkuDo {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkSkuCombineskuUpdateSkuDo struct {
|
type AlibabaWdkSkuCombineskuUpdateSkuDo struct {
|
||||||
/*
|
/*
|
||||||
@@ -84,7 +84,6 @@ type AlibabaWdkSkuCombineskuUpdateSkuDo struct {
|
|||||||
/*
|
/*
|
||||||
门店来控制本门店是否在app上让该商品可见,1可见 0不可见 */
|
门店来控制本门店是否在app上让该商品可见,1可见 0不可见 */
|
||||||
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
|
OnlineSaleFlag *int64 `json:"online_sale_flag,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkSkuCombineskuUpdateSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuUpdateSkuDo {
|
func (s *AlibabaWdkSkuCombineskuUpdateSkuDo) SetSkuCode(v string) *AlibabaWdkSkuCombineskuUpdateSkuDo {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq struct {
|
type AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq struct {
|
||||||
/*
|
/*
|
||||||
@@ -24,7 +24,6 @@ type AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq struct {
|
|||||||
/*
|
/*
|
||||||
商家编码 */
|
商家编码 */
|
||||||
MerchantCode *string `json:"merchant_code,omitempty" `
|
MerchantCode *string `json:"merchant_code,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq) SetInboundItemInfos(v []AlibabaWdkWholesaleInboundorderCommitInboundItemInfo) *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq {
|
func (s *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq) SetInboundItemInfos(v []AlibabaWdkWholesaleInboundorderCommitInboundItemInfo) *AlibabaWdkWholesaleInboundorderCommitInboundInfoCommitReq {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkWholesaleOutboundorderCommitContainerDo struct {
|
type AlibabaWdkWholesaleOutboundorderCommitContainerDo struct {
|
||||||
/*
|
/*
|
||||||
@@ -16,7 +16,6 @@ type AlibabaWdkWholesaleOutboundorderCommitContainerDo struct {
|
|||||||
/*
|
/*
|
||||||
生产日期 */
|
生产日期 */
|
||||||
ProductionDate *util.LocalTime `json:"production_date,omitempty" `
|
ProductionDate *util.LocalTime `json:"production_date,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkWholesaleOutboundorderCommitContainerDo) SetQuantity(v string) *AlibabaWdkWholesaleOutboundorderCommitContainerDo {
|
func (s *AlibabaWdkWholesaleOutboundorderCommitContainerDo) SetQuantity(v string) *AlibabaWdkWholesaleOutboundorderCommitContainerDo {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq struct {
|
type AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq struct {
|
||||||
/*
|
/*
|
||||||
@@ -36,7 +36,6 @@ type AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq struct {
|
|||||||
/*
|
/*
|
||||||
商家编码,已经废弃 */
|
商家编码,已经废弃 */
|
||||||
MerchantCode *string `json:"merchant_code,omitempty" `
|
MerchantCode *string `json:"merchant_code,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq) SetOutboundItemInfos(v []AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq {
|
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq) SetOutboundItemInfos(v []AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) *AlibabaWdkWholesaleOutboundorderCommitOutboundInfoCommitReq {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo struct {
|
type AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo struct {
|
||||||
/*
|
/*
|
||||||
@@ -32,7 +32,6 @@ type AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo struct {
|
|||||||
/*
|
/*
|
||||||
容器信息 */
|
容器信息 */
|
||||||
Containers *[]AlibabaWdkWholesaleOutboundorderCommitContainerDo `json:"containers,omitempty" `
|
Containers *[]AlibabaWdkWholesaleOutboundorderCommitContainerDo `json:"containers,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) SetWholesaleOrderNo(v string) *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo {
|
func (s *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo) SetWholesaleOrderNo(v string) *AlibabaWdkWholesaleOutboundorderCommitOutboundItemInfo {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto struct {
|
type AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto struct {
|
||||||
/*
|
/*
|
||||||
@@ -48,7 +48,6 @@ type AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto struct {
|
|||||||
/*
|
/*
|
||||||
商品code,盒马系统中的商品编码 */
|
商品code,盒马系统中的商品编码 */
|
||||||
ItemCode *string `json:"item_code,omitempty" `
|
ItemCode *string `json:"item_code,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto) SetCabinetCode(v string) *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto {
|
func (s *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto) SetCabinetCode(v string) *AlibabaWdkUmsInventoryPublishErpArrivalNoticeDetailDto {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
package domain
|
package domain
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"topsdk/util"
|
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto struct {
|
type AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto struct {
|
||||||
/*
|
/*
|
||||||
@@ -48,7 +48,6 @@ type AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto struct {
|
|||||||
/*
|
/*
|
||||||
单据号 */
|
单据号 */
|
||||||
BizOrderCode *string `json:"biz_order_code,omitempty" `
|
BizOrderCode *string `json:"biz_order_code,omitempty" `
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto) SetBypass(v int64) *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto {
|
func (s *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto) SetBypass(v int64) *AlibabaWdkUmsInventoryPublishWdkErpArrivalNoticeDto {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user