This commit is contained in:
2026-05-09 17:09:11 +08:00
3 changed files with 34 additions and 2 deletions
@@ -23,6 +23,13 @@ namespace FileService.Domain.Entities
ContentType = contentType;
StorageLocation = storageLocation ?? new StorageLocation();
CheckSum = checkSum;
State = FileState.Uploaded;
}
public void Fail()
{
}
}
}