namespace Entity.Api.Req; public class SetChargingOperationModeReq { /// /// 充电模式 0:手动充电;1:自动充电 /// public int ChargeType { get; set; } }