SmartMurphytt/chainmaker_go/model/id.go

8 lines
97 B
Go

package model
type Id struct {
Owner_userid string
Right_type string
Id string
}