feat: 网元信息查询带主机信息查询函数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user