From 2a41fffc9f962999ba163c3b471873b6b96f05bc Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 10 七月 2024 18:11:05 +0800 Subject: [PATCH] 整体分层 --- Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItemModel.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Xhs.Core/02-model/XhsProjectItemModel.cs b/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItemModel.cs similarity index 98% rename from Service/HStation.Service.Xhs.Core/02-model/XhsProjectItemModel.cs rename to Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItemModel.cs index fd00424..e134191 100644 --- a/Service/HStation.Service.Xhs.Core/02-model/XhsProjectItemModel.cs +++ b/Model/HStation.Model.Xhs.Project/00-ProjectModel/XhsProjectItemModel.cs @@ -1,4 +1,5 @@ -锘縰sing Yw.Entity; +锘縰sing HStation.Xhs; +using Yw.Entity; namespace HStation.Model { -- Gitblit v1.9.3