duheng
2024-07-30 6a459601b5afc6a60ec4828f741d3b547f88a1e0
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IPumpMainAndPartMap : IBaseDAL<Entity.PumpMainAndPartMap>
    {
    }
}