using Yw.CAL.HttpClient; namespace HStation.CAL.WE.HttpClient { /// /// 用水器具映射 /// public class UtensilMapping :BaseCAL_Sorter ,IUtensilMapping { protected override string Prefix { get { return $"{ConfigHelper.HttpUrl}/UtensilMapping"; } } } }