优化画家补充信息字段长度
This commit is contained in:
parent
a7bdbf39a1
commit
5ba05220d3
@ -19,7 +19,7 @@ type ArtshowArtistSupplement struct {
|
||||
AuditMark2 string `json:"auditMark2" gorm:"column:audit_mark2;comment:审核备注2"`
|
||||
|
||||
ArtistName string `json:"artistName" gorm:"column:artist_name;comment:"`
|
||||
ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;comment:个人简介"`
|
||||
ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;type:text;comment:个人简介"`
|
||||
CountryArtLevel int64 `json:"countryArtLevel" gorm:"column:country_art_level;default:1;comment:国家美术师级别: 1=无 2=1级 3=2级"`
|
||||
ArtistCertPic string `json:"artistCertPic" gorm:"column:artist_cert_pic;comment:国家美术师证书"`
|
||||
BankNum string `json:"bank_num" gorm:"column:bank_num;comment:开户行"`
|
||||
|
Loading…
Reference in New Issue
Block a user