This commit is contained in:
昔念
2026-04-21 23:00:59 +08:00
parent 77909a5940
commit b59beed45f
7 changed files with 38 additions and 3 deletions

View File

@@ -146,6 +146,7 @@ func (s *ServerService) GetPort(DepartmentID uint) []ServerShowInfo {
items = append(items, item)
}
}
return items
}