Подготовить HY2XS к production-сборке
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
type Config struct {
|
||||
Key *string `gorm:"column:key;default:''" json:"key"`
|
||||
Value *string `gorm:"column:value;default:''" json:"value"`
|
||||
Remark *string `gorm:"column:remark;default:''" json:"remark"`
|
||||
BaseEntity `gorm:"embedded"`
|
||||
}
|
||||
Reference in New Issue
Block a user