Rename projects to FileShare
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace FileShare_Services.Core
|
||||
{
|
||||
/// <summary>
|
||||
/// 文件流响应 —— 管道检测到此类型时将返回原始文件而非 JSON。
|
||||
/// </summary>
|
||||
public sealed record FileStreamResponse(
|
||||
string FilePath,
|
||||
string FileName,
|
||||
string ContentType,
|
||||
DateTime LastModified);
|
||||
}
|
||||
Reference in New Issue
Block a user