new_user_send_rule.go 1.1 KB

1234567891011121314151617181920212223
  1. // =================================================================================
  2. // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
  3. // =================================================================================
  4. package do
  5. import (
  6. "github.com/gogf/gf/v2/frame/g"
  7. "github.com/gogf/gf/v2/os/gtime"
  8. )
  9. // NewUserSendRule is the golang structure of table new_user_send_rule for DAO operations like Where/Data.
  10. type NewUserSendRule struct {
  11. g.Meta `orm:"table:new_user_send_rule, do:true"`
  12. Id interface{} //
  13. Name interface{} // 规则名称
  14. RegisterTagIds interface{} // 注册标签id,多个时使用逗号分割
  15. CallState interface{} // 外呼状态 多个时使用逗号分割 ,0-表示未拨打 ,标签内使用-连接 如:“0,notDeal,notDeal#ivr” 表示,未拨打的、全部记录为未接听的、全部记录为未接听或ivr
  16. BehaviorTagIds interface{} // 行为标签id,多个时逗号分割
  17. CreateTime *gtime.Time //
  18. UpdateTime *gtime.Time //
  19. Trailstatus interface{} // 销售进程,jianyu_subjectdb_test.dwd_f_crm_clue_info 00-无意向,09-拒绝沟通
  20. }