feat: 网元列表查询带主机连接信息参数

This commit is contained in:
TsMask
2024-04-18 09:38:41 +08:00
parent c80fe5df67
commit 4164332755
3 changed files with 60 additions and 69 deletions

View File

@@ -27,7 +27,8 @@ type INeInfo interface {
// SelectList 查询列表
//
// bandStatus 带状态信息
SelectList(ne model.NeInfo, bandStatus bool) []model.NeInfo
// bandHost 带主机信息
SelectList(ne model.NeInfo, bandStatus bool, bandHost bool) []model.NeInfo
// SelectByIds 通过ID查询
//