|
|
@@ -17,4 +17,5 @@ type UserPublicPlatoonIncomeRecords struct { |
|
|
|
Oid string `json:"oid" xorm:"comment('订单号') VARCHAR(100)"` |
|
|
|
Type int `json:"type" xorm:"not null default 0 comment('0收入 1支出') INT(11)"` |
|
|
|
BeforeAmount string `json:"before_amount" xorm:"comment('变更前金额') VARCHAR(100)"` |
|
|
|
Source string `json:"source" xorm:"comment('变更前金额') VARCHAR(100)"` |
|
|
|
} |