MCPcopy Create free account
hub / github.com/FiscalAPI/fiscalapi-java / AuditableDto

Class AuditableDto

src/main/java/com/fiscalapi/common/AuditableDto.java:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import java.time.LocalDateTime;
4
5public class AuditableDto extends SerializableDto {
6
7 private LocalDateTime createdAt;
8 private LocalDateTime updatedAt;
9
10 public LocalDateTime getCreatedAt() { return createdAt; }
11 public LocalDateTime getUpdatedAt() { return updatedAt; }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected