namespace Yw.CAL.HttpClient { /// /// 单位类型 /// public partial class SysUnitType : BaseCAL_Code_Sorter, ISysUnitType { protected override string Prefix { get { return $"{Yw.BLL.Unit.ConfigHelper.HttpUrl}/Unit/Type"; } } } }