duheng
2024-07-29 e0e3ba17d3e48a586c49b9fe84e2c791438651bd
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IPumpGroupAndMainMap : IBaseDAL<Entity.PumpGroupAndMainMap>, IUpdateParas, IUpdateFlags, IUpdateTagName
    {
    }
}