var generator = new NTierEntityGenerator(this, @"$edmxInputFile$");
打开Model1.Context.tt,同样将string inputFile = @"$edmxInputFile$"; 中双引号里的内容修改 为实体模型名称。