RevisionTableRow
Bases: BaseModel
Represents a single row in a revision table, documenting changes made to a drawing or technical document.
PARAMETER | DESCRIPTION |
---|---|
revision_serial
|
Serial number used to identify the revision, typically indicated by letters (e.g., 'A', 'B') or numbers (e.g., '01', '02').
TYPE:
|
description
|
Description of the change or revision made.
TYPE:
|
revision_date
|
The date when the revision was implemented.
TYPE:
|