using WIDESEA_IStorageBasicService; namespace WIDESEA_WMSServer.Controllers; [Route("api/Dt_PalletStockInfo_hty")] [ApiController] public class Dt_PalletStockInfo_htyController : ApiBaseController { public Dt_PalletStockInfo_htyController(IDt_PalletStockInfo_htyService service) : base(service) { } }