using Yw.DAL; namespace PBS.DAL.WE { /// /// 用水当量项 /// public interface IItem : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateSorter { } }