# API model extension

* adds model ExternalIdentifier to support linking between external ids and internal ids
This commit is contained in:
2026-05-10 09:21:36 +02:00
parent 25471b6de7
commit 2df178f4e1
3 changed files with 58 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ Contact: michel.peltriaux@sgdnord.rlp.de
Created on: 21.01.22
"""
from .token import *
from .token import *
from .external_identifier import *