lixiaojun
2024-09-20 d6f0e111f50f78057ff386f7c6fef7e463d12ba5
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IPumpType : IBaseDAL<Entity.PumpType>, IUpdateSorter
    {
    }
}