feat:完善项目
This commit is contained in:
@ -7,6 +7,7 @@ type SysConfig struct {
|
||||
Name string `gorm:"column:name;type:varchar(30);default:'';comment:名称" json:"name"`
|
||||
Key string `gorm:"column:key;type:varchar(100);default:'';comment:标识" json:"key"`
|
||||
Value string `gorm:"column:value;type:text;comment:内容" json:"value"`
|
||||
Sort int `gorm:"column:sort;type:tinyint(3);default:0;comment:排序,数值越小,优先排序" json:"sort"`
|
||||
ModelDeleted
|
||||
ModelAt
|
||||
}
|
||||
|
Reference in New Issue
Block a user