This commit is contained in:
david 2024-03-02 00:24:38 +08:00
parent e91380de18
commit 009bf3dee7
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ type PsTable struct {
Status string
PID string
Performance string
CurrentVersion string `table:"Current Version"`
RegisterVersion string `table:"Register Version"`
CurrentVersion string `table:"Local Version"`
RegisterVersion string `table:"Registry Version"`
UpdatedAt string `table:"Updated At"`
}