Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
search_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d3cf4b6f
authored
Jun 17, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改
parent
4f331a22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
111 additions
and
102 deletions
protopb/bom/bom.pb.go
protos/bom.proto
service/goods_service.go
protopb/bom/bom.pb.go
View file @
d3cf4b6f
...
@@ -130,7 +130,9 @@ type RecommendRequest struct {
...
@@ -130,7 +130,9 @@ type RecommendRequest struct {
// @inject_tag: form:"delivery_type"
// @inject_tag: form:"delivery_type"
DeliveryType
int32
`protobuf:"varint,5,opt,name=delivery_type,json=deliveryType,proto3" json:"delivery_type,omitempty" form:"delivery_type"`
DeliveryType
int32
`protobuf:"varint,5,opt,name=delivery_type,json=deliveryType,proto3" json:"delivery_type,omitempty" form:"delivery_type"`
// @inject_tag: form:"flag"
// @inject_tag: form:"flag"
Flag
int32
`protobuf:"varint,6,opt,name=flag,proto3" json:"flag,omitempty" form:"flag"`
Flag
int32
`protobuf:"varint,6,opt,name=flag,proto3" json:"flag,omitempty" form:"flag"`
// @inject_tag: form:"brand_name"
BrandName
string
`protobuf:"bytes,7,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty" form:"brand_name"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
@@ -203,6 +205,13 @@ func (m *RecommendRequest) GetFlag() int32 {
...
@@ -203,6 +205,13 @@ func (m *RecommendRequest) GetFlag() int32 {
return
0
return
0
}
}
func
(
m
*
RecommendRequest
)
GetBrandName
()
string
{
if
m
!=
nil
{
return
m
.
BrandName
}
return
""
}
type
ResponseData
struct
{
type
ResponseData
struct
{
// @inject_tag: json:"total"
// @inject_tag: json:"total"
Total
int64
`protobuf:"varint,1,opt,name=total,proto3" json:"total"`
Total
int64
`protobuf:"varint,1,opt,name=total,proto3" json:"total"`
...
@@ -358,7 +367,7 @@ func (m *OTHER_ATTRS) GetGrossWegiht() string {
...
@@ -358,7 +367,7 @@ func (m *OTHER_ATTRS) GetGrossWegiht() string {
return
""
return
""
}
}
type
L
ADDER_PRICE
struct
{
type
L
adderPrice
struct
{
Purchases
int64
`protobuf:"varint,1,opt,name=purchases,proto3" json:"purchases,omitempty"`
Purchases
int64
`protobuf:"varint,1,opt,name=purchases,proto3" json:"purchases,omitempty"`
PriceCn
float32
`protobuf:"fixed32,2,opt,name=price_cn,json=priceCn,proto3" json:"price_cn,omitempty"`
PriceCn
float32
`protobuf:"fixed32,2,opt,name=price_cn,json=priceCn,proto3" json:"price_cn,omitempty"`
PriceUs
float32
`protobuf:"fixed32,3,opt,name=price_us,json=priceUs,proto3" json:"price_us,omitempty"`
PriceUs
float32
`protobuf:"fixed32,3,opt,name=price_us,json=priceUs,proto3" json:"price_us,omitempty"`
...
@@ -368,53 +377,53 @@ type LADDER_PRICE struct {
...
@@ -368,53 +377,53 @@ type LADDER_PRICE struct {
XXX_sizecache
int32
`json:"-"`
XXX_sizecache
int32
`json:"-"`
}
}
func
(
m
*
L
ADDER_PRICE
)
Reset
()
{
*
m
=
LADDER_PRICE
{}
}
func
(
m
*
L
adderPrice
)
Reset
()
{
*
m
=
LadderPrice
{}
}
func
(
m
*
L
ADDER_PRICE
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
m
*
L
adderPrice
)
String
()
string
{
return
proto
.
CompactTextString
(
m
)
}
func
(
*
L
ADDER_PRICE
)
ProtoMessage
()
{}
func
(
*
L
adderPrice
)
ProtoMessage
()
{}
func
(
*
L
ADDER_PRICE
)
Descriptor
()
([]
byte
,
[]
int
)
{
func
(
*
L
adderPrice
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor_f689add15dae9986
,
[]
int
{
6
}
return
fileDescriptor_f689add15dae9986
,
[]
int
{
6
}
}
}
func
(
m
*
L
ADDER_PRICE
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
func
(
m
*
L
adderPrice
)
XXX_Unmarshal
(
b
[]
byte
)
error
{
return
xxx_messageInfo_L
ADDER_PRICE
.
Unmarshal
(
m
,
b
)
return
xxx_messageInfo_L
adderPrice
.
Unmarshal
(
m
,
b
)
}
}
func
(
m
*
L
ADDER_PRICE
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
func
(
m
*
L
adderPrice
)
XXX_Marshal
(
b
[]
byte
,
deterministic
bool
)
([]
byte
,
error
)
{
return
xxx_messageInfo_L
ADDER_PRICE
.
Marshal
(
b
,
m
,
deterministic
)
return
xxx_messageInfo_L
adderPrice
.
Marshal
(
b
,
m
,
deterministic
)
}
}
func
(
m
*
L
ADDER_PRICE
)
XXX_Merge
(
src
proto
.
Message
)
{
func
(
m
*
L
adderPrice
)
XXX_Merge
(
src
proto
.
Message
)
{
xxx_messageInfo_L
ADDER_PRICE
.
Merge
(
m
,
src
)
xxx_messageInfo_L
adderPrice
.
Merge
(
m
,
src
)
}
}
func
(
m
*
L
ADDER_PRICE
)
XXX_Size
()
int
{
func
(
m
*
L
adderPrice
)
XXX_Size
()
int
{
return
xxx_messageInfo_L
ADDER_PRICE
.
Size
(
m
)
return
xxx_messageInfo_L
adderPrice
.
Size
(
m
)
}
}
func
(
m
*
L
ADDER_PRICE
)
XXX_DiscardUnknown
()
{
func
(
m
*
L
adderPrice
)
XXX_DiscardUnknown
()
{
xxx_messageInfo_L
ADDER_PRICE
.
DiscardUnknown
(
m
)
xxx_messageInfo_L
adderPrice
.
DiscardUnknown
(
m
)
}
}
var
xxx_messageInfo_L
ADDER_PRICE
proto
.
InternalMessageInfo
var
xxx_messageInfo_L
adderPrice
proto
.
InternalMessageInfo
func
(
m
*
L
ADDER_PRICE
)
GetPurchases
()
int64
{
func
(
m
*
L
adderPrice
)
GetPurchases
()
int64
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
Purchases
return
m
.
Purchases
}
}
return
0
return
0
}
}
func
(
m
*
L
ADDER_PRICE
)
GetPriceCn
()
float32
{
func
(
m
*
L
adderPrice
)
GetPriceCn
()
float32
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
PriceCn
return
m
.
PriceCn
}
}
return
0
return
0
}
}
func
(
m
*
L
ADDER_PRICE
)
GetPriceUs
()
float32
{
func
(
m
*
L
adderPrice
)
GetPriceUs
()
float32
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
PriceUs
return
m
.
PriceUs
}
}
return
0
return
0
}
}
func
(
m
*
L
ADDER_PRICE
)
GetPriceAc
()
float32
{
func
(
m
*
L
adderPrice
)
GetPriceAc
()
float32
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
PriceAc
return
m
.
PriceAc
}
}
...
@@ -443,16 +452,16 @@ type GoodsModel struct {
...
@@ -443,16 +452,16 @@ type GoodsModel struct {
Moq
int64
`protobuf:"varint,19,opt,name=moq,proto3" json:"moq,omitempty"`
Moq
int64
`protobuf:"varint,19,opt,name=moq,proto3" json:"moq,omitempty"`
Mpq
int64
`protobuf:"varint,20,opt,name=mpq,proto3" json:"mpq,omitempty"`
Mpq
int64
`protobuf:"varint,20,opt,name=mpq,proto3" json:"mpq,omitempty"`
// @inject_tag: json:"ladder_price"
// @inject_tag: json:"ladder_price"
LadderPrice
[]
*
L
ADDER_PRICE
`protobuf:"bytes,21,rep,name=ladder_price,json=ladderPrice,proto3" json:"ladder_price"`
LadderPrice
[]
*
L
adderPrice
`protobuf:"bytes,21,rep,name=ladder_price,json=ladderPrice,proto3" json:"ladder_price"`
UpdateTime
int64
`protobuf:"varint,22,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
UpdateTime
int64
`protobuf:"varint,22,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
SkuName
string
`protobuf:"bytes,23,opt,name=sku_name,json=skuName,proto3" json:"sku_name,omitempty"`
SkuName
string
`protobuf:"bytes,23,opt,name=sku_name,json=skuName,proto3" json:"sku_name,omitempty"`
Mpl
int64
`protobuf:"varint,24,opt,name=mpl,proto3" json:"mpl,omitempty"`
Mpl
int64
`protobuf:"varint,24,opt,name=mpl,proto3" json:"mpl,omitempty"`
Stock
int64
`protobuf:"varint,25,opt,name=stock,proto3" json:"stock,omitempty"`
Stock
int64
`protobuf:"varint,25,opt,name=stock,proto3" json:"stock,omitempty"`
Attrs
string
`protobuf:"bytes,26,opt,name=attrs,proto3" json:"attrs,omitempty"`
Attrs
string
`protobuf:"bytes,26,opt,name=attrs,proto3" json:"attrs,omitempty"`
Cost
string
`protobuf:"bytes,27,opt,name=cost,proto3" json:"cost,omitempty"`
Cost
string
`protobuf:"bytes,27,opt,name=cost,proto3" json:"cost,omitempty"`
NewCost
string
`protobuf:"bytes,28,opt,name=new_cost,json=newCost,proto3" json:"new_cost,omitempty"`
NewCost
string
`protobuf:"bytes,28,opt,name=new_cost,json=newCost,proto3" json:"new_cost,omitempty"`
SupplierStock
int64
`protobuf:"varint,29,opt,name=supplier_stock,json=supplierStock,proto3" json:"supplier_stock,omitempty"`
SupplierStock
int64
`protobuf:"varint,29,opt,name=supplier_stock,json=supplierStock,proto3" json:"supplier_stock,omitempty"`
SelfSupplierType
int64
`protobuf:"varint,30,opt,name=self_supplier_type,json=selfSupplierType,proto3" json:"self_supplier_type,omitempty"`
SelfSupplierType
int64
`protobuf:"varint,30,opt,name=self_supplier_type,json=selfSupplierType,proto3" json:"self_supplier_type,omitempty"`
// @inject_tag: json:"cn_delivery_time"
// @inject_tag: json:"cn_delivery_time"
CnDeliveryTime
string
`protobuf:"bytes,31,opt,name=cn_delivery_time,json=cnDeliveryTime,proto3" json:"cn_delivery_time"`
CnDeliveryTime
string
`protobuf:"bytes,31,opt,name=cn_delivery_time,json=cnDeliveryTime,proto3" json:"cn_delivery_time"`
BrandName
string
`protobuf:"bytes,32,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty"`
BrandName
string
`protobuf:"bytes,32,opt,name=brand_name,json=brandName,proto3" json:"brand_name,omitempty"`
...
@@ -636,7 +645,7 @@ func (m *GoodsModel) GetMpq() int64 {
...
@@ -636,7 +645,7 @@ func (m *GoodsModel) GetMpq() int64 {
return
0
return
0
}
}
func
(
m
*
GoodsModel
)
GetLadderPrice
()
[]
*
L
ADDER_PRICE
{
func
(
m
*
GoodsModel
)
GetLadderPrice
()
[]
*
L
adderPrice
{
if
m
!=
nil
{
if
m
!=
nil
{
return
m
.
LadderPrice
return
m
.
LadderPrice
}
}
...
@@ -797,75 +806,75 @@ func init() {
...
@@ -797,75 +806,75 @@ func init() {
proto
.
RegisterType
((
*
ResponseData
)(
nil
),
"bom.ResponseData"
)
proto
.
RegisterType
((
*
ResponseData
)(
nil
),
"bom.ResponseData"
)
proto
.
RegisterType
((
*
RecommendResponse
)(
nil
),
"bom.RecommendResponse"
)
proto
.
RegisterType
((
*
RecommendResponse
)(
nil
),
"bom.RecommendResponse"
)
proto
.
RegisterType
((
*
OTHER_ATTRS
)(
nil
),
"bom.OTHER_ATTRS"
)
proto
.
RegisterType
((
*
OTHER_ATTRS
)(
nil
),
"bom.OTHER_ATTRS"
)
proto
.
RegisterType
((
*
L
ADDER_PRICE
)(
nil
),
"bom.LADDER_PRICE
"
)
proto
.
RegisterType
((
*
L
adderPrice
)(
nil
),
"bom.LadderPrice
"
)
proto
.
RegisterType
((
*
GoodsModel
)(
nil
),
"bom.GoodsModel"
)
proto
.
RegisterType
((
*
GoodsModel
)(
nil
),
"bom.GoodsModel"
)
}
}
func
init
()
{
proto
.
RegisterFile
(
"bom.proto"
,
fileDescriptor_f689add15dae9986
)
}
func
init
()
{
proto
.
RegisterFile
(
"bom.proto"
,
fileDescriptor_f689add15dae9986
)
}
var
fileDescriptor_f689add15dae9986
=
[]
byte
{
var
fileDescriptor_f689add15dae9986
=
[]
byte
{
// 99
3
bytes of a gzipped FileDescriptorProto
// 99
4
bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0xac
,
0x56
,
0x
cd
,
0x6e
,
0xdb
,
0x4
6
,
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0xac
,
0x56
,
0x
db
,
0x6e
,
0xe3
,
0x3
6
,
0x10
,
0x8
6
,
0xac
,
0xd8
,
0xb2
,
0x86
,
0x92
,
0x2c
,
0x33
,
0x4e
,
0xb2
,
0xf9
,
0x71
,
0x63
,
0xcb
,
0x71
,
0x10
,
0x8
5
,
0xe3
,
0x24
,
0x8e
,
0x47
,
0x4e
,
0xe2
,
0x68
,
0xb3
,
0xbb
,
0xdc
,
0x5b
,
0x93
,
0x38
,
0x9b
,
0xa
a
,
0x16
,
0x45
,
0x5a
,
0xab
,
0x79
,
0x01
,
0x59
,
0x32
,
0x5a
,
0x01
,
0x4d
,
0x1b
,
0x50
,
0x0a
,
0x7a
,
0xa
d
,
0x5b
,
0x14
,
0xdb
,
0xc6
,
0xdb
,
0x1f
,
0xc8
,
0xa5
,
0x68
,
0x03
,
0x74
,
0xdb
,
0x42
,
0xf6
,
0xa2
,
0x
2a
,
0x88
,
0x15
,
0xb9
,
0x96
,
0x08
,
0x91
,
0x5c
,
0x8a
,
0xbb
,
0x8c
,
0xa1
,
0x43
,
0xfb
,
0x20
,
0x7d
,
0x
4f
,
0x85
,
0x40
,
0x8b
,
0x8c
,
0x2d
,
0x58
,
0x12
,
0x69
,
0x91
,
0xda
,
0xc0
,
0x40
,
0xd1
,
0xff
,
0xe8
,
0x
82
,
0x3e
,
0x66
,
0xb1
,
0x33
,
0xfc
,
0x53
,
0x4e
,
0x3d
,
0xf4
,
0xb6
,
0xf3
,
0xcd
,
0x0c
,
0x67
,
0xe6
,
0x
17
,
0xf5
,
0xb7
,
0x0a
,
0xce
,
0x48
,
0xb2
,
0x9c
,
0xa7
,
0x3e
,
0xf4
,
0x8d
,
0x73
,
0x66
,
0xc8
,
0x39
,
0x
e3
,
0x37
,
0x4b
,
0x42
,
0x7b
,
0x29
,
0xa3
,
0x77
,
0x49
,
0x2a
,
0xb5
,
0xb4
,
0x9b
,
0x4b
,
0x19
,
0x0
d
,
0x
3c
,
0x3c
,
0xa4
,
0x04
,
0xdd
,
0xa9
,
0x4a
,
0xdf
,
0xeb
,
0x5c
,
0x59
,
0xe5
,
0xb7
,
0xa7
,
0x2a
,
0x1
d
,
0x
be
,
0x87
,
0xde
,
0x38
,
0xd3
,
0x72
,
0x9e
,
0x64
,
0x8e
,
0xd8
,
0x66
,
0x42
,
0x69
,
0xfb
,
0x1c
,
0x6
0
,
0x
7c
,
0x0b
,
0x07
,
0x57
,
0x85
,
0x55
,
0x63
,
0x5d
,
0x04
,
0x72
,
0x59
,
0x48
,
0x63
,
0xfd
,
0x37
,
0x0
0
,
0x
25
,
0xa5
,
0xaf
,
0xdc
,
0x98
,
0x47
,
0x82
,
0x35
,
0x2e
,
0x1a
,
0xc3
,
0xb6
,
0xd3
,
0x46
,
0xe4
,
0x57
,
0x
33
,
0xa5
,
0x84
,
0x09
,
0x33
,
0x9e
,
0x4a
,
0xd6
,
0x3a
,
0x6d
,
0x0d
,
0xbb
,
0x41
,
0x17
,
0x91
,
0x5f
,
0x
1e
,
0x89
,
0x41
,
0x00
,
0x27
,
0x65
,
0x82
,
0x4a
,
0x64
,
0xac
,
0x84
,
0xc9
,
0x10
,
0x69
,
0x2a
,
0x53
,
0x
78
,
0x2a
,
0x07
,
0x31
,
0x1c
,
0xd6
,
0x13
,
0x8c
,
0x56
,
0x99
,
0x91
,
0x6e
,
0x86
,
0xcc
,
0x73
,
0x95
,
0x
d7
,
0x93
,
0x3e
,
0x65
,
0x1c
,
0x3a
,
0x6d
,
0x44
,
0x26
,
0xd2
,
0x17
,
0xf6
,
0x15
,
0x74
,
0xc9
,
0x1d
,
0x
87
,
0x91
,
0x12
,
0x34
,
0x63
,
0x27
,
0xe8
,
0x22
,
0x72
,
0xa3
,
0x84
,
0xf4
,
0xcf
,
0x61
,
0x9f
,
0xd2
,
0x
09
,
0xa5
,
0xf8
,
0x4a
,
0xb0
,
0x03
,
0x7c
,
0x66
,
0x07
,
0xc1
,
0x0f
,
0x84
,
0xd9
,
0x36
,
0x3c
,
0xf2
,
0x
a9
,
0x34
,
0x86
,
0xcf
,
0x24
,
0xdb
,
0xc2
,
0x35
,
0x7b
,
0x08
,
0x7e
,
0x24
,
0xcc
,
0xf7
,
0x61
,
0x5b
,
0x
b9
,
0xe6
,
0xac
,
0x79
,
0xd1
,
0x1c
,
0xb6
,
0x1d
,
0x3c
,
0x0f
,
0xfe
,
0x69
,
0x40
,
0xdf
,
0x11
,
0x9e
,
0x
70
,
0xcb
,
0x59
,
0xfb
,
0xb4
,
0x3d
,
0xec
,
0x06
,
0x38
,
0x1e
,
0xfc
,
0xd3
,
0x82
,
0x7e
,
0x20
,
0x23
,
0x
8c
,
0x22
,
0x11
,
0xfb
,
0xff
,
0xad
,
0x3d
,
0xfb
,
0x0c
,
0x0e
,
0xb9
,
0xd6
,
0xa9
,
0xca
,
0x8b
,
0x90
,
0x
95
,
0xa6
,
0x32
,
0x13
,
0xff
,
0x8d
,
0x9e
,
0x7f
,
0x0c
,
0x3b
,
0xdc
,
0xda
,
0xdc
,
0x94
,
0x4d
,
0x28
,
0x
61
,
0x50
,
0x11
,
0x7b
,
0x3c
,
0x61
,
0x4d
,
0x42
,
0xd1
,
0xb0
,
0xfb
,
0xd0
,
0x8c
,
0xb3
,
0x88
,
0x3d
,
0x
70
,
0xa8
,
0xcc
,
0x22
,
0xae
,
0x59
,
0x9b
,
0x50
,
0x0c
,
0xfc
,
0x3e
,
0xb4
,
0xb3
,
0x22
,
0x65
,
0xdb
,
0x
c2
,
0x86
,
0xcd
,
0xd1
,
0xb4
,
0xea
,
0x8b
,
0x30
,
0xf8
,
0x2c
,
0xd2
,
0x9d
,
0xab
,
0x77
,
0x89
,
0x60
,
0x
48
,
0xd8
,
0x0d
,
0x1d
,
0x55
,
0x21
,
0x93
,
0xf8
,
0xb3
,
0xcc
,
0x57
,
0xa1
,
0x5d
,
0x69
,
0xc9
,
0x76
,
0x
87
,
0xe8
,
0xeb
,
0x14
,
0xe0
,
0x62
,
0x97
,
0x60
,
0xab
,
0xf7
,
0x21
,
0x5f
,
0xb1
,
0x23
,
0xf4
,
0xe1
,
0x
30
,
0xd7
,
0xab
,
0xc0
,
0xc9
,
0x4a
,
0x23
,
0xd5
,
0xfb
,
0x84
,
0xcf
,
0xd8
,
0x2e
,
0xe6
,
0x70
,
0xec
,
0x
79
,
0xf0
,
0x07
,
0x74
,
0x0a
,
0x3a
,
0xa6
,
0x5c
,
0x73
,
0x53
,
0x50
,
0x4b
,
0xcd
,
0x43
,
0x6c
,
0xb0
,
0x
58
,
0x4d
,
0x73
,
0x9e
,
0x09
,
0x62
,
0xd5
,
0x21
,
0x56
,
0x88
,
0xa0
,
0x68
,
0x7f
,
0x40
,
0xaf
,
0x52
,
0xe
9
,
0x90
,
0x51
,
0x66
,
0x1e
,
0x54
,
0x99
,
0xf6
,
0x55
,
0x6d
,
0x70
,
0x6b
,
0x74
,
0xf2
,
0xce
,
0xbc
,
0xe
b
,
0x96
,
0x5b
,
0xee
,
0xf8
,
0x58
,
0x65
,
0x79
,
0x82
,
0xfc
,
0xdb
,
0x01
,
0x05
,
0xf5
,
0xc2
,
0x5b
,
0x
9f
,
0x9f
,
0xcc
,
0x38
,
0x1f
,
0xa4
,
0x2f
,
0xc2
,
0x9c
,
0x89
,
0xbf
,
0xe0
,
0xb4
,
0x46
,
0xc4
,
0xff
,
0x
8d
,
0x85
,
0xcf
,
0x1b
,
0xba
,
0x78
,
0xa3
,
0xc3
,
0xf7
,
0xee
,
0xf8
,
0x7e
,
0x74
,
0xbb
,
0xfd
,
0xa8
,
0x
48
,
0xfb
,
0x75
,
0x59
,
0xbd
,
0x31
,
0xb4
,
0x46
,
0xa7
,
0x58
,
0xbd
,
0x3e
,
0x48
,
0x5e
,
0xff
,
0x07
,
0x
84
,
0x4c
,
0x4a
,
0xa1
,
0xfe
,
0x82
,
0xa3
,
0x86
,
0x4e
,
0xff
,
0xe3
,
0xa9
,
0x5c
,
0xd4
,
0xdd
,
0x5b
,
0x
b0
,
0x7e
,
0x5b
,
0xfc
,
0x7c
,
0xe7
,
0xb8
,
0xe3
,
0xc5
,
0xc2
,
0x99
,
0xdb
,
0x97
,
0xd0
,
0x59
,
0xa5
,
0x
43
,
0x6f
,
0x74
,
0x84
,
0xdd
,
0x9b
,
0x1b
,
0x29
,
0xfb
,
0x7f
,
0x07
,
0xde
,
0xaf
,
0x93
,
0x9f
,
0x7e
,
0x
52
,
0x29
,
0xf7
,
0x41
,
0xac
,
0x82
,
0xb5
,
0xce
,
0xdf
,
0x82
,
0x85
,
0xd8
,
0xef
,
0x08
,
0x0d
,
0xf
e
,
0x
08
,
0xc2
,
0xab
,
0xc9
,
0x24
,
0x18
,
0xfb
,
0x67
,
0xd0
,
0x9b
,
0xe5
,
0xca
,
0x98
,
0xf0
,
0x41
,
0xc
e
,
0x
84
,
0xce
,
0x2f
,
0xe3
,
0xe9
,
0xf4
,
0xce
,
0x71
,
0x3f
,
0x3a
,
0xb3
,
0xc9
,
0x9d
,
0xfd
,
0x0a
,
0xda
,
0x
e2
,
0xb9
,
0x2d
,
0x0f
,
0xc9
,
0x43
,
0xec
,
0x77
,
0x84
,
0x06
,
0x7f
,
0x82
,
0xf7
,
0x33
,
0x17
,
0x42
,
0x
49
,
0x96
,
0x7a
,
0x6b
,
0xae
,
0x84
,
0xca
,
0x49
,
0xa9
,
0x00
,
0xfb
,
0x39
,
0x1c
,
0x27
,
0x69
,
0xe0
,
0x
e6
,
0xbf
,
0xe5
,
0x71
,
0x24
,
0xfd
,
0xd7
,
0xd0
,
0xd5
,
0x45
,
0x1e
,
0xcd
,
0xb9
,
0x91
,
0xa6
,
0xd4
,
0x
09
,
0xd7
,
0x8b
,
0xb1
,
0xcd
,
0x03
,
0xa7
,
0x85
,
0xf6
,
0x24
,
0xae
,
0x5c
,
0x99
,
0xc2
,
0x2e
,
0x0b
,
0x
64
,
0x0d
,
0xf8
,
0x2f
,
0x60
,
0x4f
,
0xbb
,
0xb2
,
0x30
,
0xca
,
0x90
,
0xe5
,
0x56
,
0xd0
,
0xc1
,
0xf8
,
0x
d7
,
0xa7
,
0x5a
,
0x16
,
0xf7
,
0xf0
,
0x25
,
0x16
,
0xae
,
0xb1
,
0x37
,
0xf8
,
0x1b
,
0x00
,
0x2a
,
0x16
,
0x
26
,
0x5b
,
0xa7
,
0x0a
,
0x83
,
0x24
,
0xab
,
0xd4
,
0xa7
,
0xc6
,
0x2c
,
0x1e
,
0xe1
,
0x11
,
0x57
,
0xa9
,
0x
ed
,
0x1b
,
0xb0
,
0xa4
,
0x5e
,
0x8b
,
0xd4
,
0x25
,
0x6d
,
0x34
,
0x70
,
0xda
,
0x3e
,
0x4e
,
0x5b
,
0x9b
,
0x
ab
,
0x68
,
0xf0
,
0x37
,
0x00
,
0xac
,
0x45
,
0xf4
,
0x2f
,
0xc1
,
0x53
,
0x76
,
0x2e
,
0xf3
,
0x90
,
0x9c
,
0x
cb
,
0x01
,
0x0c
,
0x1a
,
0xa3
,
0x64
,
0x5e
,
0x42
,
0x3b
,
0x09
,
0xbc
,
0x0d
,
0xc9
,
0xe0
,
0x00
,
0x1b
,
0x
d3
,
0xc2
,
0xcd
,
0xf6
,
0x71
,
0xb3
,
0x8d
,
0x6d
,
0x05
,
0x80
,
0x45
,
0x57
,
0x68
,
0xa8
,
0x57
,
0xd0
,
0x
3e
,
0x36
,
0x00
,
0x4a
,
0x80
,
0x41
,
0x6b
,
0xc9
,
0x53
,
0xe4
,
0x9d
,
0x14
,
0x55
,
0x98
,
0xa6
,
0x27
,
0x
d5
,
0x71
,
0xb4
,
0x20
,
0x93
,
0x6c
,
0x21
,
0xe1
,
0x3d
,
0x07
,
0xa0
,
0x41
,
0x18
,
0x74
,
0xa6
,
0x3c
,
0x
92
,
0x67
,
0xe0
,
0x63
,
0x4f
,
0x6d
,
0xa7
,
0x85
,
0xf6
,
0xcc
,
0xaf
,
0x94
,
0x5b
,
0x2a
,
0xab
,
0x99
,
0x
47
,
0xd9
,
0xc9
,
0x6f
,
0x55
,
0xe8
,
0x38
,
0x91
,
0x79
,
0x63
,
0x81
,
0x9c
,
0xba
,
0x41
,
0x07
,
0xe3
,
0x
2b
,
0x17
,
0x9f
,
0xf9
,
0x1a
,
0x2c
,
0x95
,
0x25
,
0x49
,
0x18
,
0x88
,
0xd4
,
0x24
,
0x1f
,
0xa1
,
0x1f
,
0x
3b
,
0xb1
,
0xf6
,
0x75
,
0xed
,
0xbb
,
0x76
,
0xe9
,
0x6b
,
0x5c
,
0xf3
,
0x04
,
0x3c
,
0x53
,
0x68
,
0x9d
,
0x
0a
,
0x68
,
0xe6
,
0x9b
,
0x47
,
0x2f
,
0x53
,
0x1e
,
0xfb
,
0xc6
,
0xdb
,
0x42
,
0x6f
,
0x0b
,
0xed
,
0x99
,
0x
c4
,
0x32
,
0x77
,
0x93
,
0x77
,
0x31
,
0x0f
,
0x15
,
0x74
,
0x27
,
0xdc
,
0xd2
,
0xe4
,
0xc0
,
0x58
,
0xa0
,
0x
6f
,
0x9a
,
0xf5
,
0x42
,
0xae
,
0x4c
,
0xd5
,
0x1b
,
0x76
,
0x4c
,
0xcd
,
0x22
,
0x30
,
0xf3
,
0x6f
,
0xea
,
0x
ff
,
0xda
,
0x41
,
0x07
,
0xe3
,
0x3b
,
0xe1
,
0xc8
,
0x46
,
0x09
,
0x37
,
0xae
,
0xeb
,
0x25
,
0xdb
,
0x23
,
0x
ce
,
0x11
,
0x6b
,
0xef
,
0x39
,
0x47
,
0x5f
,
0xac
,
0x13
,
0x7c
,
0xb9
,
0x4e
,
0x4f
,
0xe1
,
0x48
,
0x69
,
0x
b2
,
0x08
,
0xdc
,
0x89
,
0xcb
,
0x66
,
0x72
,
0xc4
,
0xba
,
0x1b
,
0xc9
,
0xd1
,
0xa3
,
0xcb
,
0x06
,
0x8f
,
0x
ae
,
0x33
,
0xc5
,
0x2c
,
0x4c
,
0xcc
,
0x2d
,
0x43
,
0x80
,
0x88
,
0xcd
,
0xc0
,
0x3e
,
0xeb
,
0xd0
,
0x94
,
0x
2f
,
0xdb
,
0x33
,
0xd8
,
0x35
,
0x96
,
0xdb
,
0xc2
,
0x30
,
0x0f
,
0x27
,
0x96
,
0x91
,
0x13
,
0x40
,
0x66
,
0x
b9
,
0x59
,
0xad
,
0x5a
,
0xb7
,
0xbe
,
0x6a
,
0x0c
,
0x5a
,
0x09
,
0xf7
,
0x36
,
0x41
,
0xbc
,
0x62
,
0x3d
,
0x
6e
,
0xc3
,
0x82
,
0xf5
,
0x68
,
0x97
,
0x65
,
0xb8
,
0xbe
,
0x88
,
0xfb
,
0xcd
,
0x8b
,
0xc8
,
0xa0
,
0xa3
,
0x
6a
,
0x3d
,
0x37
,
0xab
,
0x06
,
0xb2
,
0x38
,
0xd0
,
0xec
,
0xa4
,
0xc6
,
0xca
,
0xa7
,
0x38
,
0xd0
,
0x28
,
0x
79
,
0xb4
,
0x88
,
0xb3
,
0x19
,
0x3b
,
0x20
,
0xea
,
0x65
,
0xb8
,
0x26
,
0x50
,
0x64
,
0xb1
,
0x65
,
0x87
,
0x
35
,
0xe2
,
0x33
,
0xe2
,
0x2b
,
0xa1
,
0x58
,
0xff
,
0xa2
,
0x31
,
0x3c
,
0x76
,
0x2c
,
0xe2
,
0x14
,
0x21
,
0x
0d
,
0x55
,
0x3e
,
0x65
,
0xb1
,
0x45
,
0xa7
,
0x91
,
0x9e
,
0x29
,
0x9f
,
0x49
,
0xc3
,
0xfa
,
0xa7
,
0xad
,
0x
b3
,
0xc6
,
0x89
,
0x7f
,
0xcf
,
0x4e
,
0xb1
,
0x9e
,
0x39
,
0x1a
,
0x2a
,
0x29
,
0x69
,
0x99
,
0x06
,
0xe2
,
0x
e1
,
0x5e
,
0xe0
,
0x91
,
0xa6
,
0x08
,
0xb9
,
0x4b
,
0xae
,
0xc5
,
0x3d
,
0x3b
,
0xc2
,
0x7e
,
0x6e
,
0xe8
,
0x
9e
,
0xd9
,
0xe8
,
0xa1
,
0x32
,
0xb7
,
0x06
,
0x31
,
0x29
,
0x91
,
0xdc
,
0xb2
,
0xc7
,
0x58
,
0xcd
,
0x1c
,
0x
a4
,
0xa4
,
0x49
,
0xd3
,
0x3c
,
0x96
,
0xf7
,
0xcc
,
0xc7
,
0x0c
,
0xb5
,
0xb9
,
0x76
,
0x88
,
0x9b
,
0x92
,
0x
11
,
0x49
,
0xb6
,
0xec
,
0x2c
,
0x47
,
0x92
,
0xad
,
0xfd
,
0x1e
,
0x3a
,
0x21
,
0xf7
,
0x7d
,
0x91
,
0xba
,
0x
aa
,
0x25
,
0x7b
,
0x82
,
0xdd
,
0xdc
,
0x10
,
0x11
,
0xbd
,
0x64
,
0xc7
,
0x25
,
0xa2
,
0x97
,
0xfe
,
0x07
,
0x
28
,
0x2a
,
0xf6
,
0x04
,
0x17
,
0x94
,
0x56
,
0xa4
,
0x2e
,
0x6d
,
0xc7
,
0xa2
,
0xb0
,
0x8f
,
0x26
,
0xca
,
0x
e8
,
0x25
,
0x68
,
0xe0
,
0x10
,
0x4d
,
0xc5
,
0x9e
,
0xe2
,
0xfd
,
0x24
,
0xd3
,
0x34
,
0x9c
,
0x1d
,
0x78
,
0x
94
,
0xce
,
0x12
,
0x9f
,
0x6b
,
0xe1
,
0xea
,
0x20
,
0x12
,
0xec
,
0x29
,
0xbd
,
0x45
,
0x82
,
0x16
,
0x41
,
0x
49
,
0xc3
,
0xe6
,
0x27
,
0xe0
,
0x15
,
0x5a
,
0x70
,
0x2b
,
0x43
,
0x1b
,
0xa7
,
0x92
,
0x3d
,
0xa3
,
0x43
,
0x
84
,
0x02
,
0x51
,
0x9b
,
0x8c
,
0xe8
,
0x7e
,
0x46
,
0xd4
,
0xa9
,
0x4d
,
0x86
,
0x64
,
0x63
,
0x0f
,
0x21
,
0x
24
,
0x68
,
0x12
,
0xa7
,
0xe8
,
0x0f
,
0xb3
,
0x28
,
0x48
,
0xed
,
0xe7
,
0xa4
,
0x9c
,
0x59
,
0x14
,
0xa8
,
0x
63
,
0x45
,
0x0f
,
0xa1
,
0x21
,
0x53
,
0x69
,
0xe9
,
0x6d
,
0xd8
,
0x73
,
0xba
,
0x46
,
0xd0
,
0xa8
,
0xee
,
0x
35
,
0x52
,
0x48
,
0x18
,
0xab
,
0x28
,
0x24
,
0x4e
,
0x4b
,
0x63
,
0x55
,
0xb4
,
0x60
,
0x2f
,
0xe8
,
0x11
,
0x
b8
,
0x17
,
0xf5
,
0x3b
,
0xce
,
0x86
,
0x47
,
0x9e
,
0x54
,
0x9a
,
0xbd
,
0x44
,
0x10
,
0xcf
,
0xa6
,
0x58
,
0x
c1
,
0x60
,
0xfd
,
0x00
,
0xbe
,
0x6c
,
0x3e
,
0x80
,
0x3e
,
0x6c
,
0x47
,
0xca
,
0x58
,
0xf6
,
0x0a
,
0x41
,
0x
2c
,
0x1e
,
0x5c
,
0xc4
,
0x5f
,
0x51
,
0xb1
,
0x58
,
0x3c
,
0x4c
,
0x8c
,
0xeb
,
0x1a
,
0x7a
,
0xa5
,
0xdc
,
0x
1c
,
0xbb
,
0x66
,
0x99
,
0x7c
,
0x08
,
0x11
,
0x7f
,
0x4d
,
0xcd
,
0x32
,
0xf9
,
0x70
,
0xe3
,
0x52
,
0x17
,
0x
a8
,
0xc6
,
0x39
,
0xd6
,
0xe8
,
0x16
,
0xe8
,
0x1c
,
0x6b
,
0x7d
,
0x07
,
0xb6
,
0x12
,
0xe1
,
0xbd
,
0x5b
,
0x
70
,
0x50
,
0xbb
,
0x8d
,
0x7a
,
0xbc
,
0xc1
,
0x1e
,
0xfb
,
0x15
,
0x3a
,
0xc6
,
0x5e
,
0xdf
,
0x80
,
0x6f
,
0x
c6
,
0xa2
,
0x78
,
0xbf
,
0xc2
,
0xd0
,
0xbe
,
0xf1
,
0xcc
,
0x73
,
0x07
,
0x6a
,
0x78
,
0x08
,
0x7d
,
0x2f
,
0x
64
,
0x72
,
0x1f
,
0xd6
,
0xb5
,
0xe8
,
0xdd
,
0x2f
,
0xb0
,
0xb4
,
0xef
,
0x32
,
0xe3
,
0x32
,
0x81
,
0x16
,
0x
76
,
0xab
,
0x2b
,
0xd4
,
0x50
,
0xf0
,
0x1a
,
0xeb
,
0xf6
,
0xbc
,
0x78
,
0x5a
,
0x5c
,
0xa2
,
0x86
,
0x86
,
0x
1e
,
0x42
,
0x3f
,
0xca
,
0xc2
,
0xf5
,
0xfb
,
0xea
,
0x24
,
0x38
,
0xc1
,
0xbe
,
0x07
,
0x51
,
0x76
,
0x5b
,
0x
73
,
0x00
,
0x12
,
0x33
,
0x12
,
0x71
,
0x41
,
0xba
,
0x43
,
0x04
,
0xa9
,
0xb8
,
0x82
,
0xb2
,
0x0f
,
0x8a
,
0x
bd
,
0xb0
,
0x4e
,
0x86
,
0xcd
,
0xd7
,
0xf4
,
0xf4
,
0xd1
,
0x6b
,
0xea
,
0x9e
,
0xae
,
0xba
,
0x23
,
0x56
,
0x
b8
,
0xa4
,
0xcb
,
0xab
,
0x00
,
0x31
,
0xe8
,
0x2d
,
0x9c
,
0x54
,
0xd2
,
0xa1
,
0xb0
,
0x01
,
0x86
,
0x75
,
0x
9c
,
0xd1
,
0xd3
,
0x55
,
0x81
,
0x58
,
0xf4
,
0x0e
,
0x0e
,
0xd7
,
0xce
,
0xa1
,
0xb2
,
0x01
,
0x96
,
0xed
,
0x
4b
,
0xfd
,
0x60
,
0xdc
,
0x25
,
0x74
,
0x72
,
0xb5
,
0x51
,
0xd0
,
0x15
,
0x5d
,
0x57
,
0x39
,
0x86
,
0x21
,
0x
d7
,
0xf6
,
0xc1
,
0xba
,
0x33
,
0xe8
,
0x95
,
0x66
,
0xa3
,
0xa2
,
0x73
,
0x7a
,
0xac
,
0x4a
,
0x0c
,
0x4b
,
0x0
3
,
0xe8
,
0x46
,
0xc9
,
0xb6
,
0xf6
,
0xa0
,
0x37
,
0x14
,
0x13
,
0x25
,
0xdb
,
0xf2
,
0x31
,
0xcf
,
0xa0
,
0x0
6
,
0xb0
,
0x9f
,
0xea
,
0x65
,
0x63
,
0xa1
,
0xb7
,
0x54
,
0x93
,
0xea
,
0x65
,
0xbd
,
0xcc
,
0x73
,
0xe8
,
0x
c5
,
0x3d
,
0x9a
,
0xff
,
0x9a
,
0x96
,
0x81
,
0x7b
,
0x38
,
0xf5
,
0x25
,
0x74
,
0x78
,
0x18
,
0x4a
,
0xc3
,
0x
f0
,
0x88
,
0xf6
,
0x7f
,
0x41
,
0x77
,
0x81
,
0x47
,
0xb8
,
0xeb
,
0x33
,
0xe8
,
0xf1
,
0x24
,
0x51
,
0x4e
,
0x
73
,
0x96
,
0xc8
,
0x98
,
0xbd
,
0x45
,
0xaf
,
0x85
,
0xd8
,
0x04
,
0x21
,
0xfb
,
0x0d
,
0xf4
,
0xca
,
0x05
,
0x
e7
,
0x42
,
0xab
,
0x8c
,
0xbd
,
0xc3
,
0xac
,
0x87
,
0xd8
,
0x0d
,
0x42
,
0xfe
,
0x5b
,
0x38
,
0xa8
,
0xef
,
0x
a5
,
0x02
,
0x5f
,
0xd3
,
0x40
,
0xc5
,
0x96
,
0x62
,
0x85
,
0x5a
,
0xd4
,
0x88
,
0xa2
,
0x86
,
0x7b
,
0x51
,
0x
27
,
0x35
,
0xf8
,
0x92
,
0x36
,
0x54
,
0x5d
,
0x52
,
0xec
,
0xd0
,
0xa8
,
0x1a
,
0x51
,
0xd5
,
0x70
,
0xa3
,
0x
23
,
0x8c
,
0x7a
,
0x02
,
0x47
,
0x81
,
0x72
,
0x97
,
0xd9
,
0x8e
,
0x7d
,
0x43
,
0xaa
,
0x08
,
0xd4
,
0x6d
,
0x
6a
,
0x84
,
0x55
,
0x4f
,
0x61
,
0x37
,
0x36
,
0xe1
,
0xb4
,
0x58
,
0xb1
,
0xaf
,
0xc8
,
0x15
,
0xb1
,
0xb9
,
0x
b6
,
0x33
,
0xdc
,
0xaf
,
0x37
,
0xee
,
0xfe
,
0xe7
,
0xeb
,
0x5b
,
0xe2
,
0x7e
,
0xbd
,
0x99
,
0xd6
,
0x3e
,
0x
2e
,
0x56
,
0x4e
,
0xfb
,
0xf9
,
0x22
,
0xdc
,
0xfc
,
0xb6
,
0x7d
,
0x4d
,
0xda
,
0xcf
,
0x17
,
0xb7
,
0x8d
,
0x
60
,
0xa3
,
0x5b
,
0x80
,
0x5b
,
0x19
,
0xcd
,
0x45
,
0xfa
,
0xd9
,
0x28
,
0xf6
,
0x3d
,
0xb4
,
0xf2
,
0x0f
,
0x
af
,
0xdb
,
0xe8
,
0x1a
,
0xe0
,
0x5a
,
0xa5
,
0x63
,
0x99
,
0x7f
,
0x76
,
0x8e
,
0xfd
,
0x1e
,
0x3a
,
0xe5
,
0x
ba
,
0xfd
,
0x18
,
0xc5
,
0xbd
,
0xff
,
0x3f
,
0xf0
,
0xe2
,
0x6c
,
0x1f
,
0xa4
,
0x6f
,
0xc3
,
0xf2
,
0x08
,
0x
d7
,
0xde
,
0x7f
,
0x82
,
0xde
,
0xde
,
0xfc
,
0x59
,
0x78
,
0x79
,
0xbc
,
0x09
,
0xd2
,
0x97
,
0x61
,
0xba
,
0x
ff
,
0x21
,
0x7e
,
0xfc
,
0x37
,
0x00
,
0x00
,
0xff
,
0xff
,
0x1b
,
0xce
,
0xfd
,
0xa1
,
0x50
,
0x08
,
0x00
,
0x
8b
,
0x3f
,
0x18
,
0x1f
,
0xfe
,
0x0d
,
0x00
,
0x00
,
0xff
,
0xff
,
0x64
,
0x3d
,
0x6e
,
0x0a
,
0x6d
,
0x08
,
0x00
,
0x00
,
0x00
,
}
}
protos/bom.proto
View file @
d3cf4b6f
...
@@ -60,7 +60,7 @@ message OTHER_ATTRS {
...
@@ -60,7 +60,7 @@ message OTHER_ATTRS {
string
gross_wegiht
=
1
;
string
gross_wegiht
=
1
;
}
}
message
L
ADDER_PRICE
{
message
L
adderPrice
{
int64
purchases
=
1
;
int64
purchases
=
1
;
float
price_cn
=
2
;
float
price_cn
=
2
;
float
price_us
=
3
;
float
price_us
=
3
;
...
@@ -89,7 +89,7 @@ message GoodsModel {
...
@@ -89,7 +89,7 @@ message GoodsModel {
int64
moq
=
19
;
int64
moq
=
19
;
int64
mpq
=
20
;
int64
mpq
=
20
;
// @inject_tag: json:"ladder_price"
// @inject_tag: json:"ladder_price"
repeated
L
ADDER_PRICE
ladder_price
=
21
;
repeated
L
adderPrice
ladder_price
=
21
;
int64
update_time
=
22
;
int64
update_time
=
22
;
string
sku_name
=
23
;
string
sku_name
=
23
;
int64
mpl
=
24
;
int64
mpl
=
24
;
...
...
service/goods_service.go
View file @
d3cf4b6f
...
@@ -46,10 +46,10 @@ func GetGoodsInfo(goodsIdsStr string) (goodsList []*bom.GoodsModel, err error) {
...
@@ -46,10 +46,10 @@ func GetGoodsInfo(goodsIdsStr string) (goodsList []*bom.GoodsModel, err error) {
goods
.
Status
=
data
.
Get
(
"status"
)
.
Int
()
goods
.
Status
=
data
.
Get
(
"status"
)
.
Int
()
goods
.
GoodsType
=
data
.
Get
(
"goods_type"
)
.
Int
()
goods
.
GoodsType
=
data
.
Get
(
"goods_type"
)
.
Int
()
goods
.
AcType
=
data
.
Get
(
"ac_type"
)
.
Int
()
goods
.
AcType
=
data
.
Get
(
"ac_type"
)
.
Int
()
var
ladderPrice
[]
*
bom
.
L
ADDER_PRICE
var
ladderPrice
[]
*
bom
.
L
adderPrice
for
_
,
price
:=
range
data
.
Get
(
"ladder_price"
)
.
Array
()
{
for
_
,
price
:=
range
data
.
Get
(
"ladder_price"
)
.
Array
()
{
var
ladder
bom
.
L
ADDER_PRICE
var
ladder
bom
.
L
adderPrice
ladder
=
bom
.
L
ADDER_PRICE
{
ladder
=
bom
.
L
adderPrice
{
Purchases
:
price
.
Get
(
"purchases"
)
.
Int
(),
Purchases
:
price
.
Get
(
"purchases"
)
.
Int
(),
PriceUs
:
float32
(
price
.
Get
(
"price_us"
)
.
Float
()),
PriceUs
:
float32
(
price
.
Get
(
"price_us"
)
.
Float
()),
PriceCn
:
float32
(
price
.
Get
(
"price_cn"
)
.
Float
()),
PriceCn
:
float32
(
price
.
Get
(
"price_cn"
)
.
Float
()),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment