SmartMurphytt/chainmaker_go/model/row.go

6 lines
46 B
Go
Raw Normal View History

2023-11-29 21:48:12 +08:00
package model
type Row struct {
Id string
}