namespace Yw.CAL.HttpClient { /// /// 单位值 /// public partial class SysUnitValue : BaseCAL_Code_Sorter, ISysUnitValue { protected override string Prefix { get { return $"{Yw.BLL.Unit.ConfigHelper.HttpUrl}/Unit/Value"; } } } }