瀏覽代碼

更新

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

Loading…
取消
儲存