- package vo
- type LocalCreateParam struct {
- EnterpriseId string `json:"enterprise_id"`
- SubAccountId int64 `json:"sub_account_id"`
- Platform int64 `json:"platform"`
- LocalType int64 `json:"local_type"` // 项目类型,1代表全流程项目,2代表专项项目
- ServiceChargeRate float64 `json:"service_charge_rate"`
- StoreId int64 `json:"store_id"` // 门店id
- PromoteBody int64 `json:"promote_body"` // 推广主体(1门店 2团购)
- Donate int64 `json:"donate"` // 赠送达人套餐(1有赠送 2无赠送)
- TeamBuyingId int64 `json:"team_buying_id"` // 团购id
- }
|