影像上传增加文件大小
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-26 15:35:02 +08:00
parent 1778d45481
commit 0acb7ca987
13 changed files with 26 additions and 10 deletions
+2
View File
@@ -46,6 +46,8 @@ namespace IRaCIS.Core.Domain.Models
public bool Anonymize { get; set; }
public string Path { get; set; } = string.Empty;
public long? FileSize { get; set; }
}