@@ -99,9 +99,9 @@ public class AuditDocumentUpdateDto
|
||||
|
||||
public AuditDocumentType AuditDocumentTypeEnum { get; set; }
|
||||
|
||||
public string FileFormat { get; set; }
|
||||
public string? FileFormat { get; set; }
|
||||
|
||||
public string FilePath { get; set; }
|
||||
public string? FilePath { get; set; }
|
||||
|
||||
public decimal? FileSize { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user