lixiaojun
2022-11-30 af918c1c2ebd53e4c9e1fee0da47e1a6c63a18bf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using SqlSugar;
 
namespace IStation.DAL
{
    /// <summary>
    /// 客户字典类型
    /// </summary>
    public partial class CorpDictType : CorpDAL_Sorter_UseStatus<Entity.CorpDictType>
    {
        /// <summary>
        /// 
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return ConfigHelper.DefaultConnectionConfig; }
 
        }
 
 
 
 
 
 
    }
}