qin
2025-03-18 eeb667905a9ee2d04aa9a3762c122f2c9ecd90d8
1
2
3
4
5
6
7
8
9
namespace Yw.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IDivision : IBaseDAL<Entity.Division>, IUpdateSorter, IUpdateFlags, IUpdateTagName
    {
    }
}