// ================================================================================= // This file is auto-generated by the GoFrame CLI tool. You may modify it as needed. // ================================================================================= package dao import ( "service.xpcool.com/internal/dao/internal" ) // wallpaperSourceDao is the data access object for the table wallpaper_source. // You can define custom methods on it to extend its functionality as needed. type wallpaperSourceDao struct { *internal.WallpaperSourceDao } var ( // WallpaperSource is a globally accessible object for table wallpaper_source operations. WallpaperSource = wallpaperSourceDao{internal.NewWallpaperSourceDao()} ) // Add your custom methods and functionality below.