// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gtime" ) // NewUserSendContent is the golang structure of table new_user_send_content for DAO operations like Where/Data. type NewUserSendContent struct { g.Meta `orm:"table:new_user_send_content, do:true"` Id interface{} // RuleId interface{} // new_user_send_rule的id SendChannel interface{} // 发送渠道:1-短信 2-站内信 3-邮件 SmsId interface{} // 短信模板id SmsVar interface{} // 短信模板变量,逗号分割 MsgUrl interface{} // 站内信跳转地址,各端一样时填一个就行,不一样时按以下顺序逗号分割,pc,安卓,苹果,wx, MsgTitle interface{} // MsgContent interface{} // CreateTime *gtime.Time // UpdateTime *gtime.Time // }