mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
578 B
37 lines
578 B
[
|
|
{
|
|
"model": "parlamentares.CargoMesa",
|
|
"pk": 1,
|
|
"fields": {
|
|
"descricao": "Presidente",
|
|
"unico": true
|
|
}
|
|
},
|
|
{
|
|
"model": "parlamentares.CargoMesa",
|
|
"pk": 2,
|
|
"fields": {
|
|
"descricao": "Vice-Presidente",
|
|
"unico": true
|
|
}
|
|
},
|
|
{
|
|
"model": "parlamentares.CargoMesa",
|
|
"pk": 3,
|
|
"fields": {
|
|
"descricao": "Primeiro-Secretário",
|
|
"unico": true
|
|
}
|
|
},
|
|
{
|
|
"model": "parlamentares.CargoMesa",
|
|
"pk": 4,
|
|
"fields": {
|
|
"descricao": "Segundo-Secretário",
|
|
"unico": true
|
|
}
|
|
}
|
|
]
|
|
|
|
|
|
|
|
|