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