using System.ComponentModel.DataAnnotations; namespace Entity.Api.Req; public class UpdateSwapOrderBatteryReq :SwapOrderBatteryReq { }