lixiaojun
2024-08-10 c4d85bf5b1ada818858f8f90f02dc602ac8d5fe6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Yw.DAL
{
    /// <summary>
    /// 
    /// </summary>
    public interface ISysUnitType : IBaseDAL<Entity.SysUnitType>, IUpdateCode, IUpdateSorter
    {
 
 
 
 
 
 
    }
}