Documentation ¶ Index ¶ type Role Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Role ¶ type Role struct { repo.BasePO Name string `gorm:"not null;comment:名称"` Description string `gorm:"comment:描述"` IsSystem bool `gorm:"type:tinyint(1) unsigned not null;default:0;comment:是否内置"` } Source Files ¶ View all Source files po.go Click to show internal directories. Click to hide internal directories.