- package vo
- type SearchSupplierBillParam struct {
- EnterpriseId string `json:"enterprise_id"`
- SubAccountId int64 `json:"sub_account_id"`
- Page int `json:"page"`
- PageSize int `json:"page_size"`
- TaskId string `json:"task_id"`
- Task int `json:"task"` // 2品牌种草,3本地生活
- Status int `json:"status"` // 1执行中 2已结算
- TaskType int64 `json:"task_type"` // 项目类型,1全流程项目,2专项项目
- Order int64 `json:"order"` // 排序 0降序 1升序(默认0)
- Others string `json:"others"` // 服务商名称或邀请人
- }
|