mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 10:17:17 +08:00
fix: 创建网站未保存备注
This commit is contained in:
@@ -18,6 +18,7 @@ type WebsiteCreate struct {
|
||||
DBName string `form:"db_name" json:"db_name"`
|
||||
DBUser string `form:"db_user" json:"db_user"`
|
||||
DBPassword string `form:"db_password" json:"db_password" validate:"password"`
|
||||
Remark string `form:"remark" json:"remark"`
|
||||
}
|
||||
|
||||
type WebsiteDelete struct {
|
||||
|
||||
Reference in New Issue
Block a user