feat: 配置数据导出Excel
This commit is contained in:
@@ -36,4 +36,7 @@ type IPtNeConfigDataService interface {
|
||||
|
||||
// ApplyToNe 参数应用到网元
|
||||
ApplyToNe(paramUser, neType string) error
|
||||
|
||||
// ExportToExcel 导出网元的全部配置项数据
|
||||
ExportToExcel(operaUserName, fileName string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user