mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
数据库字段风格统一
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ type SysUserB struct {
|
||||
Params string `gorm:"column:params" json:"params"`
|
||||
Status string `gorm:"column:status" json:"status"`
|
||||
DataScope string `gorm:"-" json:"dataScope"`
|
||||
IsDel string `gorm:"column:is_del" json:"isDel"`
|
||||
IsDel int `gorm:"column:is_del" json:"isDel"`
|
||||
}
|
||||
|
||||
type SysUser struct {
|
||||
|
||||
Reference in New Issue
Block a user