duheng
2024-10-09 e39f5a762c3401ae38b0c064b10bd4c30effb6e4
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IDivision : IBaseDAL<Entity.Division>, IUpdateSorter
    {
    }
}