Shuxia Ning
2024-10-15 8b3c150ccc930e334f787f85db75784a54f08b0f
1
2
3
4
5
6
7
8
9
10
11
using Yw.DAL;
 
namespace HStation.DAL
{
    /// <summary>
    ///
    /// </summary>
    public interface IAssetsValveSeries : IBaseDAL<Entity.AssetsValveSeries>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus
    {
    }
}