huangxiaoqiang
18 小时以前 e483ac11616ffc9260d8f491fcc0d66f480b5443
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/Dt_AreaInfoController.cs
@@ -16,5 +16,10 @@
            _httpContextAccessor = httpContextAccessor;
        }
        [HttpGet,HttpPost,Route("QueryAreaInfo"),AllowAnonymous]
        public WebResponseContent QueryAreaInfo()
        {
            return Service.QueryAreaInfo();
        }
    }
}