using Yw.DAL; namespace HStation.DAL.PBS { /// /// 模型模板组 /// public interface IModelTemplateGroup :IBaseDAL , IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateUseStatus, IUpdateTreeSorter { } }