add new schemes

This commit is contained in:
Andrey
2024-06-07 17:57:09 +03:00
parent e559651862
commit e0abd0257b
4 changed files with 322 additions and 0 deletions

31
oms/history/history.puml Normal file
View File

@@ -0,0 +1,31 @@
@startjson
{
"order": "order guid",
"total": "count_list",
"orderChanges": [
{
"type": "name type of correction",
"entityType": "order/supply/shipment",
"EntityId":"UUID entity",
"id": "correction ID",
"reason": "reason changes",
"createdAt":"Full name author",
"createdBy":"UUID author",
"valueChanges": [
{
"firstObject": {
"before": "old_value",
"after": "new_value"
}
},
{
"secondObject": {
"before": "old_value",
"after": "new_value"
}
}
]
}
]
}
@endjson