|
|
@@ -95,7 +95,7 @@ type CashBalance struct {
|
|
|
SourceName string `orm:"-" json:"source_name"` // varchar(64)
|
|
|
RelateId string `orm:"column(relate_id);null" json:"relate_id"` // varchar(255)
|
|
|
Remark string `orm:"column(remark);null" json:"remark"` // varchar(255)
|
|
|
- CTime int64 `orm:"-" json:"c_time"` // int(11)
|
|
|
+ CTime int64 `orm:"-" json:"ctime"` // int(11)
|
|
|
CreatedAt time.Time `orm:"column(created_at);null;auto_now_add;type(datetime)" json:"-"` // datetime
|
|
|
UpdatedAt time.Time `orm:"column(updated_at);null;auto_now;type(datetime)" json:"-"` // datetime
|
|
|
}
|