This commit is contained in:
dayterr
2026-03-06 16:37:54 +03:00
parent a92bdecb29
commit 5b2866bf0e
15 changed files with 93 additions and 55 deletions

View File

@@ -110,6 +110,9 @@ type ItemAccount struct {
// Status
Status string `json:"status"`
// Updated by
UpdatedBy string `json:"updatedBy"`
// Updated time
UpdatedTime uint64 `json:"updatedTime"`