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