fix property naming
This commit is contained in:
parent
d4b33d4b9a
commit
cfbd0f013d
@ -2,7 +2,7 @@
|
||||
|
||||
public class TfFileDto
|
||||
{
|
||||
public string FFapth { get; set; } = null!;
|
||||
public string Path { get; set; } = null!;
|
||||
|
||||
public string? Headline { get; set; }
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ public class TfFile
|
||||
[Required]
|
||||
[StringLength(512)]
|
||||
[Column("F_FAPTH", TypeName = "nvarchar(512)")]
|
||||
public string FFapth { get; set; } = null!;
|
||||
public string Path { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Although this field is marked as <c>nullable</c> in the database schema to allow
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user