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