dengbiao vor 1 Monat
Ursprung
Commit
a0042fa1ed
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      src/models/service_award_dividend_relation.go

+ 1
- 0
src/models/service_award_dividend_relation.go Datei anzeigen

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

Laden…
Abbrechen
Speichern