1
huangxiaoqiang
2025-12-18 8fa91176d9a0e7e30097047f27c4ef796189af02
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/WarehouseController.cs
@@ -48,6 +48,11 @@
            else return WebResponseContent.Instance.Error(content.Message);
        }
        [HttpPost, Route("GetWarehouseTypes"), AllowAnonymous, MethodParamsValidate]
        public WebResponseContent GetWarehouseTypes()
        {
            var lists = Service.GetWarehouseTypes();
            return WebResponseContent.Instance.OK("", lists);
        }
    }
}