From 14cccf079662c052b2e04d30b9d9082ada1272ff Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 23 八月 2024 10:01:16 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs b/Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs index f1b1b73..0a94118 100644 --- a/Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs +++ b/Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs @@ -10,8 +10,6 @@ /// <summary> /// 浠巎son瀛楃涓蹭腑瑙f瀽 /// </summary> - /// <param name="revitJsonString">json瀛楃涓�</param> - /// <returns>鏍煎紡閿欒锛屼細鎶涘嚭寮傚父</returns> public static HStation.Model.RevitModel FromJsonString(string revitJsonString, out string msg) { msg = string.Empty; @@ -1017,8 +1015,6 @@ /// <summary> /// 浠巎son鏂囦欢涓В鏋� /// </summary> - /// <param name="revitJsonFile">json鏂囦欢璺緞</param> - /// <returns></returns> public static Model.RevitModel FromJsonFile(string revitJsonFile, out string msg) { if (!File.Exists(revitJsonFile)) -- Gitblit v1.9.3