From ec0d0b6f8e3ac7791c736ae8aad69c4a1587cad9 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 11 九月 2024 10:14:44 +0800
Subject: [PATCH] xhs 和 bimface vmo改造

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMgrListCtrl.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMgrListCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMgrListCtrl.cs
index 23ba2f8..3f5ae0b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMgrListCtrl.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-scheme/XhsSchemeMgrListCtrl.cs
@@ -1,6 +1,7 @@
 锘縰sing DevExpress.Utils.MVVM;
 using DevExpress.XtraEditors;
 using DevExpress.XtraEditors.Controls;
+using HStation.Vmo;
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
@@ -23,7 +24,7 @@
         }
 
         private long _projectId;//椤圭洰id
-        private List<HStation.Dto.XhsProjectSiteStdDto> _allProjectSiteList = null;//鎵�鏈夐」鐩珯鍒楄〃
+        private List<XhsProjectSiteVmo> _allProjectSiteList = null;//鎵�鏈夐」鐩珯鍒楄〃
         private List<HStation.Dto.XhsSchemeDto> _allSchemeList = null;//鎵�鏈夋柟妗堝垪琛�
 
 
@@ -32,7 +33,7 @@
         /// </summary>
         public async void SetBindingData(long projectId)
         {
-            _allProjectSiteList = await new BLL.XhsProjectSiteStd().GetByProjectID(projectId);
+            _allProjectSiteList = await BLLFactory<HStation.BLL.XhsProjectSite>.Instance.GetByProjectID(projectId);
             InitialProjectSiteList();
         }
 

--
Gitblit v1.9.3