package vo type GetAllProductParam struct { EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` Page int `json:"page"` PageSize int `json:"page_size"` }