소스 검색

更新

master
huangjiajun 3 일 전
부모
커밋
9010dda442
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/models/red_packet_subsidy_flow.go

+ 1
- 0
src/models/red_packet_subsidy_flow.go 파일 보기

@@ -12,4 +12,5 @@ type RedPacketSubsidyFlow struct {
OtherMoney string `json:"other_money" xorm:"DECIMAL(20,2)"`
Uid int `json:"uid" xorm:"default 0 unique(date) INT(11)"`
StoreId int `json:"store_id" xorm:"default 0 unique(date) INT(11)"`
IsPop int `json:"is_pop" xorm:"default 0 comment('是否弹窗') INT(1)"`
}

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