// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity import ( "github.com/gogf/gf/v2/os/gtime" ) // NewUserSendRule is the golang structure for table new_user_send_rule. type NewUserSendRule struct { Id int `json:"id" orm:"id" description:""` // Name string `json:"name" orm:"name" description:"规则名称"` // 规则名称 RegisterTagIds string `json:"registerTagIds" orm:"register_tag_ids" description:"注册标签id,多个时使用逗号分割"` // 注册标签id,多个时使用逗号分割 CallState string `json:"callState" orm:"call_state" description:"外呼状态 多个时使用逗号分割 ,0-表示未拨打 ,标签内使用-连接 如:“0,notDeal,notDeal#ivr” 表示,未拨打的、全部记录为未接听的、全部记录为未接听或ivr"` // 外呼状态 多个时使用逗号分割 ,0-表示未拨打 ,标签内使用-连接 如:“0,notDeal,notDeal#ivr” 表示,未拨打的、全部记录为未接听的、全部记录为未接听或ivr BehaviorTagIds string `json:"behaviorTagIds" orm:"behavior_tag_ids" description:"行为标签id,多个时逗号分割"` // 行为标签id,多个时逗号分割 CreateTime *gtime.Time `json:"createTime" orm:"create_time" description:""` // UpdateTime *gtime.Time `json:"updateTime" orm:"update_time" description:""` // Trailstatus string `json:"trailstatus" orm:"trailstatus" description:"销售进程,jianyu_subjectdb_test.dwd_f_crm_clue_info 00-无意向,09-拒绝沟通"` // 销售进程,jianyu_subjectdb_test.dwd_f_crm_clue_info 00-无意向,09-拒绝沟通 }