- package model
-
- type TaCardCouponChannel struct {
- CardCouponChannelId string `xorm:"not null pk VARCHAR(64)"`
- CardCouponType string `xorm:"VARCHAR(32)"`
- ChannelId string `xorm:"VARCHAR(64)"`
- CardCouponId string `xorm:"VARCHAR(64)"`
- Status int `xorm:"SMALLINT(6)"`
- }
|