using Yw.DAL; namespace HStation.DAL { /// /// 流量计 /// public interface IAssetsFlowmeterMain :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { } }