feat: 网元_参数配置可用属性值缓存并支持数据修改的功能接口
This commit is contained in:
@@ -13,6 +13,9 @@ type INeConfig interface {
|
||||
// SelectNeConfigByNeType 查询网元类型参数配置
|
||||
SelectNeConfigByNeType(neType string) []model.NeConfig
|
||||
|
||||
// SelectNeConfigByNeTypeAndParamName 查询网元类型参数配置By参数名
|
||||
SelectNeConfigByNeTypeAndParamName(neType, paramName string) model.NeConfig
|
||||
|
||||
// SelectNeHostPage 分页查询列表数据
|
||||
SelectPage(query map[string]any) map[string]any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user