|
@@ -13,7 +13,7 @@ type SysConfig struct {
|
|
|
ConfigName string `gorm:"column:config_name" json:"config_name"`
|
|
|
ConfigType string `gorm:"column:config_type;type:enum('string','int','byte')" json:"config_type"`
|
|
|
Deleted int `gorm:"column:deleted" json:"deleted"`
|
|
|
- StrValue string `gorm:"column:strValue" json:"str_value"`
|
|
|
+ StrValue string `gorm:"column:str_value" json:"str_value"`
|
|
|
IntValue int `gorm:"column:int_value" json:"int_value"`
|
|
|
ByteValue string `gorm:"column:byte_value" json:"byte_value"`
|
|
|
CreatedTime time.Time `gorm:"column:created_time" json:"created_time"`
|