duheng
2024-08-21 6c88a90d2330a27c0052a22538f6ebd6200faae7
Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HStation.Desktop
namespace HStation.Desktop
{
    /// <summary>
    /// dbfirst
@@ -17,10 +11,12 @@
        public static void Initial()
        {
            new BLL.XhsDbFirstHelper().Initial();
            new BLL.AssetsDbFirstHelper().Initial();
            new BLL.XhsPhartRelationDbFirstHelper().Initial();
            new Yw.BLL.MapDbFirstHelper().Initial();
            new Yw.BLL.BasicDbFirstHelper().Initial();
            new Yw.BLL.HydroDbFirstHelper().Initial();
            new Yw.BLL.BimfaceDbFirstHelper().Initial();
        }
    }
}
}