feat:完善信息

This commit is contained in:
henry
2022-01-24 17:29:02 +08:00
parent 1c0d9dfb6b
commit 26b58e3ca6
6 changed files with 38 additions and 7 deletions

View File

@ -9,6 +9,7 @@ type SysTenant struct {
ContactMobile string `gorm:"column:contact_mobile;type:varchar(15);default:'';comment:联系方式" json:"contact_mobile"`
Area
Domain string `gorm:"column:domain;type:varchar(255);default:'';comment:域名地址" json:"domain"`
IP string `gorm:"column:ip;type:char(16);default:'';comment:IP地址" json:"ip"`
Remark string `gorm:"column:remark;type:varchar(255);default:'';comment:备注信息" json:"remark"`
ModelDeleted
ModelAt