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