Shuxia Ning
2024-12-19 5f41b0bc190c8f7ba9b4f6d015b48b2a6039b7f8
BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProject.cs
@@ -5,18 +5,12 @@
    /// <summary>
    /// 
    /// </summary>
    public interface IXhsProject : IBaseCAL<AddXhsProjectInput, UpdateXhsProjectInput, XhsProjectDto>, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter
    public interface IXhsProject : IBaseCAL<AddXhsProjectInput, UpdateXhsProjectInput, XhsProjectDto>, IUpdateSorter, IUpdateParas, IUpdateFlags, IUpdateTagName
    {
        /// <summary>
        /// 
        /// </summary>
        Task<bool> Publish(long ID);
        /// <summary>
        ///
        /// </summary>
        Task<bool> Deprecate(long ID);
        Task<int> GetCount();
        /// <summary>
        ///