feat: 网元信息查询带主机信息查询函数

This commit is contained in:
TsMask
2024-03-01 19:01:08 +08:00
parent c09bd4dbf3
commit ec57024cca
5 changed files with 48 additions and 8 deletions

View File

@@ -24,7 +24,9 @@ type INeInfo interface {
SelectList(ne model.NeInfo, bandStatus bool) []model.NeInfo
// SelectByIds 通过ID查询
SelectById(infoId string) model.NeInfo
//
// bandStatus 带主机信息
SelectById(infoId string, bandHost bool) model.NeInfo
// Insert 新增信息
Insert(neInfo model.NeInfo) string