add
wangpengfei
2023-08-26 8c986e1342a2efde9d05dee5df0f9299ba10c139
model/test/supplier.go
@@ -14,7 +14,7 @@
   Industry            string `json:"industry" form:"industry" gorm:"column:industry;comment:所属行业;size:255;"`
   Contact             string `json:"contact" form:"contact" gorm:"column:contact;comment:联系人;size:255;"`
   Phone               string `json:"phone" form:"phone" gorm:"column:phone;comment:电话;size:255;"`
   ResponsiblePersonId *int   `json:"responsiblePersonId" form:"responsiblePersonId" gorm:"column:responsible_person_id;comment:负责人id;size:11;"`
   ResponsiblePersonName string `json:"responsiblePersonName" form:"responsiblePersonName" gorm:"column:responsible_person_name;comment:负责人;size:255;"`
   Email               string `json:"email" form:"email" gorm:"column:email;comment:邮箱;size:255;"`
   DetailAddress       string `json:"detailAddress" form:"detailAddress" gorm:"column:detail_address;comment:详细地址;type:text;"`
   Url                 string `json:"url" form:"url" gorm:"column:url;comment:网址;size:255;"`