Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- package md
-
- type StandardPublicPlatoonRelation struct {
- FatherUid1 int64 `json:"father_uid1"`
- FatherUid2 int64 `json:"father_uid2"`
- FatherUid3 int64 `json:"father_uid3"`
- FatherUid4 int64 `json:"father_uid4"`
- FatherUid5 int64 `json:"father_uid5"`
- FatherUid6 int64 `json:"father_uid6"`
- FatherUid7 int64 `json:"father_uid7"`
- FatherUid8 int64 `json:"father_uid8"`
- FatherUid9 int64 `json:"father_uid9"`
- Pid1 int64 `json:"pid1"`
- Pid2 int64 `json:"pid2"`
- Pid3 int64 `json:"pid3"`
- Pid4 int64 `json:"pid4"`
- Pid5 int64 `json:"pid5"`
- Pid6 int64 `json:"pid6"`
- Pid7 int64 `json:"pid7"`
- Pid8 int64 `json:"pid8"`
- Pid9 int64 `json:"pid9"`
- Position1 int64 `json:"position1"`
- Position2 int64 `json:"position2"`
- Position3 int64 `json:"position3"`
- Position4 int64 `json:"position4"`
- Position5 int64 `json:"position5"`
- Position6 int64 `json:"position6"`
- Position7 int64 `json:"position7"`
- Position8 int64 `json:"position8"`
- Position9 int64 `json:"position9"`
- Level1 int `json:"level1"`
- Level2 int `json:"level2"`
- Level3 int `json:"level3"`
- Level4 int `json:"level4"`
- Level5 int `json:"level5"`
- Level6 int `json:"level6"`
- Level7 int `json:"level7"`
- Level8 int `json:"level8"`
- Level9 int `json:"level9"`
- LevelTotal int `json:"level_total"`
- }
|