准备0.0.2.1开发

This commit is contained in:
刘祥超
2020-11-23 09:38:09 +08:00
parent 6b8c42fce5
commit 8560d767d4
12 changed files with 615 additions and 38 deletions
+2
View File
@@ -5,6 +5,7 @@ type DNSProvider struct {
Id uint32 `field:"id"` // ID
Name string `field:"name"` // 名称
AdminId uint32 `field:"adminId"` // 管理员ID
UserId uint32 `field:"userId"` // 用户ID
Type string `field:"type"` // 供应商类型
ApiParams string `field:"apiParams"` // API参数
CreatedAt uint64 `field:"createdAt"` // 创建时间
@@ -16,6 +17,7 @@ type DNSProviderOperator struct {
Id interface{} // ID
Name interface{} // 名称
AdminId interface{} // 管理员ID
UserId interface{} // 用户ID
Type interface{} // 供应商类型
ApiParams interface{} // API参数
CreatedAt interface{} // 创建时间