cloudflight
2024-08-05 46f88867a2d3561a701535bcc6c41d0f76634b52
BLL/HStation.BLL.Xhs.Core/02-httpclient/XhsProjectItemModelMap.cs
对比新文件
@@ -0,0 +1,15 @@
锘縰sing Yw.CAL.HttpClient;
namespace HStation.CAL.HttpClient
{
    /// <summary>
    ///
    /// </summary>
    public class XhsProjectItemModelMap : BaseCAL_Paras_Flags_TagName_Sorter_UseStatus<AddXhsProjectItemModelMapInput, UpdateXhsProjectItemModelMapInput, XhsProjectItemModelMapDto>, IXhsProjectItemModelMap
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.Xhs.ConfigHelper.HttpUrl}/Xhs/Project/Model/Map"; }
        }
    }
}