duheng
2024-06-22 0618fadff0d2e95716db801ef0c7a96ff9e1f20e
HStation.BLL.Xhs.Core/01-interface/IXhsProject.cs
@@ -7,6 +7,15 @@
    /// </summary>
    public interface IXhsProject : IBaseCAL<AddXhsProjectInput, UpdateXhsProjectInput, XhsProjectDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter, IUpdateUseStatus
    {
        /// <summary>
        /// 插入拓展
        /// </summary>
        Task<long> InsertEx(AddXhsProjectInput projectInput, AddXhsProjectItemInput itemInput, AddXhsProjectItemModelInput modelInput, AddXhsProjectItemModelMapInput MapInput);
        //删除拓展
        Task<bool> DeleteEx(long ID);
        //编辑拓展
        Task<bool> UpdateEx(UpdateXhsProjectInput projectInput, UpdateXhsProjectItemInput itemInput);
    }
}