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