package vo type GetAllStoreParam struct { EnterpriseId string `json:"enterprise_id"` SubAccountId int64 `json:"sub_account_id"` StoreName string `json:"store_name"` // 门店名称 Page int `json:"page"` PageSize int `json:"page_size"` }