This commit is contained in:
2024-02-01 10:50:38 +03:00
parent 96273d2a12
commit 16cad7a3e7
9 changed files with 29 additions and 9 deletions

View File

@@ -380,6 +380,9 @@ type RecordCompute struct {
// Name
Name string `json:"name"`
// NeedReboot
NeedReboot bool `json:"needReboot"`
// Natable VINS ID
NatableVINSID uint64 `json:"natableVinsId"`
@@ -857,6 +860,9 @@ type ItemCompute struct {
// Name
Name string `json:"name"`
// NeedReboot
NeedReboot bool `json:"needReboot"`
// Pinned or not
Pinned bool `json:"pinned"`