forked from MDCPS/DamageAssessment_Backend
added multi language support for doculink attachments
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user