mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 18:20:50 +00:00
feat✨ :添加行政区域基础数据
This commit is contained in:
@@ -25,5 +25,5 @@ func (e *SysConfig) Generate() models.ActiveRecord {
|
||||
}
|
||||
|
||||
func (e *SysConfig) GetId() interface{} {
|
||||
return e.ID
|
||||
}
|
||||
return e.Id
|
||||
}
|
||||
@@ -33,5 +33,5 @@ func (e *SysLoginLog) Generate() models.ActiveRecord {
|
||||
}
|
||||
|
||||
func (e *SysLoginLog) GetId() interface{} {
|
||||
return e.ID
|
||||
}
|
||||
return e.Id
|
||||
}
|
||||
@@ -41,5 +41,5 @@ func (e *SysOperaLog) Generate() models.ActiveRecord {
|
||||
}
|
||||
|
||||
func (e *SysOperaLog) GetId() interface{} {
|
||||
return e.ID
|
||||
}
|
||||
return e.Id
|
||||
}
|
||||
Reference in New Issue
Block a user