feat: 配置数据导出Excel

This commit is contained in:
TsMask
2024-08-01 15:03:30 +08:00
parent c041b65d85
commit f512bbab3b
4 changed files with 203 additions and 0 deletions

View File

@@ -36,4 +36,7 @@ type IPtNeConfigDataService interface {
// ApplyToNe 参数应用到网元
ApplyToNe(paramUser, neType string) error
// ExportToExcel 导出网元的全部配置项数据
ExportToExcel(operaUserName, fileName string) (string, error)
}