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