duheng
2024-09-11 25f7e2fa7c72c6353dc6064e347eff7a02235427
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IEquipmentManage : IBaseDAL<Entity.AdaptingManage>
    {
    }
}