document api link type changes

This commit is contained in:
uppuv
2023-09-13 16:49:59 -04:00
parent b878cd706c
commit 3b91282419
9 changed files with 189 additions and 168 deletions

View File

@ -9,6 +9,7 @@ namespace DamageAssesment.Api.Documents.Db
public int Id { get; set; }
[ForeignKey("LinkType")]
public int linkTypeId { get; set; }
public LinkType? LinkType { get; set; }
public string docName { get; set; }
public string url { get; set; }