0024050: Espec Complementar - Automatização de horário extra
bug#24050 dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@110681 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
8b0f5e86bd
commit
1930d705a4
|
@ -234,6 +234,11 @@ public class EsquemaCorrida implements Serializable, Auditavel<EsquemaCorrida> {
|
|||
@Column(name = "PLATAFORMASERVICOEXTRA")
|
||||
private String plataformaServicoExtra;
|
||||
|
||||
@Column(name = "HORASALIDA_EXTRA")
|
||||
@Temporal(TemporalType.TIME)
|
||||
@AuditarAtributo(pattern = "HH:mm")
|
||||
private Date horasalidaExtra;
|
||||
|
||||
public enum GerarFeriado {
|
||||
// Declaração dos enum
|
||||
GERARSEMPRE("GERAR SEMPRE", "S"),
|
||||
|
@ -846,4 +851,12 @@ public class EsquemaCorrida implements Serializable, Auditavel<EsquemaCorrida> {
|
|||
public void setPlataformaServicoExtra(String plataformaServicoExtra) {
|
||||
this.plataformaServicoExtra = plataformaServicoExtra;
|
||||
}
|
||||
|
||||
public Date getHorasalidaExtra() {
|
||||
return horasalidaExtra;
|
||||
}
|
||||
|
||||
public void setHorasalidaExtra(Date horasalidaExtra) {
|
||||
this.horasalidaExtra = horasalidaExtra;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue