/* * @author lsy * @date 2019-09-02 **/ class RouterBuildItem<S, T, Z, W> { S first; T second; Z third; W four; RouterBuildItem(this.first, this.second, this.third, this.four); }