Add integer data area type id

This commit is contained in:
Meik
2026-03-29 23:26:16 +02:00
parent cd133c67e1
commit 45009dfacc
3 changed files with 332 additions and 329 deletions

View File

@@ -373,6 +373,7 @@ namespace C4IT.LIAM
public string Description { get; set; }
public string UniqueId { get; set; }
public string DataAreaType { get; set; }
public int DataAreaTypeId { get; set; }
}
public class LiamApiVersionInfo
{