HuBingJie
19 小时以前 ba998c70b77180668f295e65e07f3a62bf85e5ee
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -106,5 +106,12 @@
        /// <returns></returns>
        ApiResponse<object> updateLocation(LocationInfoDto locationInfo);
        WebResponseContent chuku(string locationCode);
        /// <summary>
        /// 鎵嬪姩瀹屾垚鎺ュ彛
        /// </summary>
        /// <param name="taskNum"></param>
        /// <returns></returns>
        WebResponseContent ManualTaskCompleted(int taskNum);
    }
}