Kaynağa Gözat

更新

master
huangjiajun 2 gün önce
ebeveyn
işleme
f0b54bcf86
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      src/models/red_packet_subsidy_flow.go

+ 3
- 3
src/models/red_packet_subsidy_flow.go Dosyayı Görüntüle

@@ -6,11 +6,11 @@ import (

type RedPacketSubsidyFlow struct {
Id int `json:"id" xorm:"not null pk autoincr INT(11)"`
Date int `json:"date" xorm:"default 0 unique(date) INT(11)"`
Date int `json:"date" xorm:"default 0 INT(11)"`
CreateTime time.Time `json:"create_time" xorm:"DATETIME"`
Money string `json:"money" xorm:"default 0.00 DECIMAL(20,2)"`
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)"`
Uid int `json:"uid" xorm:"default 0 INT(11)"`
StoreId int `json:"store_id" xorm:"default 0 INT(11)"`
IsPop int `json:"is_pop" xorm:"default 0 comment('是否弹窗') INT(1)"`
}

Yükleniyor…
İptal
Kaydet