using Yw.DAL;
namespace HStation.DAL
{
///
///
///
public interface IXhsProject : IBaseDAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateTreeSorter
{
///
/// 插入拓展
///
long InsertEx(Entity.XhsProject entityProject, List entityProjectSiteList);
///
/// 编辑拓展
///
bool UpdateEx(Entity.XhsProject entityProject, List entityProjectSiteList);
}
}