Explorar el Código

更新

master
huangjiajun hace 3 días
padre
commit
a89b0e746b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/models/red_packet_subsidy_chance.go

+ 1
- 0
src/models/red_packet_subsidy_chance.go Ver fichero

@@ -12,4 +12,5 @@ type RedPacketSubsidyChance struct {
StoreId int `json:"store_id" xorm:"default 0 unique(date) INT(11)"`
Num int `json:"num" xorm:"default 0 INT(11)"`
IsPop int `json:"is_pop" xorm:"default 0 comment('是否弹窗') INT(1)"`
Money string `json:"money" xorm:"default 0.00 DECIMAL(20,2)"`
}

Cargando…
Cancelar
Guardar