settings.go 76 B

1234567
  1. package models
  2. import "gorm.io/gorm"
  3. type Settings struct {
  4. gorm.Model
  5. }