This commit is contained in:
dayterr
2026-02-27 17:09:58 +03:00
parent 2ded555d47
commit a92bdecb29
33 changed files with 119 additions and 267 deletions

View File

@@ -95,6 +95,9 @@ type ItemAccount struct {
// Deleted time
DeletedTime uint64 `json:"deletedTime"`
// Deleted by
DeletedBy string `json:"deletedBy"`
// Description
Description string `json:"desc"`