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"; } } } }