- package common_model
- type TalentConditions struct {
- ProjectId int64 `condition:"project_id"` // 项目ID
- LogisticsStatus int64 `condition:"logistics_status"` // 物流状态
- StrategyId int64 `condition:"strategy_id"` // 策略ID
- TaskId string `condition:"task_id"` // 任务ID
- PlatformNickname string `condition:"platform_nickname"` // 账号昵称
- }
|