mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-12-03 07:00:26 +08:00
准备0.0.2.1开发
This commit is contained in:
@@ -4,6 +4,7 @@ package models
|
||||
type DNSDomain struct {
|
||||
Id uint32 `field:"id"` // ID
|
||||
AdminId uint32 `field:"adminId"` // 管理员ID
|
||||
UserId uint32 `field:"userId"` // 用户ID
|
||||
ProviderId uint32 `field:"providerId"` // 服务商ID
|
||||
IsOn uint8 `field:"isOn"` // 是否可用
|
||||
Name string `field:"name"` // 域名
|
||||
@@ -19,6 +20,7 @@ type DNSDomain struct {
|
||||
type DNSDomainOperator struct {
|
||||
Id interface{} // ID
|
||||
AdminId interface{} // 管理员ID
|
||||
UserId interface{} // 用户ID
|
||||
ProviderId interface{} // 服务商ID
|
||||
IsOn interface{} // 是否可用
|
||||
Name interface{} // 域名
|
||||
|
||||
Reference in New Issue
Block a user