mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-03-02 03:35:37 +08:00
增加一些表设计
This commit is contained in:
@@ -25,7 +25,7 @@ type Origin struct {
|
||||
HealthCheck string `field:"healthCheck"` // 健康检查设置
|
||||
Cert string `field:"cert"` // 证书设置
|
||||
Ftp string `field:"ftp"` // FTP相关设置
|
||||
CreatedAt uint32 `field:"createdAt"` // 创建时间
|
||||
CreatedAt uint64 `field:"createdAt"` // 创建时间
|
||||
State uint8 `field:"state"` // 状态
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user