Explorar el Código

购物金

master
huangjiajun hace 2 meses
padre
commit
921730413d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/models/service_award_return_base.go

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

@@ -14,4 +14,5 @@ type ServiceAwardReturnBase struct {
AutoDate time.Time `json:"auto_date" xorm:"DATETIME"`
HandDate time.Time `json:"hand_date" xorm:"DATETIME"`
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"`
IsEnd int `json:"is_end" xorm:"default 0 INT(11)"`
}

Cargando…
Cancelar
Guardar