增加可配置的定时任务功能
This commit is contained in:
@ -21,6 +21,7 @@ type User struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
Created utils.JsonTime `json:"created"`
|
||||
Type string `json:"type"`
|
||||
Mail string `json:"mail"`
|
||||
}
|
||||
|
||||
type UserVo struct {
|
||||
|
Reference in New Issue
Block a user