蛋蛋星球-制度模式
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

public_platoon.go 1.3 KiB

1周前
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. package md
  2. type StandardPublicPlatoonRelation struct {
  3. FatherUid1 int64 `json:"father_uid1"`
  4. FatherUid2 int64 `json:"father_uid2"`
  5. FatherUid3 int64 `json:"father_uid3"`
  6. FatherUid4 int64 `json:"father_uid4"`
  7. FatherUid5 int64 `json:"father_uid5"`
  8. FatherUid6 int64 `json:"father_uid6"`
  9. FatherUid7 int64 `json:"father_uid7"`
  10. FatherUid8 int64 `json:"father_uid8"`
  11. FatherUid9 int64 `json:"father_uid9"`
  12. Pid1 int64 `json:"pid1"`
  13. Pid2 int64 `json:"pid2"`
  14. Pid3 int64 `json:"pid3"`
  15. Pid4 int64 `json:"pid4"`
  16. Pid5 int64 `json:"pid5"`
  17. Pid6 int64 `json:"pid6"`
  18. Pid7 int64 `json:"pid7"`
  19. Pid8 int64 `json:"pid8"`
  20. Pid9 int64 `json:"pid9"`
  21. Position1 int64 `json:"position1"`
  22. Position2 int64 `json:"position2"`
  23. Position3 int64 `json:"position3"`
  24. Position4 int64 `json:"position4"`
  25. Position5 int64 `json:"position5"`
  26. Position6 int64 `json:"position6"`
  27. Position7 int64 `json:"position7"`
  28. Position8 int64 `json:"position8"`
  29. Position9 int64 `json:"position9"`
  30. Level1 int `json:"level1"`
  31. Level2 int `json:"level2"`
  32. Level3 int `json:"level3"`
  33. Level4 int `json:"level4"`
  34. Level5 int `json:"level5"`
  35. Level6 int `json:"level6"`
  36. Level7 int `json:"level7"`
  37. Level8 int `json:"level8"`
  38. Level9 int `json:"level9"`
  39. LevelTotal int `json:"level_total"`
  40. }