using HybirdFrameworkCore.Entity; using Microsoft.AspNetCore.Mvc; namespace WebStarter.Controllers; /** * 换电订单 */ [ApiController] [Route("[controller]")] public class SwapOrderController : ControllerBase { }