添加访问日志表及相关字段,更新模型字段注释

This commit is contained in:
2025-05-08 10:46:21 +08:00
parent 0e0affb008
commit c93d0bf467
37 changed files with 664 additions and 242 deletions

View File

@@ -50,7 +50,7 @@ type proxy struct {
Version field.Int32 // 代理服务版本
Name field.String // 代理服务名称
Host field.String // 代理服务地址
Type field.Int32 // 代理服务类型:0-自有,1-三方
Type field.Int32 // 代理服务类型1-三方2-自有
Secret field.String // 代理服务密钥
CreatedAt field.Field // 创建时间
UpdatedAt field.Field // 更新时间