SmartMurphytt/chainmaker_go/model/id.go

8 lines
97 B
Go
Raw Normal View History

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