namespace Entity.Api.Req; public class SetSwitchingOperaModeReq { /// /// 换电运营模式:1:自动;2:手动 /// public int SwapWay { get; set; } }