Guest User

Untitled

a guest
Apr 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. struct PostParam {
  2. nom: String,
  3. federation: uint8,
  4. annee: uint8,
  5. naissance: uint8,
  6. region: int8,
  7. departement: int8,
  8. categorie: int8,
  9. lite: bool,
  10. senior: bool,
  11. releve: bool,
  12. renconv: bool,
  13. scn: bool,
  14. espoir: bool,
  15. }
Add Comment
Please, Sign In to add comment