Sfoglia il codice sorgente

11月8日库存管理

XMLWAN 3 anni fa
parent
commit
60c24886c6
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 1 1
      conf/app.conf
  2. 2 0
      models/his_models.go

+ 1 - 1
conf/app.conf Vedi File

1
 appname = 血透
1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9531
3
 runmode = dev
3
 runmode = dev
4
 
4
 
5
 #
5
 #

+ 2 - 0
models/his_models.go Vedi File

1650
 	Wechat       string `gorm:"column:wechat" json:"wechat" form:"wechat"`
1650
 	Wechat       string `gorm:"column:wechat" json:"wechat" form:"wechat"`
1651
 	Qqchat       string `gorm:"column:qqchat" json:"qqchat" form:"qqchat"`
1651
 	Qqchat       string `gorm:"column:qqchat" json:"qqchat" form:"qqchat"`
1652
 	Email        string `gorm:"column:email" json:"email" form:"email"`
1652
 	Email        string `gorm:"column:email" json:"email" form:"email"`
1653
+	WechatLink   string `gorm:"column:wechat_link" json:"wechat_link" form:"wechat_link"`
1653
 }
1654
 }
1654
 
1655
 
1655
 func (SgjAdmin) TableName() string {
1656
 func (SgjAdmin) TableName() string {
1669
 	Wechat      string `gorm:"column:wechat" json:"wechat" form:"wechat"`
1670
 	Wechat      string `gorm:"column:wechat" json:"wechat" form:"wechat"`
1670
 	Qqchat      string `gorm:"column:qqchat" json:"qqchat" form:"qqchat"`
1671
 	Qqchat      string `gorm:"column:qqchat" json:"qqchat" form:"qqchat"`
1671
 	Email       string `gorm:"column:email" json:"email" form:"email"`
1672
 	Email       string `gorm:"column:email" json:"email" form:"email"`
1673
+	WechatLink  string `gorm:"column:wechat_link" json:"wechat_link" form:"wechat_link"`
1672
 }
1674
 }