From 87b6fc65bc3b6cce03af04758db82236d29bc7e5 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 10 六月 2025 10:16:08 +0800 Subject: [PATCH] 同步 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/locationInfoRowController.cs | 43 ------------------------------------------- 1 files changed, 0 insertions(+), 43 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/locationInfoRowController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/locationInfoRowController.cs" index 93ff167..edc8b11 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/locationInfoRowController.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Stock/locationInfoRowController.cs" @@ -20,47 +20,4 @@ _MCSService = MCSService; } - /// <summary> - /// 鍒嗗娴嬭瘯瀹屾垚閫氱煡 - /// </summary> - /// <param name="input"></param> - /// <returns></returns> - [HttpPost, Route("NotifyFinishTest"), AllowAnonymous] - public WebResponseContent NotifyFinishTest([FromBody] object input) - { - return _MCSService.NotifyFinishTest(input); - } - - /// <summary> - /// 璇锋眰绉诲簱 - /// </summary> - /// <param name="input"></param> - /// <returns></returns> - [HttpPost, Route("RequestChangeLocation"), AllowAnonymous] - public WebResponseContent RequestChangeLocation([FromBody] object input) - { - return _MCSService.RequestChangeLocation(input); - } - - /// <summary> - /// 鍒嗗搴撲綅鍚屾 - /// </summary> - /// <param name="input"></param> - /// <returns></returns> - [HttpPost, Route("ModifyAccessStatus"), AllowAnonymous] - public WebResponseContent ModifyAccessStatus([FromBody] object input) - { - return _MCSService.ModifyAccessStatus(input); - } - - /// <summary> - /// 鍒嗗鑾峰彇搴撲綅鎵樼洏 - /// </summary> - /// <param name="input"></param> - /// <returns></returns> - [HttpPost, Route("RequestCellInfo"), AllowAnonymous] - public object RequsetCellInfo([FromBody] object input) - { - return _MCSService.RequsetCellInfo(input); - } } \ No newline at end of file -- Gitblit v1.9.3