13 lines
372 B
Go
13 lines
372 B
Go
|
|
package domain
|
||
|
|
|
||
|
|
type AlibabaAlscUnionSupplyOuterItemStateUpdateOuterItemStateUpdateResult struct {
|
||
|
|
/*
|
||
|
|
平台商品ID */
|
||
|
|
ItemId *int64 `json:"item_id,omitempty" `
|
||
|
|
}
|
||
|
|
|
||
|
|
func (s *AlibabaAlscUnionSupplyOuterItemStateUpdateOuterItemStateUpdateResult) SetItemId(v int64) *AlibabaAlscUnionSupplyOuterItemStateUpdateOuterItemStateUpdateResult {
|
||
|
|
s.ItemId = &v
|
||
|
|
return s
|
||
|
|
}
|