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

@ -10,6 +10,7 @@ namespace DamageAssesment.Api.Documents.Models
{
public object titles { get; set; }
public object description { get; set; }
public string LinkType { get; set; }
}
public class BaseDocument
{