This commit is contained in:
2026-08-31 14:42:22 +08:00
72 changed files with 2479 additions and 168 deletions
@@ -20,5 +20,10 @@ namespace FileService.Application.UploadFile
public CheckSum CheckSum { get; set; }
public DateTimeOffset Created { get; set; }
public DateTimeOffset Updated { get; set; }
/// <summary>
/// 公开直链;私有文件为 null,需走鉴权下载接口。
/// </summary>
public string? Url { get; set; }
}
}