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