This commit is contained in:
efrilm
2025-12-17 19:19:37 +07:00
parent 5e9af152a7
commit 057cccfef9
2 changed files with 2 additions and 0 deletions
@@ -109,6 +109,7 @@ type OutgoingLetterResponse struct {
ApprovalFlowID *uuid.UUID `json:"approval_flow_id,omitempty"`
RevisionNumber int `json:"revision_number"`
CreatedBy uuid.UUID `json:"created_by"`
CreatedName string `json:"created_name"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
IsRead bool `json:"is_read"`