CommercialSoldType
Table | name="COMMERCIAL_SOLD_TYPE" |
---|---|
Entity | Entity |
getCode() : string
string
getLabel() : string
string
$code : string
Column | name="code", type="string" |
---|---|
Id | Id |
GeneratedValue | strategy="IDENTITY" |
$label : string
Column | name="label", type="string", length=70 |
---|