From 5fa6947054206e2e781eadd4effdcdf52eda28c4 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期二, 26 十二月 2023 11:02:28 +0800 Subject: [PATCH] 2023年12月26日 --- Hydro.Core/Common/Parts.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Hydro.Core/Common/Parts.cs b/Hydro.Core/Common/Parts.cs index 1270f45..d4c0d64 100644 --- a/Hydro.Core/Common/Parts.cs +++ b/Hydro.Core/Common/Parts.cs @@ -6,6 +6,7 @@ namespace Hydro.Core.Model { + [Serializable] public class Parts { List<string> _parts = null; -- Gitblit v1.9.3