feat: 网元配置文件记录结构体变更/导入导出接口声明到路由模块

This commit is contained in:
TsMask
2024-07-24 10:26:15 +08:00
parent 1b6b65c693
commit 68bbe3c750
4 changed files with 93 additions and 10 deletions

View File

@@ -5,8 +5,7 @@ type NeConfigBackup struct {
ID string `json:"id" gorm:"column:id;primaryKey;autoIncrement"`
NeType string `json:"neType" gorm:"ne_type"` // 网元类型
NeId string `json:"neId" gorm:"ne_id"` // 网元ID
Name string `json:"name" gorm:"name"` // 命名
Version string `json:"version" gorm:"version"` // 网元版本
Name string `json:"name" gorm:"name"` // 压缩包名称
Path string `json:"path" gorm:"path"` // 压缩包位置
Remark string `json:"remark" gorm:"remark"` // 备注
CreateBy string `json:"createBy" gorm:"create_by"` // 创建者