alexandre.lima 2017-07-14 19:05:48 +00:00
parent eebc250de9
commit 224f304d64
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package com.rjconsultores.ventaboletos.constantes;
public enum TipoSeguro {
SEGURO,
TPP;
}