From e08f18c84c96ca794407f4fcb737b26fa76c0a1f Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期二, 11 六月 2024 09:35:03 +0800 Subject: [PATCH] 改了配置类 --- WebApi/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebApi/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs b/WebApi/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs index 19a4d33..476e377 100644 --- a/WebApi/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs +++ b/WebApi/Areas/HelpPage/SampleGeneration/ObjectGenerator.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Reflection; -namespace YwUser.Web.SysApi.Areas.HelpPage +namespace IStation.WebApi.Areas.HelpPage { /// <summary> /// This class will create an object of a given type and populate it with sample data. -- Gitblit v1.9.3