数据库字段风格统一

This commit is contained in:
zhangwenjian
2020-04-08 13:22:52 +08:00
parent 098dfc4d1d
commit 6d187db36a
12 changed files with 128 additions and 121 deletions
+1 -1
View File
@@ -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 {