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