Advertisement
lidia_defreitas

listaSetoresMotoristasViewModel

Feb 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. {
  2. descricao: "nome do setor",
  3. agenda: "DIARIO - NOTURNO"
  4. rotas: [
  5. {
  6. descricao: "nome da rota",
  7. motorista: "nome motorista",
  8. turnos: [
  9. {
  10. descricao: "Noturno",
  11. inicio: "00:00:00",
  12. fim: "00:00:00"
  13. }
  14. ]
  15. }]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement