using Yw.CAL.HttpClient; namespace HStation.CAL.HttpClient { /// /// /// public class XhsProjectItemModelMap : BaseCAL_Paras_Flags_TagName_Sorter_UseStatus, IXhsProjectItemModelMap { protected override string Prefix { get { return $"{HStation.BLL.Xhs.ConfigHelper.HttpUrl}/Xhs/Project/Model/Map"; } } } }