อัพโหลดเอกสารสร้างรอบสมัคร
This commit is contained in:
parent
9f115e3c72
commit
c986fc1500
13 changed files with 2278 additions and 315 deletions
|
|
@ -4,10 +4,10 @@
|
|||
{
|
||||
public string? Id { get; set; }
|
||||
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
public string? FileName { get; set; } = string.Empty;
|
||||
|
||||
public string FileType { get; set; } = string.Empty;
|
||||
public string? FileType { get; set; } = string.Empty;
|
||||
|
||||
public int FileSize { get; set; }
|
||||
public int? FileSize { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue