소스 검색

update

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

불러오는 중...
취소
저장