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