fixes bug#21553
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106214 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9086f3414f
commit
3ef3c2debe
|
@ -16,7 +16,8 @@ public enum TipoClasseServicoBPe {
|
||||||
SEMIURBANO(7, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.7")),
|
SEMIURBANO(7, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.7")),
|
||||||
LONGITUDINAL(8, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.8")),
|
LONGITUDINAL(8, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.8")),
|
||||||
TRAVESSIA(9, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.9")),
|
TRAVESSIA(9, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.9")),
|
||||||
CAMA(10, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.10"));
|
CAMA(10, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.10")),
|
||||||
|
MICRO_ONIBUS(11, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.11"));
|
||||||
|
|
||||||
private Integer codigo;
|
private Integer codigo;
|
||||||
private String descricao;
|
private String descricao;
|
||||||
|
|
Loading…
Reference in New Issue