duheng
2024-06-22 0618fadff0d2e95716db801ef0c7a96ff9e1f20e
HStation.BLL.Xhs.Core/02-httpclient/XhsProjectItem.cs
@@ -11,5 +11,10 @@
        {
            get { return $"{HStation.BLL.Xhs.ConfigHelper.HttpUrl}/Xhs/Project/Item"; }
        }
        public Task<XhsProjectItemDto> GetByPrjID(long ID)
        {
            throw new NotImplementedException();
        }
    }
}