Skip to content

Commit 1517532

Browse files
author
Jens Kürten
committed
add teilenummer and t_index to bom_item
1 parent 37cb8ad commit 1517532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csfunctions/objects/part.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ class BOMItem(BaseObject):
116116
menge: float | None = Field(None, description="Quantity")
117117
stlbemerkung: str | None = Field(None, description="Remarks")
118118
mengeneinheit: str | None = Field(None, description="Unit of Measure")
119+
teilenummer: str = Field(..., description="part number")
120+
t_index: str = Field(..., description="part index")

0 commit comments

Comments
 (0)