feat: update ppid files

This commit is contained in:
hanif salafi 2024-07-15 16:21:04 +07:00
parent 1c0144a8c8
commit 12c80f4a83
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func (req PpidDataFilesCreateRequest) ToEntity() *entity.PpidDataFiles {
FileUrl: req.FileUrl,
Size: req.Size,
CreatedById: req.CreatedById,
IsActive: true,
StatusId: req.StatusId,
}
}