Fix AttributeHistory dataclass to match schema
This commit is contained in:
@@ -86,13 +86,13 @@ class AttributeHistory:
|
|||||||
"""属性变更历史"""
|
"""属性变更历史"""
|
||||||
id: str
|
id: str
|
||||||
entity_id: str
|
entity_id: str
|
||||||
template_id: str
|
attribute_name: str = "" # 属性名称
|
||||||
template_name: str = ""
|
|
||||||
old_value: str = ""
|
old_value: str = ""
|
||||||
new_value: str = ""
|
new_value: str = ""
|
||||||
changed_by: str = ""
|
changed_by: str = ""
|
||||||
changed_at: str = ""
|
changed_at: str = ""
|
||||||
change_reason: str = ""
|
change_reason: str = ""
|
||||||
|
change_reason: str = ""
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class EntityMention:
|
class EntityMention:
|
||||||
|
|||||||
Reference in New Issue
Block a user