Explorar el Código

购物金

master
huangjiajun hace 1 mes
padre
commit
8422b48a44
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/models/service_award_return_base.go

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

@@ -9,5 +9,6 @@ type ServiceAwardReturnBase struct {
MallPeriod int `json:"mall_period" xorm:"default 0 INT(11)"`
MemberUplvPeriod int `json:"member_uplv_period" xorm:"INT(11)"`
NewMemberPeriod int `json:"new_member_period" xorm:"default 0 INT(11)"`
CoinId int `json:"coin_id" xorm:"default 0 INT(11)"`
AutoDate int `json:"auto_date" xorm:"default 0 INT(11)"`
HandDate int `json:"hand_date" xorm:"default 0 INT(11)"`
}

Cargando…
Cancelar
Guardar