dengbiao 1 місяць тому
джерело
коміт
a0042fa1ed
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      src/models/service_award_dividend_relation.go

+ 1
- 0
src/models/service_award_dividend_relation.go Переглянути файл

@@ -7,6 +7,7 @@ type ServiceAwardDividendRelation struct {
BindUid int `json:"bind_uid" xorm:"not null default 0 comment('绑定uid') INT(11)"`
VipLevel int `json:"vip_level" xorm:"not null default 0 comment('会员等级id') INT(11)"`
AllocationNums int `json:"allocation_nums" xorm:"not null default 0 comment('分配次数') INT(11)"`
RegionId int `json:"region_id" xorm:"not null default 0 comment('区域id(同 regional_agent_user_belong 的region_id)') INT(11)"`
CreateAt string `json:"create_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('创建时间') DATETIME"`
UpdateAt string `json:"update_at" xorm:"not null default 'CURRENT_TIMESTAMP' comment('更新时间') DATETIME"`
}

Завантаження…
Відмінити
Зберегти