huangjiajun 8 месяцев назад
Родитель
Сommit
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)"`
}

Загрузка…
Отмена
Сохранить