Files
bl/common/serialize/ArraySerialize.go

11 lines
209 B
Go
Raw Normal View History

package serialize
type ArraySerialize struct {
OrderId int64 `v:"order-exist"`
ProductName string
Amount int64
// ...
}
var paddedContent byte=0//长度不足时填充的内容, 默认填充0