cp_relation.go 79 Bytes
Newer Older
chenweijian's avatar
chenweijian committed
1 2 3 4 5
package cp_cv

type CheckCpRelationRes struct {
	NoBind bool `json:"isBind"`
}