瀏覽代碼

更新

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

Loading…
取消
儲存