// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // WallpaperSource is the golang structure of table wallpaper_source for DAO operations like Where/Data. type WallpaperSource struct { g.Meta `orm:"table:wallpaper_source, do:true"` Id any // Code any // 平台编码 bing/picsum/unsplash/pexels/wallhaven Name any // 平台显示名 Enabled any // 是否启用 0否 1是 Sort any // 排序,小的在前 Config any // 平台配置JSON(apiKey/defaultQuery等) Remark any // 备注 CreatedAt any // UpdatedAt any // }