Goal
Get working all-in-one back population for values_quant without the need for IDs other than the object UUID
example
create_value_quant(
db: Session,
value: decimal.Decimal,
object: str | uuid.UUID,
desc_quant: int | str | DescriptorsQuant,
desc_inst: int | str | DescriptorsInst,
value_blob: None | dict[str, Any] = None,
instance: None | int = None,
orig_value: None | str = None,
orig_units: None | str = None,
)
TODO:
Goal
Get working all-in-one back population for values_quant without the need for IDs other than the object UUID
TODO: