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

@@ -242,6 +242,9 @@ type RecordDisk struct {
// Main information about disk
InfoDisk
// Independent
Independent bool `json:"independent"`
//Updated by
UpdatedBy string `json:"updatedBy"`