lixiaojun
2024-12-10 21065c4d780e4615e8df2258c06a82b1c634edbf
1
2
3
4
5
6
7
8
9
namespace Yw.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IDivision : IBaseDAL<Entity.Division>, IUpdateSorter, IUpdateFlags, IUpdateTagName
    {
    }
}