mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
10 lines
143 B
Go
10 lines
143 B
Go
package system
|
|
|
|
// ConfigModel 配置模型
|
|
type ConfigModel struct {
|
|
// ID
|
|
ID string
|
|
// 默认注册用户ID
|
|
DefaultRegisterRole string
|
|
}
|