lixiaojun
2024-07-22 0b7bcb43cb3166c4b6f57fdd473e969845b65a28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace HStation.Desktop
{
    /// <summary>
    /// dbfirst
    /// </summary>
    public class DbFirstHelper
    {
        /// <summary>
        /// 初始化
        /// </summary>
        public static void Initial()
        {
            new BLL.XhsDbFirstHelper().Initial();
            new Yw.BLL.MapDbFirstHelper().Initial();
            new Yw.BLL.BasicDbFirstHelper().Initial();
        }
    }
}