model.go 158 B

123456789
  1. package model
  2. type ExtraRecInfo struct{
  3. UName string
  4. Face string
  5. PendentRu string
  6. PendentRuPic string
  7. PendentRuColor string
  8. }