项目代码/WMS/WIDESEA_WMSServer/WIDESEA.WebApi/Controllers/Services/BasicInfo/Partial/Dt_materielinfoController.cs
@@ -13,6 +13,7 @@ using WIDESEA.Services.IServices; using WIDESEA.Core.Utilities; using Microsoft.AspNetCore.Authorization; using Spire.Pdf.Exporting.XPS.Schema; namespace WIDESEA.Services.Controllers { @@ -47,5 +48,10 @@ { return Service.Add(saveModel); } [HttpPost, Route("Get_VehicleType_All")] public async Task<WebResponseContent> Get_VehicleType_All() { return await Service.Get_VehicleType_All(); } } }