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