master
Fabio 2024-11-07 08:07:08 -03:00
parent b84527091f
commit 107e1f8732
2 changed files with 2 additions and 2 deletions

View File

@ -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 {
/** /**

View File

@ -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();
} }