ningshuxia
2025-03-07 f1dd96fcf0f0397b0cbcca3ee6ef1936f1e86e45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace PBS.Desktop
{
    /// <summary>
    /// dbfirst
    /// </summary>
    public class DbFirstHelper
    {
        /// <summary>
        /// 初始化
        /// </summary>
        public static async void Initial()
        {
            await new Yw.BLL.DivisionDbFirstHelper().Initial();//xhs
            await new HStation.BLL.AssetsDbFirstHelper().Initial();
            await new BLL.WEDbFirstHelper().Initial();
        }
    }
}