youngee_conditions.go 304 B

12345678
  1. package common_model
  2. type YoungeeConditions struct {
  3. ProjectType int64 `condition:"project_type"` // 项目类型
  4. TaskType int64 `condition:"task_type"` // 任务形式
  5. Platform int64 `condition:"platform"` // 社媒平台
  6. ContentType int64 `condition:"content_type"` // 内容形式
  7. }