'全部', self::Pledge => '质押存储', self::Sell => '出售', self::SellBuy => '出售购买', self::Buying => '存储', self::BuySell => '存储出售', self::SellCancel => '取消出售', self::SellCancel => '兑换产品', ]; //getStatusList public static function getStatusList() { return [ self::Pledge => __('质押存储'), self::Sell => __('出售'), self::SellBuy => __('出售购买'), self::Buying => __('存储'), self::BuySell => __('存储出售'), self::SellCancel => __('取消出售'), self::Exchange =>__('兑换产品') ]; } }