This commit is contained in:
luosheng
2023-03-29 12:35:56 +08:00
parent f06088134f
commit 756cdae008

View File

@@ -16,7 +16,7 @@ namespace TripleAdd.Controllers
}
private static IUtility? utility;
private static IMachine<string>? machine;
private static BaseMachine<string, string>? machine;
public ActionResult Index()
{