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-87c2c4800839
master
lucas.taia 2021-04-13 22:05:04 +00:00
parent 9086f3414f
commit 3ef3c2debe
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ public enum TipoClasseServicoBPe {
SEMIURBANO(7, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.7")),
LONGITUDINAL(8, Labels.getLabel("editarClaseServicioController.tipoServicoBPe.8")),
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 String descricao;