mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-11-02 20:34:01 +08:00
又调整了结构
This commit is contained in:
11
server/app/schema/settingSchema/websiteSchema.go
Normal file
11
server/app/schema/settingSchema/websiteSchema.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package settingSchema
|
||||
|
||||
//SettingWebsiteReq 保存网站信息参数
|
||||
type SettingWebsiteReq struct {
|
||||
Name string `form:"name"` // 网站名称
|
||||
Logo string `form:"logo"` // 网站图标
|
||||
Favicon string `form:"favicon"` // 网站LOGO
|
||||
Backdrop string `form:"backdrop"` // 登录页广告图
|
||||
ShopName string `form:"shopName"` // 商城名称
|
||||
ShopLogo string `form:"shopLogo"` // 商城Logo
|
||||
}
|
||||
Reference in New Issue
Block a user