Explorar el Código

更新

master
huangjiajun hace 2 días
padre
commit
180d57d800
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/models/subsidy_store_money.go

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

@@ -12,4 +12,5 @@ type SubsidyStoreMoney struct {
IsSend int `json:"is_send" xorm:"default 0 INT(1)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
SendAt time.Time `json:"send_at" xorm:"DATETIME"`
Oid int64 `json:"oid" xorm:"default 0 BIGINT(20)"`
}

Cargando…
Cancelar
Guardar