ソースを参照

更新

master
huangjiajun 8ヶ月前
コミット
0e15e70025
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      db/model/user_public_platoon_income_records.go

+ 1
- 0
db/model/user_public_platoon_income_records.go ファイルの表示

@@ -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)"`
}

読み込み中…
キャンセル
保存