8 lines
101 B
Go
8 lines
101 B
Go
package dw_sdk
|
|
|
|
type BiddingType int8
|
|
|
|
const (
|
|
BiddingType_Consign BiddingType = 5 //闪电直发
|
|
)
|