namespace Entity.Api.Req; public class SetReplacementStrategyReq { /// /// 换电标准SOC /// public float SwapSoc { get; set; } /// /// 充电标准SOC /// public float FullSoc { get; set; } }