added multi language support for doculink attachments

This commit is contained in:
Vijay Uppu
2023-11-30 19:45:02 -05:00
parent 736763d882
commit 6d32e73735
7 changed files with 63 additions and 13 deletions

View File

@ -14,5 +14,6 @@ namespace DamageAssesment.Api.DocuLinks.Db
public string Path { get; set; }
public bool IsAttachments { get; set; }
public int CustomOrder { get; set; }
public string Language { get; set; }
}
}