* @Date : 2020/1/19 1:42 下午 */ public static function bootOrderByIdDesc(): void { static::addGlobalScope(new OrderByIdDescScope); } }