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