-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename BoTyp
to Typ
#620
Rename BoTyp
to Typ
#620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
moment |
es soll doch _typ sein oder? |
@@ -29,7 +29,7 @@ class Geschaeftsobjekt(BaseModel): | |||
|
|||
# required attributes | |||
versionstruktur: str = "2" #: Version der BO-Struktur aka "fachliche Versionierung" | |||
bo_typ: BoTyp = BoTyp.GESCHAEFTSOBJEKT #: Der Typ des Geschäftsobjektes | |||
typ: Annotated[Optional[Typ], Field(alias="_typ")] = Typ.GESCHAEFTSOBJEKT #: Der Typ des Geschäftsobjektes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hf-fvesely _typ
ist der alias.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok passt habs nur grad aus dem Augenwinkel gesehen :-)
No description provided.