package entity import ( "gorm.io/gorm" ) type GloablConfig struct { DB *gorm.DB } var CONGIG = new(GloablConfig)