wangfei 6 anos atrás
pai
commit
87879dc730
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      models/model/ta_luckdraw_tpl.go

+ 1
- 0
models/model/ta_luckdraw_tpl.go Ver arquivo

@@ -3,6 +3,7 @@ package model
3 3
 type TaLuckdrawTpl struct {
4 4
 	TplId   string `xorm:"not null VARCHAR(128)"`
5 5
 	TplImg  string `xorm:"TEXT"`
6
+	MiniPic string `xorm:"TEXT"`
6 7
 	Status  int    `xorm:"SMALLINT(6)"`
7 8
 	OrgId   string `xorm:"VARCHAR(64)"`
8 9
 	TplName string `xorm:"VARCHAR(50)"`