duheng
2024-07-18 7bf79c6515f27ba9be8d2b3fb4e3ceae5718e3e5
BLL/HStation.BLL.Xhs.Core/02-httpclient/XhsProjectItem.cs
对比新文件
@@ -0,0 +1,20 @@
锘縰sing Yw.CAL.HttpClient;
namespace HStation.CAL.HttpClient
{
    /// <summary>
    ///
    /// </summary>
    public class XhsProjectItem : BaseCAL_Paras_Flags_TagName_Sorter_UseStatus<AddXhsProjectItemInput, UpdateXhsProjectItemInput, XhsProjectItemDto>, IXhsProjectItem
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.Xhs.ConfigHelper.HttpUrl}/Xhs/Project/Item"; }
        }
        public Task<XhsProjectItemDto> GetByPrjID(long ID)
        {
            throw new NotImplementedException();
        }
    }
}