2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-10-30 15:41:35 +00:00
This commit is contained in:
2025-10-15 17:34:18 +03:00
parent 9386cc7a84
commit a63a9b5511
11 changed files with 477 additions and 172 deletions

View File

@@ -9,6 +9,7 @@ namespace Esiur.Data
Fixed = 0x0,
Dynamic = 0x1,
Typed = 0x2,
Extension = 0x3
Extension = 0x3,
Invalid
}
}