teste
parent
b84527091f
commit
107e1f8732
|
@ -12,7 +12,7 @@ import java.lang.annotation.Target;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Target(ElementType.FIELD)
|
@Target(ElementType.FIELD)
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
public @interface AuditarAtributo {
|
public @interface AuditarAtributo {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,7 +7,7 @@ public class FlyWayCustomDetail {
|
||||||
private String sql;
|
private String sql;
|
||||||
private String errorCode;
|
private String errorCode;
|
||||||
private Date datetimeExecute;
|
private Date datetimeExecute;
|
||||||
|
|
||||||
public FlyWayCustomDetail() {
|
public FlyWayCustomDetail() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue