feat:完善入驻信息管理
This commit is contained in:
@ -4,9 +4,9 @@ package model
|
||||
type SysConfig struct {
|
||||
Model
|
||||
Kind SysConfigKind `gorm:"column:kind;type:tinyint(3);default:0;comment:类型" json:"kind"`
|
||||
Name string `gorm:"column:name;type:varchar(30);default:null;comment:名称" json:"name"`
|
||||
Key string `gorm:"column:key;type:varchar(30);default:null;comment:标识" json:"key"`
|
||||
Value string `gorm:"column:value;type:varchar(255);default:null;comment:内容" json:"value"`
|
||||
Name string `gorm:"column:name;type:varchar(30);default:'';comment:名称" json:"name"`
|
||||
Key string `gorm:"column:key;type:varchar(30);default:'';comment:标识" json:"key"`
|
||||
Value string `gorm:"column:value;type:varchar(255);default:'';comment:内容" json:"value"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user