feat: add associations for PackagingUnit, Length, and Weight types
This commit is contained in:
@@ -13,3 +13,7 @@ entity Weights : CodeList {
|
|||||||
entity Lengths : CodeList {
|
entity Lengths : CodeList {
|
||||||
key code : String(3); // e.g. m for Meter(s)
|
key code : String(3); // e.g. m for Meter(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type PackagingUnit : Association to PackagingUnits;
|
||||||
|
type Length : Association to Lengths;
|
||||||
|
type Weight : Association to Weights;
|
||||||
|
|||||||
Reference in New Issue
Block a user