using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IXhsProjectItem : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus { } }