From 3e59a097e89632a53554f369eb55ece5fdda3eda Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 21 十一月 2024 15:34:47 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs index 259fc22..94278d7 100644 --- a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs +++ b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs @@ -1,17 +1,16 @@ 锘縩amespace HStation.Settings { /// <summary> - /// + /// /// </summary> public class PhartRelationParasHelper { - /// <summary> - /// + /// /// </summary> public static Paras_PhartRelation Xhs { - get { return PhartRelationFileHelper.Get().Xhs; } + get { return PhartRelationFileHelper.Get().Phart; } } /// <summary> @@ -21,7 +20,5 @@ { return PhartRelationFileHelper.Save(); } - - } -} +} \ No newline at end of file -- Gitblit v1.9.3