@ -245,8 +245,6 @@ namespace TupleStudy
try
{
var student = (ValueTuple<int, string, int>)valueTuple;
//保存操作
return true;
}
catch