| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_ISquareCabinServices; |
| | | using WIDESEA_Model.Models; |
| | | //using Microsoft.AspNetCore.Http; |
| | | //using Microsoft.AspNetCore.Mvc; |
| | | //using WIDESEA_Core.BaseController; |
| | | //using WIDESEA_ISquareCabinServices; |
| | | //using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers |
| | | { |
| | | [Route("api/WarehouseType")] |
| | | [ApiController] |
| | | public class WarehouseTypeController : ApiBaseController<IWarehouseTypeServices, Dt_WarehouseType> |
| | | { |
| | | public WarehouseTypeController(IWarehouseTypeServices service) : base(service) |
| | | { |
| | | } |
| | | } |
| | | } |
| | | //namespace WIDESEA_WMSServer.Controllers |
| | | //{ |
| | | // [Route("api/WarehouseType")] |
| | | // [ApiController] |
| | | // public class WarehouseTypeController : ApiBaseController<IWarehouseTypeServices, Dt_WarehouseType> |
| | | // { |
| | | // public WarehouseTypeController(IWarehouseTypeServices service) : base(service) |
| | | // { |
| | | // } |
| | | // } |
| | | //} |