File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ type SysVersion struct {
1111 VersionName * string `json:"versionName" form:"versionName" gorm:"comment:版本名称;column:version_name;size:255;" binding:"required"` //版本名称
1212 VersionCode * string `json:"versionCode" form:"versionCode" gorm:"comment:版本号;column:version_code;size:100;" binding:"required"` //版本号
1313 Description * string `json:"description" form:"description" gorm:"comment:版本描述;column:description;size:500;"` //版本描述
14- VersionData * string `json:"versionData" form:"versionData" gorm:"comment:版本数据JSON;column:version_data;type:longtext;postgres:type:text;sqlite:type: text;"` //版本数据
14+ VersionData * string `json:"versionData" form:"versionData" gorm:"comment:版本数据JSON;column:version_data;type:text;"` //版本数据
1515}
1616
1717// TableName 版本管理 SysVersion自定义表名 sys_versions
You can’t perform that action at this time.
0 commit comments