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