2020-03-28 09:22:15 +08:00

10 lines
143 B
Go

package system
// ConfigModel 配置模型
type ConfigModel struct {
// ID
ID string
// 默认注册用户ID
DefaultRegisterRole string
}