ลบไฟล์หลักฐาน

This commit is contained in:
Kittapath 2023-04-03 10:37:37 +07:00
parent 9cf8135301
commit 5b1f9cc72b
3 changed files with 51 additions and 32 deletions

View file

@ -2,6 +2,8 @@
{
public class FileListResponse
{
public string? Id { get; set; }
public string FileName { get; set; } = string.Empty;
public string FileType { get; set; } = string.Empty;