pan
2025-11-12 ca4a0e7ffc11dc6f4c19b75f625444b06768ea15
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -45,12 +45,17 @@
        public WebResponseContent TTTTTAssignLocation()
        {
            var sddd = Service.AssignLocation();
            return WebResponseContent.Instance.OK("resdasd", sddd);
        }
        [HttpPost, Route("GetLocationTypes"), AllowAnonymous, MethodParamsValidate]
        public WebResponseContent GetLocationTypes()
        {
            var lists = Service.GetLocationTypes();
            return WebResponseContent.Instance.OK("", lists);
        }
    }
}