namespace WIDESEA_WMSServer.Controllers; [Route("api/[controller]")] [ApiController] public class Dt_CarBodyController : ApiBaseController { public Dt_CarBodyController(IDt_CarBodyService service) : base(service) { } }