using Yw.DAL; namespace HStation.DAL { /// /// /// public interface IXhsProject : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus { /// /// 插入拓展 /// long InsertEx(Entity.XhsProject project, Entity.XhsProjectItem item, Entity.XhsProjectItemModel signals, Entity.XhsProjectItemModelMap Map); /// /// 删除拓展 /// /// /// bool DeleteEx(long ID); /// /// 编辑拓展 /// /// /// bool UpdateEx(Entity.XhsProject project, Entity.XhsProjectItem item); } }