lixiaojun
2024-09-27 32b374b27fba81f58cd6dc0119aecc0a1414e7e9
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IValveSeries : IBaseDAL<Entity.ValveSeries>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus
    {
    }
}