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